{
"body": {
"baseDO": {
"contentId": 0,
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"folderId": 0,
"hospitalCode": "string",
"id": 0,
"isValid": true,
"name": "string",
"operCode": "string",
"operName": "string",
"operTime": "2019-08-24T14:15:22Z",
"personType": "string",
"printTplId": 0,
"rcdChildTypeCode": "string",
"sex": "string",
"spellCode": "string",
"wbCode": "string"
},
"contentDO": {
"content": "string",
"id": 0
}
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request POST '/medemr/maintain/TPL/updateTPLData' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"baseDO": {
"contentId": 0,
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"folderId": 0,
"hospitalCode": "string",
"id": 0,
"isValid": true,
"name": "string",
"operCode": "string",
"operName": "string",
"operTime": "2019-08-24T14:15:22Z",
"personType": "string",
"printTplId": 0,
"rcdChildTypeCode": "string",
"sex": "string",
"spellCode": "string",
"wbCode": "string"
},
"contentDO": {
"content": "string",
"id": 0
}
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": true,
"resultCode": "string",
"resultMessage": "string"
}