POST api/Vehicles/Customer
Request Information
URI Parameters
None.
Body Parameters
VehicleCustomerInName | Description | Type | Additional information |
---|---|---|---|
VehicleID | globally unique identifier |
None. |
|
CustomerID | globally unique identifier |
None. |
|
DeleteHistory | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "VehicleID": "eb01dea3-22d7-4890-a573-d27fe2bedc30", "CustomerID": "b7826724-ca55-490c-ada1-e0b3718a1527", "DeleteHistory": true }
application/xml, text/xml
Sample:
<VehicleCustomerIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CustomerID>b7826724-ca55-490c-ada1-e0b3718a1527</CustomerID> <DeleteHistory>true</DeleteHistory> <VehicleID>eb01dea3-22d7-4890-a573-d27fe2bedc30</VehicleID> </VehicleCustomerIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |