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:

Table 1. Webhook Event Notification Request Headers
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.

Example payload of the 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"
}
Table 2. Fields for all Quotes based webhooks
Field Explanation

nbnLocationId

The nbn unique identifier of the location.

nbnQuoteId

The nbn FBC quote Id.

quoteDate

The nbn FBC quote created date.

zone

The name of the nbn zone that the site will be serviced from.

poiName

The name of the nbn POI that the site will be serviced from.

estDeliveryTime

Estimated service delivery time.

fibreBuildCategory

The fibre build category.

priceType

Fibre Build Charge price type.

name

Fibre Build Charge.

priceUnit

Fibre Build Charge price currency unit.

priceValue

Fibre Build Charge cost in cents.

validUntil

The date till FBC quote valid.

createdOn

The date/time, including UTC offset, when FBC quote was created.