{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"startRegDate": "2019-08-24T14:15:22Z",
"endRegDate": "2019-08-24T14:15:22Z",
"deptId": "string",
"snapshotId": "string",
"ids": [
"string"
],
"no": "string"
}
curl --location --request POST '/ts-bs-drg/queryDrStockTake' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"startRegDate": "2019-08-24T14:15:22Z",
"endRegDate": "2019-08-24T14:15:22Z",
"deptId": "string",
"snapshotId": "string",
"ids": [
"string"
],
"no": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"hospCode": "string",
"createUserId": "string",
"updateUserId": "string",
"createDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isDelete": "string",
"snapshotId": "string",
"bizTypeId": "string",
"no": "string",
"deptId": "string",
"deptName": "string",
"regDate": "2019-08-24T14:15:22Z",
"regUserId": "string",
"regUserName": "string",
"printTimes": 0,
"printUserId": "string",
"printUserName": "string",
"printDate": "2019-08-24T14:15:22Z",
"execBillId": "string",
"stockSnapshotRegDate": "2019-08-24T14:15:22Z",
"execBillAuditDate": "2019-08-24T14:15:22Z",
"memo": "string"
}
]
}
}