POST api/Vehicle/ListVehicles
Request Information
URI Parameters
None.
Body Parameters
VehiclesListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "552da7f1-91e3-48f6-bda4-66c2531859dc"
}
text/html, multipart/form-data
Sample:
{"UserID":"552da7f1-91e3-48f6-bda4-66c2531859dc"}
application/xml, text/xml
Sample:
<VehiclesListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarCharge.MobilApi.Models.Vehicles"> <UserID>552da7f1-91e3-48f6-bda4-66c2531859dc</UserID> </VehiclesListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.