{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"custServiceStatusList": [
0
],
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"liveAreaCode": "string",
"projectId": 0,
"projectIds": [
0
],
"portletNo": "string",
"disabilityLevel": "string",
"intendedNursingType": 0,
"custNum": "string",
"applyTimeBegin": "string",
"applyTimeEnd": "string",
"insuAdmdvs": "string"
}
curl --location --request POST '/facade/customer/getLongTermCustomerExport' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"custServiceStatusList": [
0
],
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"liveAreaCode": "string",
"projectId": 0,
"projectIds": [
0
],
"portletNo": "string",
"disabilityLevel": "string",
"intendedNursingType": 0,
"custNum": "string",
"applyTimeBegin": "string",
"applyTimeEnd": "string",
"insuAdmdvs": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"applyNum": "",
"custName": "",
"custIdentity": "",
"custSexStr": "",
"custAge": 0,
"custMobile": "",
"projectName": "",
"liveAreaName": "",
"portletNoStr": "",
"disabilityLevelStr": "",
"intendedNursingTypeStr": "",
"treatmentStartTime": "",
"custServiceStatusStr": "",
"stopStartTime": "",
"stopReason": "",
"rescindTime": "",
"rescindReason": "",
"applyTime": ""
}
]
}
}