POST api/SocialDriver/RerunVehicleInformation
Rerun the users vehicle information
Request Information
URI Parameters
None.
Body Parameters
RerunVehicleInformationRequest
RerunVehicleInformationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Username |
The username |
string |
None. |
| VehicleOrigin |
The origin of the vehicle |
VehicleOrigin |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"VehicleOrigin": 0
}
application/xml, text/xml
Sample:
<RerunVehicleInformationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Username>sample string 1</Username> <VehicleOrigin>GreatBritain</VehicleOrigin> </RerunVehicleInformationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage
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. |