v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Reservations

Adds messages to an enquiry

Add one or more messages for a specific enquiry.

post/v1/reservation/enquiry/{id}/messages

Path parameters

idinteger required

Identifier of the enquiry

Request body

subjectstring nullable

Subject of the Booking/enquiry message

messagestring nullable

Content of the message

type'Owner' | 'Comment' | 'Renter'
send_notificationboolean

When Type is Owner, send a notification to guest via Email if configured in the recipient. If booking source is an external channel the message will be pushed. Settled to False by default for backward compatibility.

message_idstring uuid

The unique idempotent identifier of the message. If not provided, a new Guid will be generated.

Response

OK