{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"psnNos": [
"string"
],
"certificateNos": [
"string"
],
"insCardNos": [
"string"
],
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/ts-bs-ins/queryInsPersonnelInfo' \
--header 'Token: 971a9286-b962-4bee-adb2-2fd990120b9eUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"psnNos": [
"string"
],
"certificateNos": [
"string"
],
"insCardNos": [
"string"
],
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z"
}'
{
"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": "N",
"psnNo": "string",
"certificateType": "string",
"certificateNo": "string",
"name": "string",
"sex": "string",
"sexName": "string",
"nationName": "string",
"birthday": "2019-08-24T14:15:22Z",
"insCardNo": "string",
"insrNo": "string",
"telephone": "string",
"balance": 0,
"regionCode": "string",
"regionName": "string",
"psnType": "string",
"psnName": "string",
"insureTypeCode": "string",
"insureTypeName": "string",
"psnIdetType": "string",
"psnDisaLevel": "string",
"psnInsureStatus": "string",
"psnInsureDate": "2019-08-24T14:15:22Z",
"pausInsureDate": "2019-08-24T14:15:22Z",
"insuplcAdmdvs": "string",
"cvlservFlag": "string",
"corpName": "string"
}
]
}
}