{
"businessId": "string",
"companyId": 0,
"orgId": 0,
"accidentRoadId": "string",
"completeStatus": "string",
"acceptanceStatus": "string",
"status": "string",
"compensationMethod": "string",
"accidentType": "string",
"startLocationK": "string",
"startLocationM": "string",
"endLocationK": "string",
"endLocationM": "string",
"page": 0,
"pageSize": 0,
"startIndex": 0
}curl --location --request POST '/roadlink/road/reparation/pageInfo' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "string",
"companyId": 0,
"orgId": 0,
"accidentRoadId": "string",
"completeStatus": "string",
"acceptanceStatus": "string",
"status": "string",
"compensationMethod": "string",
"accidentType": "string",
"startLocationK": "string",
"startLocationM": "string",
"endLocationK": "string",
"endLocationM": "string",
"page": 0,
"pageSize": 0,
"startIndex": 0
}'{
"code": 0,
"message": "",
"data": {
"pageSize": 0,
"count": 0,
"pageIndex": 0,
"totalPage": 0,
"data": [
{
"id": "",
"businessId": "",
"companyDesc": "",
"orgDesc": "",
"companyId": "",
"orgId": "",
"accidentRoad": "",
"accidentTime": "",
"accidentLocationKm": "",
"accidentLocationM": "",
"isEscape": "",
"compensationMethod": "",
"accidentDesc": "",
"claimAmount": "",
"receivableAmount": "",
"receivedAmount": "",
"unreceivedAmount": "",
"approvalTime": "",
"completeStatus": "",
"payoutStatus": "",
"acceptanceStatus": "",
"status": ""
}
]
}
}