Bookings
get
Authorizations
Query parameters
page[size]integerOptional
The paginator
page[number]integerOptional
The paginator
sortstringOptional
The query
filter[$filter]stringOptional
The query
includestringOptional
The query
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
get
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
post
Authorizations
Path parameters
bookingstring · uuidRequired
The resource
Responses
200
The request has been successful
201
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
post
POST /api/onsite/v1/bookings/{booking}/checkin HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Check-Out
post
Authorizations
Path parameters
bookingstring · uuidRequired
The resource
Responses
200
The request has been successful
201
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
post
POST /api/onsite/v1/bookings/{booking}/checkout HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated