{
"locDesc": "string",
"docDesc": "string",
"sessionDTO": {
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"roleId": "string",
"roleDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"userId": "string",
"userCode": "string",
"userName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"langId": "string"
},
"hospDr": 0
}
curl --location --request POST '/mremr/opreg/schedule/schedulemodify/getScheduleInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"locDesc": "string",
"docDesc": "string",
"sessionDTO": {
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"roleId": "string",
"roleDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"userId": "string",
"userCode": "string",
"userName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"langId": "string"
},
"hospDr": 0
}'
{
"code": "",
"msg": "",
"data": [
{
"id": "",
"text": "",
"children": [
{
"id": "",
"text": ""
}
]
}
]
}