POST api/pbp/v2014-06/zones/{zoneId}/permits/{permitId}?forceCreate={forceCreate}
-
Adds a permit to a specified zone, or modifies an existing permit.
Request Information
Body Parameters
A permit to add or update.
Request Formats
application/json, text/json
Sample{ "Expiry": "2020-12-07T15:55:01.475935Z", "Activation": "0001-01-01T00:00:00", "PermitId": "1234A", "PlateNumber": "ABC123", "PlateState": "NY" }
Response Information
None.