Skip to main content

GetValidParkerListResponse

vendorLotIdstringrequired

Location identifier from the vendor

requestDateTimestring<date-time>required

Date and time the Valid Parker List was generated

parkingSessions object[]required

List of valid parking sessions for the lot

  • Array [
  • transactionNumberstring

    Business identifier for the transaction from parking vendor

    licensePlatestring
    licensePlateStatestring

    State/Province issuing the license plate

    stallNumberstring
    stallTypestring
    fromValidDateTimestring<date-time>

    Start date plus time for the session

    toValidDateTimestring<date-time>

    End date plus time for the session

    fromValidInclGraceDateTimestring<date-time>

    Start date plus time for the session including grace periods

    toValidInclGraceDateTimestring<date-time>

    End date plus time for the session including grace periods

    mobilePhoneNumberstring

    Phone number for parker

    vipPassFlagboolean

    True if session is for a VIP Pass holder, false otherwise

    barcodestring

    Postal Code/Zip Code from parker contact/billing address

    zonestring

    Postal Code/Zip Code from parker contact/billing address

    parkerIdstringnullable

    Id for the parker. Null if the parker is not known.

    timeStampstring<date-time>

    Date and time the parking session was created

  • ]
  • GetValidParkerListResponse
    {
    "vendorLotId": "string",
    "requestDateTime": "2024-07-29T15:51:28.071Z",
    "parkingSessions": [
    {
    "transactionNumber": "string",
    "licensePlate": "string",
    "licensePlateState": "string",
    "stallNumber": "string",
    "stallType": "string",
    "fromValidDateTime": "2024-07-29T15:51:28.071Z",
    "toValidDateTime": "2024-07-29T15:51:28.071Z",
    "fromValidInclGraceDateTime": "2024-07-29T15:51:28.071Z",
    "toValidInclGraceDateTime": "2024-07-29T15:51:28.071Z",
    "mobilePhoneNumber": "string",
    "vipPassFlag": true,
    "barcode": "string",
    "zone": "string",
    "parkerId": "string",
    "timeStamp": "2024-07-29T15:51:28.071Z"
    }
    ]
    }