GetLotListResponse
lots object[]required
List of active lots for the vendor
Array [
vendorLotIdstringrequired
Unique location identifier from the vendor
lotNamestringrequired
Impark Lot Name
vipPassFlagbooleanrequired
True if the lot accepts VIP Pass holders
]
GetLotListResponse
{
"lots": [
{
"vendorLotId": "string",
"lotName": "string",
"vipPassFlag": true
}
]
}