v1

latestOpenAPI 3.0.4License2026-07-14643173.0 KB
Booking

Creates a Booking.

Requests to this endpoint that fail may be retried after a few minutes. See more in the Responses section. If the issue persists, the fallback integration mechanism will be used (A.K.A. the email or FTP delivered XML file).

post/v1/bookings

Request body

bookingReferencestring required

The Suntransfers Booking reference identifier. This is currently a string starting with 'SUNTR_' followed by alphanumeric characters.

Response

201 Created: The Booking has been created. Signals that the creation has happened synchronously. That means that the Booking is already available and valid in the supplier's system. See 202 for the asynchronous version.

bookingReferencestring required

The Suntransfers Booking reference identifier. This is currently a string starting with 'SUNTR_' followed by alphanumeric characters.

supplierReferencesSupplierReference[] nullable

The Supplier's internal Transfer references or IDs.

All 6 operations