{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"applyTimeBegin": "string",
"applyTimeEnd": "string",
"custAddressCode": "string",
"custPermanentAddressCode": "string",
"finishTimeBegin": "string",
"finishTimeEnd": "string",
"status": 0,
"transformStatus": 0,
"type": 0,
"custNum": "string",
"selecttype": 0,
"projectId": 0,
"projectIds": [
0
],
"zoneIds": [
0
]
}
curl --location --request POST '/custHomeBed/pageList' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"applyTimeBegin": "string",
"applyTimeEnd": "string",
"custAddressCode": "string",
"custPermanentAddressCode": "string",
"finishTimeBegin": "string",
"finishTimeEnd": "string",
"status": 0,
"transformStatus": 0,
"type": 0,
"custNum": "string",
"selecttype": 0,
"projectId": 0,
"projectIds": [
0
],
"zoneIds": [
0
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"id": 0,
"custNum": "",
"custName": "",
"custIdentity": "",
"custSex": 0,
"custAge": 0,
"custMobile": "",
"custAddressCode": "",
"custAddressCodeName": "",
"custAddressCodeFullName": "",
"custPermanentAddressCode": "",
"custPermanentAddressCodeName": "",
"custAddressDetail": "",
"applyTime": "",
"finishTime": "",
"transformStatus": 0,
"transformStatusStr": "",
"status": 0,
"statusStr": "",
"qrCodeUrl": "",
"buttonStatus": 0,
"tenantId": "",
"serviceAddressLocationX": "",
"serviceAddressLocationY": "",
"disabilityLevel": "",
"projectId": 0,
"projectName": "",
"zoneId": 0,
"zoneName": "",
"serviceLocationAddressName": ""
}
]
}
}