GET api/V2/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReservationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiptId | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| LotName | string |
None. |
|
| SpotNumber | string |
None. |
|
| Location | string |
None. |
|
| GatePIN | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReceiptId": "sample string 1",
"StartDate": "sample string 2",
"EndDate": "sample string 3",
"LotName": "sample string 4",
"SpotNumber": "sample string 5",
"Location": "sample string 6",
"GatePIN": "sample string 7"
}
application/xml, text/xml
Sample:
<ReservationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TruckSpot.Models"> <EndDate>sample string 3</EndDate> <GatePIN>sample string 7</GatePIN> <Location>sample string 6</Location> <LotName>sample string 4</LotName> <ReceiptId>sample string 1</ReceiptId> <SpotNumber>sample string 5</SpotNumber> <StartDate>sample string 2</StartDate> </ReservationResponse>