{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"operateDeptId": "string",
"operateDeptName": "string",
"ignoreInteractions": [
{
"code": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"ignoreTipss": [
{
"code": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"operateBy": "string",
"list": [
{
"orgCode": "string",
"visitId": "string",
"groupId": "string",
"sourceGroupId": "string",
"thirdType": "string",
"operatorId": "string",
"operatorName": "string",
"operateDate": "2019-08-24T14:15:22Z"
}
]
}
curl --location --request POST '/ts-bs-cln-in/cancelSuspendOrder' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"operateDeptId": "string",
"operateDeptName": "string",
"ignoreInteractions": [
{
"code": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"ignoreTipss": [
{
"code": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"operateBy": "string",
"list": [
{
"orgCode": "string",
"visitId": "string",
"groupId": "string",
"sourceGroupId": "string",
"thirdType": "string",
"operatorId": "string",
"operatorName": "string",
"operateDate": "2019-08-24T14:15:22Z"
}
]
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"errors": [
{
"code": "string",
"type": "string",
"message": "string",
"groupId": "string",
"orderRecordId": "string",
"errorNode": {
"node": "string",
"name": "string"
},
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"interactions": [
{
"code": "string",
"message": "string",
"type": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"tipss": [
{
"code": "string",
"message": "string",
"groupId": "string",
"orderRecordId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
]
}
}