{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"ids": [
"string"
],
"patientIds": [
"string"
],
"operatorType": "string"
}
curl --location --request POST '/ts-bs-pat-out/deleteInPatCert' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"operatorName": "string",
"ids": [
"string"
],
"patientIds": [
"string"
],
"operatorType": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"returnInfo": {
"errors": [
{
"code": "string",
"type": "string",
"sourceId": "string",
"message": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"tipss": [
{
"code": "string",
"message": "string",
"sourceId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
],
"interactions": [
{
"code": "string",
"message": "string",
"type": "string",
"sourceId": "string",
"assitLocateNode": {
"node": "string",
"value": "string"
}
}
]
}
}
}