POST api/CarInsurance
Request Information
URI Parameters
None.
Body Parameters
CarInsuranceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LeasingIdx | string |
None. |
|
| InventoryIdx | string |
None. |
|
| TLO | integer |
None. |
|
| AR | integer |
None. |
|
| Year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeasingIdx": "sample string 1",
"InventoryIdx": "sample string 2",
"TLO": 3,
"AR": 4,
"Year": 5
}
application/xml, text/xml
Sample:
<CarInsuranceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AR>4</AR> <InventoryIdx>sample string 2</InventoryIdx> <LeasingIdx>sample string 1</LeasingIdx> <TLO>3</TLO> <Year>5</Year> </CarInsuranceRequest>
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. |