v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Leads

Alter lead details

Allows for changing lead's property, dates or guest data. Successful alteration will result in order recalculation.

post/api/v3.3/leads/{leadUid}/alteration

Path parameters

leadUidstring required

Request body

checkInLocalDateTimestring
checkOutLocalDateTimestring
checkInLocalDatestring date

Check in date. Will apply property's default check in time. For specifying different time, use checkInLocalDateTime.

checkOutLocalDatestring date

Check in date. Will apply property's default check in time. For specifying different time, use checkInLocalDateTime.

propertyUidstring

New property to change the lead to. Lead must meet property requirements and property availability.

adultCountinteger
childrenCountinteger
petCountinteger
infantCountinteger
unitUidstring

New unit to change the lead to. Unit must meet availability and turnover requirements.

Example request

{
  "checkInLocalDateTime": "2026-04-20T11:52:36",
  "checkOutLocalDateTime": "2026-04-20T11:52:36"
}

Response

OK