MyEZToll
GET/api/partner/v1/bookings/{bookingId}

Get booking

Get one booking.

Authorization

X-Api-Key header

Send your partner key on every request. The key is bound to exactly one owner account.

Path parameters

bookingIdstringpathrequired

Response

200 · application/json
successbooleanrequired
dataobject
idstring
externalIdstringnullable

Your own booking id

carIdstring
carExternalIdstringnullable
renterIdstring
renterExternalIdstringnullable
dateFromstring <date-time>
dateTostring <date-time>
statusinteger

0=Init, 1=PendingApproval, 6=Approved, 7=Completed, 8=Draft, 17=Canceled.

statusNamestring
pricenumber
isApprovedboolean
errorstringnullable

Status codes

200The booking.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.