{
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"operatorId": "string",
"operatorName": "string",
"id": "string",
"xeType": "string",
"xeTypeName": "string",
"xeValue": 0,
"xeCodeA": "string",
"xeNameA": "string",
"xeCodeB": "string",
"xeNameB": "string",
"xeCodeC": "string",
"xeNameC": "string",
"remindValue": 0,
"valueType": 1,
"limitDeptId": "-1"
}
curl --location --request POST '/ts-bs-chg-in/saveInpatientFeeLimitedSetting' \
--header 'Token: 971a9286-b962-4bee-adb2-2fd990120b9eUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"operatorId": "string",
"operatorName": "string",
"id": "string",
"xeType": "string",
"xeTypeName": "string",
"xeValue": 0,
"xeCodeA": "string",
"xeNameA": "string",
"xeCodeB": "string",
"xeNameB": "string",
"xeCodeC": "string",
"xeNameC": "string",
"remindValue": 0,
"valueType": 1,
"limitDeptId": "-1"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"id": "string"
}
}