POST api/pbp/v2014-06/isvalid
-
Validates that the specified plate number has at least one valid permit for the specified zones. This method will be called during the “last-chance lookup”.
Request Information
Body Parameters
Last chance query represents the search criteria used when doing a last-chance lookup.
Request Formats
application/json, text/json
Sample{ "PlateNumber": "ABC123", "ZoneIds": [ "1", "2" ] }