Webhook
In addition to the API endpoints, EasyPark also offers a webhook for real time parking transactions. To set this up as a customer, please contact us for details. The following example illustrates the payload that will be sent with the webhook| Parameter | Type | Description |
|---|---|---|
| parkingId | long | Parking transaction identifier for EasyPark |
| licenseNumber | String | Car license number |
| startDate | String | Start time of the parking. ISO 8601 date&time |
| endDate | String | End time of the parking. ISO 8601 date&time |
| price | Number | Price of parking |
| priceVatAmount | Number | Vat amount of the price |
| priceExclusiveVatAmount | Number | Exclusive vat amount of the price |
| currency | String | Currency of parking price |
| parkingAreaId | long | Parking area identifier for EasyPark |
| parkingAreaName | String | Parking area name |
| parkingOperatorId | long | Parking area operator identifier for EasyPark |
| parkingOperatorName | String | Parking operator name |
| transactionFee | Number | Transaction fee for parking |
| transactionFeeVatAmount | Number | Vat amount of the transaction fee |
| transactionFeeExclusiveVatAmount | Number | Exclusive vat amount of the price |