GET api/insuranceplan/getproduccontentbypid?productId={productId}
1.3 查险种默认值以及保费测算的选项
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
productId | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfListOfInsuranceContentName | Description | Type | Additional information |
---|---|---|---|
data | InsuranceContent 集合 |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": [ { "Id": "sample string 1", "Code": "sample string 2", "Index": "sample string 3", "Max": "sample string 4", "Min": "sample string 5", "Name": "sample string 6", "ProductID": "sample string 7", "ShowValue": "sample string 8", "Value": "sample string 9", "AddTime": "2025/04/04 11:59:18" }, { "Id": "sample string 1", "Code": "sample string 2", "Index": "sample string 3", "Max": "sample string 4", "Min": "sample string 5", "Name": "sample string 6", "ProductID": "sample string 7", "ShowValue": "sample string 8", "Value": "sample string 9", "AddTime": "2025/04/04 11:59:18" } ], "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.