Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

sessionId
string<uuid>
required
hotelId
string
required
rateId
string<uuid>
required
paymentMethod
enum<string>
required
Available options:
creditCard,
account

Body

application/json
rooms
object[]
required
email
string<email>
required
phone
string
required
Minimum string length: 1
paymentNonce
string
Minimum string length: 1

Response

200 - application/json

Booking created successfully

success
boolean

Indicates if the request was successful

message
string | null

Response message, null if successful

data
object