POST api/InsuranceCompany
Request Information
URI Parameters
None.
Body Parameters
Insurance| Name | Description | Type | Additional information |
|---|---|---|---|
| IE_ID | string |
None. |
|
| IC_ID | string |
None. |
|
| ANY_CLAIM | string |
None. |
|
| string |
None. |
||
| REMARK | string |
None. |
|
| PREVIOUS_POLICY | string |
None. |
|
| I_TYPE | string |
None. |
|
| USER_ID | string |
None. |
|
| EXTRA | string |
None. |
|
| TASK | string |
None. |
|
| ACCESS_TOKEN | string |
None. |
|
| PHOTO | Collection of byte |
None. |
|
| PREVPOLICY_PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"IE_ID": "sample string 1",
"IC_ID": "sample string 2",
"ANY_CLAIM": "sample string 3",
"EMAIL": "sample string 4",
"REMARK": "sample string 5",
"PREVIOUS_POLICY": "sample string 6",
"I_TYPE": "sample string 7",
"USER_ID": "sample string 8",
"EXTRA": "sample string 9",
"TASK": "sample string 10",
"ACCESS_TOKEN": "sample string 11",
"PHOTO": "QEA=",
"PREVPOLICY_PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<Insurance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiHUA.Models"> <ACCESS_TOKEN>sample string 11</ACCESS_TOKEN> <ANY_CLAIM>sample string 3</ANY_CLAIM> <EMAIL>sample string 4</EMAIL> <EXTRA>sample string 9</EXTRA> <IC_ID>sample string 2</IC_ID> <IE_ID>sample string 1</IE_ID> <I_TYPE>sample string 7</I_TYPE> <PHOTO>QEA=</PHOTO> <PREVIOUS_POLICY>sample string 6</PREVIOUS_POLICY> <PREVPOLICY_PHOTO>QEA=</PREVPOLICY_PHOTO> <REMARK>sample string 5</REMARK> <TASK>sample string 10</TASK> <USER_ID>sample string 8</USER_ID> </Insurance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |