{
"ordItemList": "new ArrayList<>()",
"loginUserInfo": {
"userId": "string",
"userCode": "string",
"userName": "string",
"ctCareType": "string",
"ctCareTitle": "string",
"ctCareCode": "string",
"ctCareProvId": 0,
"ctCareProvCode": "string",
"ctCareProvName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"ctPostId": "string",
"ctPostCode": "string",
"ctPostDesc": "string",
"ctLocType": "string",
"ctLocTypeCode": "string",
"ctAdmType": "string",
"depDr": 0,
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"defaultHospitalDr": 0,
"roleId": "string",
"roleDesc": "string",
"langId": "string",
"langCode": "string",
"title": "string",
"timeout": "string",
"excelPath": "string",
"dateFormat": "string",
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"logonLogId": "string",
"casTypeCode": "string",
"casToken": "string",
"regNoLen": "string",
"labNoLen": "string",
"barNoLen": "string",
"organizationId": "string",
"organizationDesc": "string",
"organizationCode": "string"
},
"userId": "string",
"locId": "string",
"hospId": 0,
"exStDate": "string",
"exStTime": "string"
}
curl --location --request POST '/ipcare/oeord/ipCareOeOrdItemPortal/addOrdItemExec' \
--header 'Content-Type: application/json' \
--data-raw '{
"ordItemList": "new ArrayList<>()",
"loginUserInfo": {
"userId": "string",
"userCode": "string",
"userName": "string",
"ctCareType": "string",
"ctCareTitle": "string",
"ctCareCode": "string",
"ctCareProvId": 0,
"ctCareProvCode": "string",
"ctCareProvName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"ctPostId": "string",
"ctPostCode": "string",
"ctPostDesc": "string",
"ctLocType": "string",
"ctLocTypeCode": "string",
"ctAdmType": "string",
"depDr": 0,
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"defaultHospitalDr": 0,
"roleId": "string",
"roleDesc": "string",
"langId": "string",
"langCode": "string",
"title": "string",
"timeout": "string",
"excelPath": "string",
"dateFormat": "string",
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"logonLogId": "string",
"casTypeCode": "string",
"casToken": "string",
"regNoLen": "string",
"labNoLen": "string",
"barNoLen": "string",
"organizationId": "string",
"organizationDesc": "string",
"organizationCode": "string"
},
"userId": "string",
"locId": "string",
"hospId": 0,
"exStDate": "string",
"exStTime": "string"
}'
{
"code": "",
"msg": "",
"data": {
"success": false,
"errorCode": "",
"errorMsg": "",
"errorClazz": "",
"data": {}
},
"traceId": ""
}