The AppointmentCancelled
notification is sent when an appointment you have has been cancelled by the nbn.
Along with the headers listed on the main Superloop Connect page, The request headers that are sent with the request to the callback URL includes the following:
Header | Value |
---|---|
z-event-type |
appointment.cancelled.event |
z-notification-type |
appointment.cancelled.notification |
z-notification-model |
appointment |
The payload of the notification will include the configuration of the appointment as well as the ID of the 360 service.
AppointmentCancelled
webhook notification{ "orderId": 10, "id": 583, "nbnAppointmentId": "APT190000000000", "status": "cancelled", "startTime": "2020-08-20T03:00:00Z", "endTime": "2020-08-20T07:00:00Z", "slotType": "PM", "timezoneOffset": "+10:00", "priorityAssist": false, "eSla": "Standard", "demandType": "Standard Install", "contact": { "name": "Lynette Santa", "type": "Primary Contact", "phone": "0739076000", "notes": null }, "customerRef": "CUST-REF-007", "cancelledOn": "2020-08-14T06:06:33Z", "serviceId": 300 }
Field | Explanation |
---|---|
|
The date/time, including UTC offset, when the nbn cancelled the appointment. |
Field | Explanation |
---|---|
|
The Order ID uniquely identifies an order that has been placed with NBN Co. |
|
The Connect identifier of the appointment. |
|
The NBN identifier of the appointment. |
|
The status of the appointment.
|
|
The date/time, including UTC offset, appointment start time will be visible only when appointment has been confirmed. |
|
The date/time, including UTC offset, appointment end time, will be visible only when appointment has been confirmed. |
|
The type of confirmed appointment slot. AM/ PM. |
|
Represents an offset defined in a Timezone. |
|
Indicates whether the appointment is priority assisted or not. |
|
The level of restoration SLA that the service will have. Currently, only |
|
The type of installation the appointment slot is provided for. |
|
The contact details of the appointment. |
|
The name of the contact. |
|
The type of the contact. |
|
The number of the contact. |
|
Additional information. If any. |
|
The reference string that you provided when you placed the order. |
|
The ID of the 360 service. |