Leads Test Endpoint
Create a new group booking lead.
Creates given group booking lead in the system. Api client creating lead will have access to that lead's personal and confidential information.
post/api/v3.3/leads-test/group-booking
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",
"subLeads": [
{
"guestInformation": {
"arrivalLocalDateTime": "2026-04-20T11:52:36",
"departureLocalDateTime": "2026-04-20T11:52:36"
}
}
]
}Response
OK