POST api/guaranteeslip/policyFmCusLs
家庭信息+被保人列表
请求信息
URI 参数
None.
Body 请求体 参数
INPUTxccp_RO_InsuranceBank_PolicyGetFamilyCustomerListName | 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.
响应消息
内容 描述
CxccApiResponseBaseOfPolicyGetFamilyCustomerListDataName | Description | Type | Additional information |
---|---|---|---|
data | PolicyGetFamilyCustomerListData |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "xccRS0": [ { "ID": 1, "Name": "sample string 2", "CustomerCnt": 3, "HostID": 4, "HostName": "sample string 5" }, { "ID": 1, "Name": "sample string 2", "CustomerCnt": 3, "HostID": 4, "HostName": "sample string 5" } ], "xccRS1": [ { "ID": 1, "Name": "sample string 2", "Img": "sample string 3", "Bir": "sample string 4", "HasSS": 5 }, { "ID": 1, "Name": "sample string 2", "Img": "sample string 3", "Bir": "sample string 4", "HasSS": 5 } ] }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.