POST api/guaranteeslip/policyGetFrLs
家庭报告列表 - 家庭信息+报告列表
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_RO_InsuranceBank_PolicyGetFamilyReportList| Name | Description | Type | Additional information |
|---|---|---|---|
| FamilyID | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNum | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FamilyID": 1,
"PageSize": 2,
"PageNum": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiResponseBaseOfPolicyGetFamilyReportListData| Name | Description | Type | Additional information |
|---|---|---|---|
| data | PolicyGetFamilyReportListData |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"PolicyGetFrList0": {
"ID": 1,
"Name": "sample string 2",
"Memo": "sample string 3",
"CustomerCnt": 4
},
"xccRS1": [
{
"ID": 1,
"Name": "sample string 2",
"AddTime": "2025/12/26 05:29:23"
},
{
"ID": 1,
"Name": "sample string 2",
"AddTime": "2025/12/26 05:29:23"
}
]
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.