The OrderRejected
notification is sent when an order you have placed has been rejected 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 |
order.rejected.event |
z-notification-type |
order.rejected.notification |
z-notification-model |
order |
The payload of the notification will include the order id (id) and the 360 service id (serviceId) that the order is set to provide as well as the service’s configuration.
OrderRejected
webhook notification{ "id": 100, "type": "transfer", "serviceClass": "3", "technologyType": "FTTP", "trafficClass": "TC4", "installationType": "nbn-no-action", "customerRef": "Albany Creek Library", "locId": "LOC000000000000", "avcId": null, "avcIdForTransfer": null, "vlanId": 100, "poi": "4BNB", "poiName": "Aspley Depot", "region": "Urban", "eSla": "Standard", "bandwidthProfile": { "speedDown": 50, "speedUp": 20, "planName": "Home Fast 50/20", "cvcInclusion": 2.25 }, "infrastructure": { "id": "NTD000000000000", "portId": "1", "productId": "PRI000000000000" }, "address": { "buildingLevel": "Level 1", "unitNumber": "U5", "buildingName": "Building at 16", "streetNumber": "2494", "street": "BOOGDR", "suburb": "TENNYSON POINT", "state": "NSW", "postcode": "2111", "formattedAddress": "Unit 6, 5-7 BERESFORD Road, STRATHFIELD, New South Wales, 2135" }, "rejectedReason": "Order was rejected: VLAN ID is not able to be applied", "rejectedOn": "2021-02-23T04:36:00Z", "serviceId": 300, "aggregationMethod": "L2TP", "isNfas": true, "legacyTechnologyType": "FTTN", "isCancellable": true, "transferType": "SERVICE_TRANSFER" }
Field | Explanation |
---|---|
|
The reason to reject the order by nbn. |
|
The date/time, including UTC offset, when the nbn rejected the order. |
Field | Explanation |
---|---|
|
Whether the order is for a new service or a transfer.
|
|
The standard nbn service class of the site. |
|
The type of nbn technology that the service is delivered through. See "nbn Technology Type Map" below |
|
The nbn traffic class, e.g. |
|
Whether the NTD is going to be installed by an nbn technician or by the site’s tenant.
|
|
The reference string that you provided when you placed the order |
|
The nbn LOC ID of the address of the site the order is for |
|
The AVC ID of the virtual circuit that is created for this service. This is only set on OrderAccepted, OrderFttcActivate and OrderHfcNtdNotOnline notifications. |
|
The AVC ID that was specified at order time for a transfer order. That is for an NTD with a port that is Used or NCD (Copper Pair) with a Line In Use. Null in all other cases. |
|
The VLAN that was specified at order time |
|
The code of the nbn POI that the site will be serviced from |
|
The name of the nbn POI that the site will be serviced from |
|
The nbn region identifier that nbn places the site in. Possible values are:
|
|
The level of restoration SLA that the service will have. Currently, only |
|
An object that contains details on the bandwidth profile that was selected for the service |
|
The download speed of the service, in mbps |
|
The upload speed of the service, in mbps |
|
The name of the plan that was selected for the service |
|
The CVC inclusion that is applied to CVC rebates, if applicable. |
|
Information about the infrastructure at the site, including NTDs and Copper Pairs |
|
The nbn identifier of the equipment |
|
The port on the device that was chosen for the service.Only for NTD infrastructure. |
|
The nbn identifier of the product component that is activated for the Customer. |
|
The address of the site where the service is being provided |
|
The level that the site is on, if applicable |
|
The unit number of the site, if applicable |
|
The name of the building, if applicable |
|
The street number of the site |
|
The name of the street, including street type |
|
The suburb |
|
The state |
|
The postcode |
|
The whole address, formatted in a single line |
|
The ID of the 360 service that the order fulfils |
|
The ID of the 360 order |
|
The aggregation method of the order. Possible values are:
|
|
Indicates whether the order is for a nbn Co’s Fibre Access Service (NFAS). Possible values are:
|
|
Legacy nbn technology type of the the service if the service is NFAS otherwise NULL |
|
Indicates whether the order is cancellable. Possible values are:
|
|
Indicates type of the transfer if the order is a transfer order otherwise value will be
|
Acronym | Description |
---|---|
FTTP |
Fibre to the Premises |
FTTB |
Fibre to the Building |
FTTN |
Fibre to the Node |
FTTC |
Fibre to the Curb |
HFC |
Hybrid Fibre-Coaxial |
FW |
Fixed Wireless |
SAT |
Satellite |