{
"body": {
"beginDate": "2019-08-24T14:15:22Z",
"beginDateOperTime": "2019-08-24T14:15:22Z",
"clinicCode": "string",
"diagCode": "string",
"diagName": "string",
"endDate": "2019-08-24T14:15:22Z",
"endDateOperTime": "2019-08-24T14:15:22Z",
"jbdiagCode": "string",
"jbdiagName": "string",
"meomo": "string",
"tcmDiseCode": "string",
"tcmDiseName": "string",
"zhdiagCode": "string",
"zhdiagName": "string"
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request POST '/api/medoutdoc/tcmfeature/apply' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"beginDate": "2019-08-24T14:15:22Z",
"beginDateOperTime": "2019-08-24T14:15:22Z",
"clinicCode": "string",
"diagCode": "string",
"diagName": "string",
"endDate": "2019-08-24T14:15:22Z",
"endDateOperTime": "2019-08-24T14:15:22Z",
"jbdiagCode": "string",
"jbdiagName": "string",
"meomo": "string",
"tcmDiseCode": "string",
"tcmDiseName": "string",
"zhdiagCode": "string",
"zhdiagName": "string"
},
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": [
{
"beginDate": "2019-08-24T14:15:22Z",
"beginDateOperTime": "2019-08-24T14:15:22Z",
"clinicCode": "string",
"diagCode": "string",
"diagName": "string",
"endDate": "2019-08-24T14:15:22Z",
"endDateOperTime": "2019-08-24T14:15:22Z",
"jbdiagCode": "string",
"jbdiagName": "string",
"meomo": "string",
"tcmDiseCode": "string",
"tcmDiseName": "string",
"zhdiagCode": "string",
"zhdiagName": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}