GET
/api/partner/v1/bookings/{bookingId}Get booking
Get one booking.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
bookingIdstringpathrequiredResponse
200 · application/jsonsuccessbooleanrequireddataobjectidstringexternalIdstringnullableYour own booking id
carIdstringcarExternalIdstringnullablerenterIdstringrenterExternalIdstringnullabledateFromstring <date-time>dateTostring <date-time>statusinteger0=Init, 1=PendingApproval, 6=Approved, 7=Completed, 8=Draft, 17=Canceled.
statusNamestringpricenumberisApprovedbooleanerrorstringnullableStatus codes
200The booking.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
