- 保单接入子域
- 银保信-交强险
- 银保信-商业险
- 保单接入子域消息处理服务
- 上海承保承保平台
- 地方车险平台
- 地方意健险平台
- 保险实名查验与登记
- 全国车险信息平台费用登记子系统
- 四川公安交管
- 四川中介对账
- 银保信全国车险平台
- 好投保
- 车型及纯风险保费查询POST
对账信息历史数据查询
开发中
POST
/cic/platform/sichuanAgent/reconciliation/summaryCheckHistory
请求参数
Body 参数application/json
page
integer
页码
size
integer
页长
checkNo
string
对账查询代码
checkType
string
对账业务类型
startDate
string
对账起始日期
endDate
string
对账截止日期
示例
{
"page": 1,
"size": 10,
"checkNo": "20230817144122895619",
"checkType": "1",
"startDate": "2023-01-01",
"endDate": "2023-02-01"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}'
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
errorCode
string
必需
timestamp
string
必需
data
object
必需
data
array [object {12}]
必需
count
integer
历史信息总条数
示例
{
"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
}
}
修改于 2023-08-22 05:52:56