POST api/guaranteeslip/policyInsAnaInfo
手动填写信息-提交解析
请求信息
URI 参数
None.
Body 请求体 参数
PolicyInsertPolicyByInfoParams| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerID | integer |
None. |
|
| PolicyNum | string |
None. |
|
| CompanyID | integer |
None. |
|
| ProductS | zztt_PolicyOnProduct 集合 |
None. |
|
| InsuredName | string |
None. |
|
| InsuredSex | string |
None. |
|
| InsuredBir | string |
None. |
|
| InsuredTel | string |
None. |
|
| HolderName | string |
None. |
|
| BenefiName | string |
None. |
|
| Tp | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SellerID": 1,
"PolicyNum": "sample string 2",
"CompanyID": 3,
"ProductS": [
{
"ID": 1,
"ProductID": 2,
"ProductName": "sample string 3",
"DateB": "sample string 4",
"DateE": "sample string 5",
"Coverage": 6.0,
"Insurance": 7.0,
"PayTypeID": 8,
"PayPeriod": "sample string 9",
"Px": 10
},
{
"ID": 1,
"ProductID": 2,
"ProductName": "sample string 3",
"DateB": "sample string 4",
"DateE": "sample string 5",
"Coverage": 6.0,
"Insurance": 7.0,
"PayTypeID": 8,
"PayPeriod": "sample string 9",
"Px": 10
}
],
"InsuredName": "sample string 4",
"InsuredSex": "sample string 5",
"InsuredBir": "sample string 6",
"InsuredTel": "sample string 7",
"HolderName": "sample string 8",
"BenefiName": "sample string 9",
"Tp": 10,
"Token": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Object 集合 |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |