The FibreBuildChargeQuoteCompleted
notification is sent when the fibre build charge quote has been completed 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 |
fibreBuildChargeQuote.completed.event |
z-notification-type |
fibreBuildChargeQuote.completed.notification |
z-notification-model |
fibreBuildChargeQuote |
The payload of the notification will include the fibreBuildChargeQuoteCompleted details.
FibreBuildChargeQuoteCompleted
webhook notification{ "nbnLocationId": "LOC380100009114", "nbnQuoteId": "EEQ-0000000001", "quoteDate": "2022-03-28", "zone": "CBD", "poiName": "8DRW - DARWIN", "estDeliveryTime": "50 Business Days", "fibreBuildCategory": "A", "priceType": "oneOff", "name": "FBC", "priceUnit": "AUD", "priceValue": 100, "validUntil": "2022-06-24", "createdOn": "2022-03-27T22:57:01Z" }
Field | Explanation |
---|---|
|
The nbn unique identifier of the location. |
|
The nbn FBC quote Id. |
|
The nbn FBC quote created date. |
|
The name of the nbn zone that the site will be serviced from. |
|
The name of the nbn POI that the site will be serviced from. |
|
Estimated service delivery time. |
|
The fibre build category. |
|
Fibre Build Charge price type. |
|
Fibre Build Charge. |
|
Fibre Build Charge price currency unit. |
|
Fibre Build Charge cost in cents. |
|
The date till FBC quote valid. |
|
The date/time, including UTC offset, when FBC quote was created. |