Webhooks
Webhook Payload
object
{
correlationId: string
eventType: string
eventData: object
timestamp: string
}{
"correlationId": "f2be8082-5815-4f57-be97-b1e730ceda85",
"eventType": "operationResult",
"eventData": {
"succeded": true,
"errorCode": null,
"errorDescription": null
},
"timestamp": "2024-01-01T00:30:00.1231Z"
}Attribute
Description
Event Types and Data
operationResult
operationResultAttribute
Description
reservationResult
reservationResultAttribute
Description
Last updated