GET LimoReservation/GetLimoVehicleCategory?date={date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

string

Default value is 10/10/2010

Body Parameters

None.

Response Information

Resource Description

Collection of VehicleLookupResponse
NameDescriptionTypeAdditional 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>