{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"list": [
{
"id": "string",
"name": "string",
"memo": "string"
}
]
}
curl --location --request POST '/ts-bs-cln-in/withdrawNonExecOrderFreExecRecord' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"list": [
{
"id": "string",
"name": "string",
"memo": "string"
}
]
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {}
}