GET api/Reservations?apiKey={apiKey}&pickup={pickup}&dropoff={dropoff}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
pickup | date |
Required |
|
dropoff | date |
Required |
Body Parameters
None.
Response Information
Resource Description
RentalDaysEntityName | Description | Type | Additional information |
---|---|---|---|
RentalDays | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "RentalDays": 1 }
application/xml, text/xml
Sample:
<RentalDaysEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Vehicles"> <RentalDays>1</RentalDays> </RentalDaysEntity>