查询机构报案单信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| subjectMatterId | String | 必须 | 12243839413 | 标的物ID | |
| policyNo | String | 必须 | PB230824 | 保司保单号 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| context | Context | 报文主体内容 | |
|
|||
| responseMessage | String | OK | OK/xxx报错原因 |
| responseCode | String | SUCCESS | SUCCESS/ERROR |
{"policyNo":"PB230824","subjectMatterId":"12243839413"}
{
"context":{
"claimReportOrderInfoList":[
{
"outReportNo":"BZ32084237",
"amount":"800.00",
"status":"REPORTED"
}
]
},
"responseMessage":"OK",
"responseCode":"SUCCESS"
}
{"amount":"Illegal request","context":"sign-check-failure","responseCode":"不等于SUCCESS"}
| 错误码 | 错误描述 | 解决方案 |
|---|