Reservation

Create or update an reservation in Duve

Request

This endpoint expects an object.
accountIdstringRequired
The source id that you recieved in Your Duve account.
eventenumRequired
Allowed values:
entity"reservation"Required
resourceobjectRequired
The entity payload body

Response

Webhook received and processed successfully.
newReservationsinteger or null
Number of new reservations synced.
updatedReservationsinteger or null
Number of updated reservations synced.
skippedReservationsinteger or null
Number of reservations skipped during the sync.
summarystring or null
Summary of the sync process.
reservationIdslist of strings or null
List of reservation IDs processed in the sync.

Errors