GET Limo/CarTypesWithPic
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VehicleLookupResponseName | Description | Type | Additional information |
---|---|---|---|
LocalizedName | string |
None. |
|
VehicleCode | string |
None. |
|
NumberOfSeats | integer |
None. |
|
VehicleImage | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LocalizedName": "sample string 1", "VehicleCode": "sample string 2", "NumberOfSeats": 3, "VehicleImage": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfVehicleLookupResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.Models.MobileForms"> <VehicleLookupResponse> <LocalizedName>sample string 1</LocalizedName> <NumberOfSeats>3</NumberOfSeats> <VehicleCode>sample string 2</VehicleCode> <VehicleImage>sample string 4</VehicleImage> </VehicleLookupResponse> </ArrayOfVehicleLookupResponse>