{
"body": [
{
"hospitalCode": "string",
"id": 0,
"mutexGroupId": 0,
"mutexGroupName": "string",
"mutexType": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"teamCode": "string",
"teamName": "string",
"teamTypeCode": "string",
"teamTypeName": "string"
}
],
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request POST '/meddoc/basic/mutex/insertMutexOrderInfo' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": [
{
"hospitalCode": "string",
"id": 0,
"mutexGroupId": 0,
"mutexGroupName": "string",
"mutexType": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"teamCode": "string",
"teamName": "string",
"teamTypeCode": "string",
"teamTypeName": "string"
}
],
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": true,
"resultCode": "string",
"resultMessage": "string"
}