{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string",
"id": 0
}
curl --location --request POST '/app/cust/ltc/serviceInfoList' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string",
"id": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": [
{
"custNo": "",
"planYm": "",
"dispatchStatus": "",
"accomplishHour": "",
"dispatchHour": "",
"policyHour": "",
"hourCoverRate": "",
"hourCoverRateStr": "",
"progress": "",
"progressStr": "",
"tenantId": ""
}
]
}