Service Qualification

HFC Examples

HFC SC21 - First NTD at Location

  • As this will be the first NTD at the location generationTwoNtds is populated.

  • As this will be the first NTD at the location firstOrAdditionalNtdPlans is populated. For HFC the only NTD option is NTD_2.5.

  • As this will be the first NTD at the location generationOneNtdPlans is empty.

  • As this will be the first NTD at the location generationTwoNtdPlans is empty.

HTTP/1.1 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Length: 4066

{
  "generationTwoNtds" : [ {
    "name" : "NTD_2.5",
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPlanTypes" : [ "RESIDENTIAL", "BUSINESS" ],
    "fees" : [ {
      "name" : "NTD_INSTALLATION_FEE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ],
  "firstOrAdditionalNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  } ],
  "generationOneNtdPlans" : [ ],
  "generationTwoNtdPlans" : [ ],
  "qualificationSearchId" : "c18eda52-db36-47f0-bd12-7535beb6db7e",
  "remoteQualificationSearchId" : "1eb7be11-4608-641c-a4bd-7e380507f753",
  "orderId" : "1eb7be11-45ea-673c-ad9a-7e380507f753",
  "sqType" : "STANDARD",
  "locationId" : "LOC151638001813",
  "sourceType" : "nbn",
  "technologyType" : "TC4",
  "accessTechnology" : "HFC",
  "accessTechnologyDescription" : "HFC",
  "serviceClass" : "21",
  "serviceClassDescription" : "Location serviced by HFC however requires lead-in, Premises Connection Device (PCD), internal cabling and wall socket",
  "status" : "Serviceable - Shortfall",
  "address" : "3628 CHISENHALL Road, EPPING, New South Wales, 2121",
  "addressDetails" : {
    "buildingName" : null,
    "buildingLevel" : null,
    "unitNumber" : null,
    "streetNumber" : "3628",
    "street" : "CHISENHALL Road",
    "suburb" : "EPPING",
    "state" : "New South Wales",
    "postcode" : "2121"
  },
  "allowedAggregationMethods" : [ "ETHERNET", "L2TP" ],
  "alternativeAccessTechnology" : null,
  "availableProducts" : {
    "id" : 2,
    "name" : "tc4",
    "description" : "TC4",
    "options" : [ "Home Fast 100/40", "Home Hyperfast 2000/100", "Home Superfast 250/100" ],
    "planOptions" : [ {
      "planName" : "Home Fast 100/40",
      "speedDown" : 100,
      "speedUp" : 40
    }, {
      "planName" : "Home Hyperfast 2000/100",
      "speedDown" : 2000,
      "speedUp" : 100
    }, {
      "planName" : "Home Superfast 250/100",
      "speedDown" : 250,
      "speedUp" : 100
    } ]
  },
  "avcId" : null,
  "infrastructureInstallationOptions" : [ {
    "option" : "nbn-tech",
    "recommended" : true,
    "fees" : [ ],
    "hardwareShortfall" : null
  } ],
  "infrastructures" : [ ],
  "latitude" : "-33.40003628",
  "longitude" : "151.400003628",
  "newDevelopmentsCharge" : {
    "applies" : false,
    "fees" : [ ]
  },
  "ntdSelfInstallEligible" : false,
  "orderSlas" : [ "Standard", "Accelerated" ],
  "poiId" : "3ABC",
  "poiName" : "Fake POI",
  "potsInterconnect" : null,
  "region" : "Urban",
  "restorationSlas" : [ {
    "sla" : "Standard",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 12 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "45.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 4 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "84.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ]
}

HFC SC22 - First NTD at Location

  • As this will be the first NTD at the location generationTwoNtds is populated.

  • As this will be the first NTD at the location firstOrAdditionalNtdPlans is populated. For HFC the only NTD option is NTD_2.5.

  • As this will be the first NTD at the location generationOneNtdPlans is empty.

  • As this will be the first NTD at the location generationTwoNtdPlans is empty.

HTTP/1.1 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Length: 4274

{
  "generationTwoNtds" : [ {
    "name" : "NTD_2.5",
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPlanTypes" : [ "RESIDENTIAL", "BUSINESS" ],
    "fees" : [ {
      "name" : "NTD_INSTALLATION_FEE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ],
  "firstOrAdditionalNtdPlans" : [ {
    "name" : "Home Fast 50/20",
    "type" : "RESIDENTIAL",
    "speedDown" : 50,
    "speedUp" : 20,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  } ],
  "generationOneNtdPlans" : [ ],
  "generationTwoNtdPlans" : [ ],
  "qualificationSearchId" : "c18eda52-db36-47f0-bd12-7535beb6db7e",
  "remoteQualificationSearchId" : "1eb7bcc3-a7a8-6662-9b08-7e380507f753",
  "orderId" : "1eb7bcc3-a78d-6ac4-86ff-7e380507f753",
  "sqType" : "STANDARD",
  "locationId" : "LOC151638001813",
  "sourceType" : "nbn",
  "technologyType" : "TC4",
  "accessTechnology" : "HFC",
  "accessTechnologyDescription" : "HFC",
  "serviceClass" : "22",
  "serviceClassDescription" : "Location serviced by HFC however requires internal cabling and wall socket",
  "status" : "Serviceable - Shortfall",
  "address" : "3830 RONDON Drive, EASTWOOD, New South Wales, 2122",
  "addressDetails" : {
    "buildingName" : null,
    "buildingLevel" : null,
    "unitNumber" : null,
    "streetNumber" : "3830",
    "street" : "RONDON Drive",
    "suburb" : "EASTWOOD",
    "state" : "New South Wales",
    "postcode" : "2122"
  },
  "allowedAggregationMethods" : [ "ETHERNET", "L2TP" ],
  "alternativeAccessTechnology" : null,
  "availableProducts" : {
    "id" : 2,
    "name" : "tc4",
    "description" : "TC4",
    "options" : [ "Home Fast 50/20", "Home Fast 100/40", "Home Hyperfast 2000/100", "Home Superfast 250/100" ],
    "planOptions" : [ {
      "planName" : "Home Fast 50/20",
      "speedDown" : 50,
      "speedUp" : 20
    }, {
      "planName" : "Home Fast 100/40",
      "speedDown" : 100,
      "speedUp" : 40
    }, {
      "planName" : "Home Hyperfast 2000/100",
      "speedDown" : 2000,
      "speedUp" : 100
    }, {
      "planName" : "Home Superfast 250/100",
      "speedDown" : 250,
      "speedUp" : 100
    } ]
  },
  "avcId" : null,
  "infrastructureInstallationOptions" : [ {
    "option" : "nbn-tech",
    "recommended" : true,
    "fees" : [ ],
    "hardwareShortfall" : null
  } ],
  "infrastructures" : [ ],
  "latitude" : "-33.40003830",
  "longitude" : "151.400003830",
  "newDevelopmentsCharge" : {
    "applies" : false,
    "fees" : [ ]
  },
  "ntdSelfInstallEligible" : false,
  "orderSlas" : [ "Standard", "Accelerated" ],
  "poiId" : "3ABC",
  "poiName" : "Fake POI",
  "potsInterconnect" : null,
  "region" : "Urban",
  "restorationSlas" : [ {
    "sla" : "Standard",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 12 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "45.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 4 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "84.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ]
}

HFC SC23 - First NTD at Location

  • As this will be the first NTD at the location generationTwoNtds is populated.

  • As this will be the first NTD at the location firstOrAdditionalNtdPlans is populated. For HFC the only NTD option is NTD_2.5.

  • As this will be the first NTD at the location generationOneNtdPlans is empty.

  • As this will be the first NTD at the location generationTwoNtdPlans is empty.

HTTP/1.1 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Length: 4274

{
  "generationTwoNtds" : [ {
    "name" : "NTD_2.5",
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPlanTypes" : [ "RESIDENTIAL", "BUSINESS" ],
    "fees" : [ {
      "name" : "NTD_INSTALLATION_FEE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ],
  "firstOrAdditionalNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  } ],
  "generationOneNtdPlans" : [ ],
  "generationTwoNtdPlans" : [ ],
  "qualificationSearchId" : "c18eda52-db36-47f0-bd12-7535beb6db7e",
  "remoteQualificationSearchId" : "1eb7ba5f-55c8-68e4-a0c5-7e380507f753",
  "orderId" : "1eb7ba5f-55ad-63aa-89f6-7e380507f753",
  "sqType" : "STANDARD",
  "locationId" : "LOC151638001813",
  "sourceType" : "nbn",
  "technologyType" : "TC4",
  "accessTechnology" : "HFC",
  "accessTechnologyDescription" : "HFC",
  "serviceClass" : "23",
  "serviceClassDescription" : "Location serviced by HFC however requires Network Termination Device (NTD)",
  "status" : "Serviceable - Shortfall",
  "address" : "4003 WILK Street, AUBURN, Victoria, 3123",
  "addressDetails" : {
    "buildingName" : null,
    "buildingLevel" : null,
    "unitNumber" : null,
    "streetNumber" : "4003",
    "street" : "WILK Street",
    "suburb" : "AUBURN",
    "state" : "Victoria",
    "postcode" : "3123"
  },
  "allowedAggregationMethods" : [ "ETHERNET", "L2TP" ],
  "alternativeAccessTechnology" : null,
  "availableProducts" : {
    "id" : 2,
    "name" : "tc4",
    "description" : "TC4",
    "options" : [ "Home Fast 100/40", "Home Hyperfast 2000/100", "Home Superfast 250/100" ],
    "planOptions" : [ {
      "planName" : "Home Fast 100/40",
      "speedDown" : 100,
      "speedUp" : 40
    }, {
      "planName" : "Home Hyperfast 2000/100",
      "speedDown" : 2000,
      "speedUp" : 100
    }, {
      "planName" : "Home Superfast 250/100",
      "speedDown" : 250,
      "speedUp" : 100
    } ]
  },
  "avcId" : null,
  "infrastructureInstallationOptions" : [ {
    "option" : "nbn-tech",
    "recommended" : true,
    "fees" : [ ],
    "hardwareShortfall" : null
  } ],
  "infrastructures" : [ ],
  "latitude" : "-33.40004003",
  "longitude" : "151.400004003",
  "newDevelopmentsCharge" : {
    "applies" : true,
    "fees" : [ {
      "name" : "NDF",
      "oneTimeCharge" : {
        "amount" : "300.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  },
  "ntdSelfInstallEligible" : false,
  "orderSlas" : [ "Standard", "Accelerated" ],
  "poiId" : "9ABC",
  "poiName" : "Zanzibar",
  "potsInterconnect" : null,
  "region" : "Urban",
  "restorationSlas" : [ {
    "sla" : "Standard",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 12 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "45.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 4 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "84.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ]
}

HFC SC24 - Existing Generation One NTD at Location

  • As you can order an additional NTD generationTwoNtds is populated.

  • As you can order an additional NTD firstOrAdditionalNtdPlans is populated. For HFC the only NTD option is NTD_2.5.

  • As there is a generation one NTD generationOneNtdPlans is populated.

  • As there are no generation two NTDs generationTwoNtdPlans is empty.

  • As there is a generation one NTD its infrastructures[].plan references generationOneNtdPlans.

HTTP/1.1 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Length: 5762

{
  "generationTwoNtds" : [ {
    "name" : "NTD_2.5",
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPlanTypes" : [ "RESIDENTIAL", "BUSINESS" ],
    "fees" : [ {
      "name" : "NTD_INSTALLATION_FEE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ],
  "firstOrAdditionalNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  } ],
  "generationOneNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ ]
  } ],
  "generationTwoNtdPlans" : [ ],
  "qualificationSearchId" : "c18eda52-db36-47f0-bd12-7535beb6db7e",
  "remoteQualificationSearchId" : "1eb7bbd9-5a9e-6f14-9110-7e380507f753",
  "orderId" : "1eb7bbd9-5972-6df2-9ebb-7e380507f753",
  "sqType" : "STANDARD",
  "locationId" : "LOC151638001813",
  "sourceType" : "nbn",
  "technologyType" : "TC4",
  "accessTechnology" : "HFC",
  "accessTechnologyDescription" : "HFC",
  "serviceClass" : "24",
  "serviceClassDescription" : "Location serviced by HFC and has infrastructure in place",
  "status" : "Serviceable",
  "address" : "4228 ROSSCUP Road, PARRAMATTA, New South Wales, 2124",
  "addressDetails" : {
    "buildingName" : null,
    "buildingLevel" : null,
    "unitNumber" : null,
    "streetNumber" : "4228",
    "street" : "ROSSCUP Road",
    "suburb" : "PARRAMATTA",
    "state" : "New South Wales",
    "postcode" : "2124"
  },
  "allowedAggregationMethods" : [ "ETHERNET", "L2TP" ],
  "alternativeAccessTechnology" : null,
  "availableProducts" : {
    "id" : 2,
    "name" : "tc4",
    "description" : "TC4",
    "options" : [ "Home Fast 100/40", "Home Hyperfast 2000/100", "Home Superfast 250/100" ],
    "planOptions" : [ {
      "planName" : "Home Fast 100/40",
      "speedDown" : 100,
      "speedUp" : 40
    }, {
      "planName" : "Home Hyperfast 2000/100",
      "speedDown" : 2000,
      "speedUp" : 100
    }, {
      "planName" : "Home Superfast 250/100",
      "speedDown" : 250,
      "speedUp" : 100
    } ]
  },
  "avcId" : null,
  "infrastructureInstallationOptions" : [ {
    "option" : "nbn-tech",
    "recommended" : true,
    "fees" : [ {
      "name" : "SUBSEQUENT_INSTALLATION_CHARGE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ],
    "hardwareShortfall" : null
  } ],
  "infrastructures" : [ {
    "infrastructureId" : "NTD151638004228",
    "installationOptions" : [ {
      "option" : "nbn-dispatch",
      "recommended" : false,
      "fees" : [ ],
      "hardwareShortfall" : true
    }, {
      "option" : "nbn-no-action",
      "recommended" : true,
      "fees" : [ ],
      "hardwareShortfall" : false
    }, {
      "option" : "nbn-tech",
      "recommended" : false,
      "fees" : [ {
        "name" : "NBN_TECHNICIAN_FOR_INSTALL",
        "oneTimeCharge" : {
          "amount" : "180.00",
          "currency" : "AUD",
          "symbol" : "$"
        },
        "monthlyRecurringCharge" : {
          "amount" : "0.00",
          "currency" : "AUD",
          "symbol" : "$"
        }
      } ],
      "hardwareShortfall" : true
    } ],
    "ntdType" : "Internal",
    "ntdVersion" : "V1",
    "ntdPowerType" : "AC",
    "batteryPowerUnit" : null,
    "ntdLocation" : "Indoor",
    "plans" : "generationOneNtdPlans",
    "ntdPorts" : [ {
      "portId" : "1",
      "portName" : "1-UNI-D1",
      "uniType" : "UNI-D",
      "status" : "Free",
      "referencedData" : null,
      "fees" : [ ],
      "avcIdMatch" : null
    } ],
    "subsequentInstallationCharge" : null
  } ],
  "latitude" : "-33.40004228",
  "longitude" : "151.400004228",
  "newDevelopmentsCharge" : {
    "applies" : false,
    "fees" : [ ]
  },
  "ntdSelfInstallEligible" : true,
  "orderSlas" : [ "Standard", "Accelerated" ],
  "poiId" : null,
  "poiName" : null,
  "potsInterconnect" : null,
  "region" : "Urban",
  "restorationSlas" : [ {
    "sla" : "Standard",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 12 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "45.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 4 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "84.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ]
}

HFC SC24 - Existing Generation Two NTD at Location

  • As you can order an additional NTD generationTwoNtds is populated.

  • As you can order an additional NTD firstOrAdditionalNtdPlans is populated. For HFC the only NTD option is NTD_2.5.

  • As there are no generation one NTDs generationOneNtdPlans is empty.

  • As there is a generation two NTD generationTwoNtdPlans is populated.

  • As there is a generation two NTD its infrastructures[].plan references generationTwoNtdPlans.

HTTP/1.1 200 OK
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Length: 5904

{
  "generationTwoNtds" : [ {
    "name" : "NTD_2.5",
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPlanTypes" : [ "RESIDENTIAL", "BUSINESS" ],
    "fees" : [ {
      "name" : "NTD_INSTALLATION_FEE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ],
  "firstOrAdditionalNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ "NTD_2.5" ]
  } ],
  "generationOneNtdPlans" : [ ],
  "generationTwoNtdPlans" : [ {
    "name" : "Home Fast 100/40",
    "type" : "RESIDENTIAL",
    "speedDown" : 100,
    "speedUp" : 40,
    "ntdOptions" : [ ]
  }, {
    "name" : "Home Hyperfast 2000/100",
    "type" : "RESIDENTIAL",
    "speedDown" : 2000,
    "speedUp" : 100,
    "ntdOptions" : [ ]
  }, {
    "name" : "Home Superfast 250/100",
    "type" : "BUSINESS",
    "speedDown" : 250,
    "speedUp" : 100,
    "ntdOptions" : [ ]
  } ],
  "qualificationSearchId" : "c18eda52-db36-47f0-bd12-7535beb6db7e",
  "remoteQualificationSearchId" : "1eb7bbd9-5a9e-6f14-9110-7e380507f753",
  "orderId" : "1eb7bbd9-5972-6df2-9ebb-7e380507f753",
  "sqType" : "STANDARD",
  "locationId" : "LOC151638001813",
  "sourceType" : "nbn",
  "technologyType" : "TC4",
  "accessTechnology" : "HFC",
  "accessTechnologyDescription" : "HFC",
  "serviceClass" : "24",
  "serviceClassDescription" : "Location serviced by HFC and has infrastructure in place",
  "status" : "Serviceable",
  "address" : "4228 ROSSCUP Road, PARRAMATTA, New South Wales, 2124",
  "addressDetails" : {
    "buildingName" : null,
    "buildingLevel" : null,
    "unitNumber" : null,
    "streetNumber" : "4228",
    "street" : "ROSSCUP Road",
    "suburb" : "PARRAMATTA",
    "state" : "New South Wales",
    "postcode" : "2124"
  },
  "allowedAggregationMethods" : [ "ETHERNET", "L2TP" ],
  "alternativeAccessTechnology" : null,
  "availableProducts" : {
    "id" : 2,
    "name" : "tc4",
    "description" : "TC4",
    "options" : [ "Home Fast 100/40", "Home Hyperfast 2000/100", "Home Superfast 250/100" ],
    "planOptions" : [ {
      "planName" : "Home Fast 100/40",
      "speedDown" : 100,
      "speedUp" : 40
    }, {
      "planName" : "Home Hyperfast 2000/100",
      "speedDown" : 2000,
      "speedUp" : 100
    }, {
      "planName" : "Home Superfast 250/100",
      "speedDown" : 250,
      "speedUp" : 100
    } ]
  },
  "avcId" : null,
  "infrastructureInstallationOptions" : [ {
    "option" : "nbn-tech",
    "recommended" : true,
    "fees" : [ {
      "name" : "SUBSEQUENT_INSTALLATION_CHARGE",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ],
    "hardwareShortfall" : null
  } ],
  "infrastructures" : [ {
    "infrastructureId" : "NTD151638004228",
    "installationOptions" : [ {
      "option" : "nbn-dispatch",
      "recommended" : false,
      "fees" : [ ],
      "hardwareShortfall" : true
    }, {
      "option" : "nbn-no-action",
      "recommended" : true,
      "fees" : [ ],
      "hardwareShortfall" : false
    }, {
      "option" : "nbn-tech",
      "recommended" : false,
      "fees" : [ {
        "name" : "NBN_TECHNICIAN_FOR_INSTALL",
        "oneTimeCharge" : {
          "amount" : "180.00",
          "currency" : "AUD",
          "symbol" : "$"
        },
        "monthlyRecurringCharge" : {
          "amount" : "0.00",
          "currency" : "AUD",
          "symbol" : "$"
        }
      } ],
      "hardwareShortfall" : true
    } ],
    "ntdType" : "NTD_2.5",
    "ntdVersion" : "V2",
    "ntdPowerType" : "AC",
    "batteryPowerUnit" : null,
    "ntdLocation" : "Indoor",
    "plans" : "generationTwoNtdPlans",
    "ntdPorts" : [ {
      "portId" : "1",
      "portName" : "1-UNI-D1",
      "uniType" : "UNI-D",
      "status" : "Free",
      "referencedData" : null,
      "fees" : [ ],
      "avcIdMatch" : null
    } ],
    "subsequentInstallationCharge" : null
  } ],
  "latitude" : "-33.40004228",
  "longitude" : "151.400004228",
  "newDevelopmentsCharge" : {
    "applies" : false,
    "fees" : [ ]
  },
  "ntdSelfInstallEligible" : true,
  "orderSlas" : [ "Standard", "Accelerated" ],
  "poiId" : null,
  "poiName" : null,
  "potsInterconnect" : null,
  "region" : "Urban",
  "restorationSlas" : [ {
    "sla" : "Standard",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 12 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "45.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  }, {
    "sla" : "Enhanced - 4 (24/7)",
    "fees" : [ {
      "name" : "SLA",
      "oneTimeCharge" : {
        "amount" : "0.00",
        "currency" : "AUD",
        "symbol" : "$"
      },
      "monthlyRecurringCharge" : {
        "amount" : "84.00",
        "currency" : "AUD",
        "symbol" : "$"
      }
    } ]
  } ]
}