On this page
article
step 8 - Receive Webhook Notifications
When a booking is created or its status changes, SCOM will send a callback with the relevant booking data.
-
Purpose & Use Cases: Get notified of order updates automatically.
-
Example for an order under the
Listlisting plan:
{
"id": "eyJ0eXBlIjoiRXZlbnQiLCJpZCI6MjU1NDg2NX0=",
"object": "event",
"data": {
"object": {
"object": "booking",
"stage": "in_progress",
"currency": "GBP",
"moveInDate": "2026-06-24",
"moveOutDate": "2026-10-31",
"referenceId": "LB181299600",
"totalPrice": "6357.86",
"totalRental": "6357.86",
"totalFee": "0",
"roomExternalId": null,
"roomId": "eyJ0eXBlIjoiUm9vbSIsImlkIjoxMDA5MDE3OX0=",
"rateAvailabilityId": "eyJ0eXBlIjoiTGlzdGluZyIsImlkIjoxMDAwNzE1NzAxfQ==",
"rateAvailabilityExternalId": null,
"propertyId": "eyJ0eXBlIjoiUHJvcGVydHkiLCJpZCI6MTA0MTE5Mn0=",
"propertyExternalId": null,
"propertyName": "Test property for List (Platform GBP)",
"student": {
"referenceId": "S63620-24210",
"firstName": "A",
"lastName": "A",
"emailAddress": "tyra.huang+0610@student.com",
"addressLines": "ddddd",
"city": "shanghai",
"state": "ddd",
"postalCode": "dddd",
"country": "CHN",
"dateOfBirth": "1999-06-02",
"gender": "male",
"language": "zh-cn",
"nationality": "ALB",
"passportFirstName": "A",
"passportMiddleName": null,
"passportLastName": "A",
"passportNumber": null,
"destinationUniversity": null
},
"createdAt": "2025-06-10T05:59:33+00:00",
"updatedAt": "2025-06-10T05:59:33+00:00"
}
},
"type": "booking.in_progress"
}