POST api/insuranceplan/savenewbaoplan
新增计划书
请求信息
URI 参数
None.
Body 请求体 参数
NewPlanBookModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Sex | string |
None. |
|
| Age | integer |
None. |
|
| TSex | string |
None. |
|
| TAge | integer |
None. |
|
| TotalMoney | decimal number |
None. |
|
| Reason | string |
None. |
|
| ProductS | OnProductDetail 集合 |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Sex": "sample string 2",
"Age": 3,
"TSex": "sample string 4",
"TAge": 5,
"TotalMoney": 6.0,
"Reason": "sample string 7",
"ProductS": [
{
"ProductId": 1,
"Condition": "sample string 2",
"PayMoney": 3.0,
"ConditionName": "sample string 4",
"Px": 5
},
{
"ProductId": 1,
"Condition": "sample string 2",
"PayMoney": 3.0,
"ConditionName": "sample string 4",
"Px": 5
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiResponseBaseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Object |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {},
"code": 2,
"msg": "sample string 3"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.