Note: This endpoint is only available in the staging environment and requires special permissions granted by administrators.
POST https://api.staging.fleetit.com/api/tickets/individual/
Parameter | Type | Description |
---|---|---|
transaction_date | string | Date of the toll transaction in YYYY-MM-DD format. |
exit_time | string | Time of exit in HH:MM:SS format. |
exit_plaza | string | Identifier for the exit plaza e.g "HT" . |
agency | string | Agency code associated with the toll (e.g., "PANYNJ" ). |
amount | float | Toll amount charged. |
plate_number | string | License plate number of the vehicle of your fleet |
plate_state | string | State code of the vehicle registration (e.g., "NY" ). |
Status Code | Description |
---|---|
201 | Toll ticket created successfully. |
400 | Bad request due to duplicate ticket or business rule violation. |
403 | Forbidden: User lacks necessary permissions. |
amount
should be a positive number representing the toll charge.