{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"applyNo": "string",
"planYm": "string",
"custName": "string",
"custIdentity": "string",
"custTel": "string",
"custTag": "string",
"disabilityLevel": 0,
"liveAreaCode": "string",
"nursingType": 0,
"planStatus": 0,
"progressType": 0,
"waiterName": "string",
"projectIds": [
0
],
"zoneIds": [
0
],
"custNos": [
"string"
],
"projectCode": "string",
"insuAdmdvs": "string",
"insuAdmdvsStr": "string",
"nurscareOrgName": "string",
"psnNo": "string",
"nurscareWay": "string",
"orgAdmdvs": "string"
}
curl --location --request POST '/ltc/plan/findPagePlan' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"applyNo": "string",
"planYm": "string",
"custName": "string",
"custIdentity": "string",
"custTel": "string",
"custTag": "string",
"disabilityLevel": 0,
"liveAreaCode": "string",
"nursingType": 0,
"planStatus": 0,
"progressType": 0,
"waiterName": "string",
"projectIds": [
0
],
"zoneIds": [
0
],
"custNos": [
"string"
],
"projectCode": "string",
"insuAdmdvs": "string",
"insuAdmdvsStr": "string",
"nurscareOrgName": "string",
"psnNo": "string",
"nurscareWay": "string",
"orgAdmdvs": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"applyNo": "",
"signNo": "",
"planNo": "",
"planYm": "",
"custNo": "",
"custName": "",
"custIdentity": "",
"custStatus": 0,
"custStatusStr": "",
"custTel": "",
"custTagNo": "",
"custTagName": "",
"custGender": 0,
"custGenderStr": "",
"nursingType": 0,
"nursingTypeStr": "",
"disablitityGrade": 0,
"disablitityGradeStr": "",
"ltcBeginTime": "",
"ltcEndTime": "",
"planStatus": 0,
"planStatusStr": "",
"planStatusOld": 0,
"areaFullName": "",
"serviceAddress": "",
"liveAreaCode": "",
"tenantId": "",
"dispatchStatus": 0,
"dispatchStatusStr": "",
"accomplishHour": 0.0,
"dispatchHour": 0.0,
"policyHour": 0.0,
"progress": "",
"waiterName": "",
"projectId": 0,
"projectName": "",
"usCc": "",
"nurscareOrgNo": "",
"projectCode": "",
"nurscareOrgName": "",
"nurscareOrgAddr": "",
"ltciResper": "",
"ltciResperTel": "",
"fixBlngAdmdvs": "",
"cntrBegntime": "",
"cntrEndtime": "",
"nurscareOrgType": "",
"checkFlag": 0,
"contractTime": "",
"insuAdmdvs": "",
"insuAdmdvsStr": "",
"servType": "",
"psnNo": "",
"nurscareWay": "",
"nurscareWayStr": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"searchCount": false,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
]
}
}