{
"body": {
"code": "string",
"hospitalCode": "string",
"id": 0,
"isHightrisk": true,
"isValid": true,
"name": "string",
"operLevel": "string",
"operationUniqueId": "string",
"spellCode": "string",
"wbCode": "string"
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request PUT '/medemr/indoctor/OperationTechnique/addMedemrOperationCode' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "string",
"hospitalCode": "string",
"id": 0,
"isHightrisk": true,
"isValid": true,
"name": "string",
"operLevel": "string",
"operationUniqueId": "string",
"spellCode": "string",
"wbCode": "string"
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": {
"code": "string",
"hospitalCode": "string",
"id": 0,
"isHightrisk": true,
"isValid": true,
"name": "string",
"operLevel": "string",
"operationUniqueId": "string",
"spellCode": "string",
"wbCode": "string"
},
"resultCode": "string",
"resultMessage": "string"
}