{
"orgCode": "string",
"hospCode": "string",
"ids": [
"string"
],
"startUpdateDate": "2019-08-24T14:15:22Z",
"endUpdateDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0
}
curl --location --request POST '/ts-bs-bas/gatherFrequency' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"ids": [
"string"
],
"startUpdateDate": "2019-08-24T14:15:22Z",
"endUpdateDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"code": "string",
"name": "string",
"pyCode": "string",
"wbCode": "string",
"remark": "string",
"frRange": "string",
"sortNo": 0,
"isDelete": "N"
}
]
}
}