{
"page": 1,
"size": 10,
"checkNo": "20230817144122895619",
"checkType": "1",
"startDate": "2023-01-01",
"endDate": "2023-02-01"
}
curl --location --request POST '10.207.138.234:9243/cic/platform/sichuanAgent/reconciliation/summaryCheckHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"checkNo": "20230817144122895619",
"checkType": "1",
"startDate": "2023-01-01",
"endDate": "2023-02-01"
}'
{
"status": 0,
"message": "string",
"errorCode": "string",
"timestamp": "string",
"data": {
"data": [
{
"checkType": "string",
"checkStatus": "string",
"totalRecords": "string",
"sumInsured": "string",
"createTime": "string",
"endDate": "string",
"checkNo": "string",
"downloadUrl": "string",
"id": 0,
"downloadStatus": "string",
"startDate": "string",
"sumPremium": "string"
}
],
"count": 0
}
}