{
"body": {
"id": 0,
"isValid": true
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request POST '/medemr/maintain/element/changeExtSourceState' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"id": 0,
"isValid": true
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": true,
"resultCode": "string",
"resultMessage": "string"
}