Bookings
The bookings section is a key component of Sodtrack's flow and API.
The bookings section is a key component of Sodtrack's flow and API. Here, you will find the endpoint for creating reservations, an essential process for managing your operations. Make sure to follow the required parameters and structure to ensure successful requests.
GET
Get bookings
/api/integration/bookingReturns a paginated list of bookings enriched with related entites data for integration use cases.
POST
Create booking
/api/integration/booking/v2Creates one or more new bookings in Sodtrack.
PATCH
Update reference
/api/integration/booking/{bookingId}/referencePATCH
Cancel Booking
/api/integration/booking/cancelThis endpoint cancels an existing booking through the Integration API.
PATCH
Reschedule Booking
/api/integration/booking/{bookingId}/rescheduleGives an existing booking a new date, identified by its Sodtrack id.