Bookings
The paginator
The paginator
The query
The query
The query
The request has been successful
No content
The request is unauthorized
The request is forbiden
The resource cannot be found
The request cannot be processed
GET /api/onsite/v1/bookings HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Available includes: parking
Available filters: group, parking, search, created_after, created_before, arrival_after, arrival_before, checkin_after, checkin_before, departure_after, departure_before, checkout_after, checkout_before, status, source, channel
Available sorts: updated_at, created_at, source, code, status, arrival_at, departure_at, checkin_at, checkout_at
Example: ?include=parking&filter[group]=uuid&sort=-created_at&page[size]=100
Check-In
The resource
The request has been successful
No content
The request has been successful
The request is unauthorized
The request is forbiden
The resource cannot be found
The request cannot be processed
POST /api/onsite/v1/bookings/{booking}/checkin HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Check-Out
The resource
The request has been successful
No content
The request has been successful
The request is unauthorized
The request is forbiden
The resource cannot be found
The request cannot be processed
POST /api/onsite/v1/bookings/{booking}/checkout HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated