POST api/TataAIG_Motors
Request Information
URI Parameters
None.
Body Parameters
TataAIG_MotorsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| company | string |
None. |
|
| model | string |
None. |
|
| variant | string |
None. |
|
| midSize | string |
None. |
|
| isAntitheftDevice | boolean |
None. |
|
| isHandicapeDiscount | boolean |
None. |
|
| idv | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"company": "sample string 1",
"model": "sample string 2",
"variant": "sample string 3",
"midSize": "sample string 4",
"isAntitheftDevice": true,
"isHandicapeDiscount": true,
"idv": 7.1
}
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. |