Leads
Create a new lead
Creates given lead in the system. For further lead workflow interactions, please use resource actions available under POST .../leads/{uid}/{action} .Api client creating lead will have access to that lead's personal and confidential information.
post/api/v3.3/leads
Request body
Example request
{
"checkInLocalDateTime": "2026-04-20T11:52:36",
"checkOutLocalDateTime": "2026-04-20T11:52:36",
"guestInformation": {
"arrivalLocalDateTime": "2026-04-20T11:52:36",
"departureLocalDateTime": "2026-04-20T11:52:36"
},
"bookedUtcDateTime": "2026-04-20T11:52:36"
}Response
OK