username:password
Authorization: Basic *****************
{
"productSelection": "nbn",
"locationId": "string",
"csn": "string",
"pri": "string",
"sqType": "NFAS"
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/qualification/check' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"productSelection": "nbn",
"locationId": "string",
"csn": "string",
"pri": "string",
"sqType": "NFAS"
}'
{
"errorCode": 0,
"errorMessage": "Service qualification is successful",
"success": true,
"response": {
"remoteOrderId": "f0952fd6-e268-4ea3-8722-5dfaed62359c",
"qualificationSearchId": "7bf06020-06b1-4b92-a411-f7fd1079777a",
"remoteQualificationSearchId": "7726fff8-1cb3-4362-aee5-fced39481135",
"productSelection": "nbn",
"dateSubmitted": "18-04-2024",
"location": {
"id": "LOC380100000995",
"addressString": "995 UTRILLO Place, BOX HILL NORTH, Victoria, 3129",
"streetNumber": "995",
"street": "UTRILLO Place",
"suburb": "BOX HILL NORTH",
"state": "Victoria",
"postcode": "3129",
"gpsLatitude": "-33.38010995",
"gpsLongitude": "151.38010995",
"technologyType": "FTTP",
"technologyTypeDescription": "Fibre",
"serviceClass": "3",
"serviceClassDescription": "Location serviced by FTTP and has infrastructure in place",
"region": "Urban",
"locationIdentifiers": {
"type": "POI",
"id": "3ABC",
"name": "Fake POI"
}
},
"product": {
"productName": "tc4",
"productResult": "Pass",
"productResultReason": "serviceable",
"supportedProductFeatures": [
{
"name": "AuthenticationType",
"value": "IPoE"
},
{
"name": "IPType",
"value": "Static"
}
]
},
"infrastructures": [
{
"id": "NTD380100010995",
"ntdType": "INTERNAL",
"ntdPowerType": "AC",
"batteryPowerUnit": "No",
"ntdLocation": "INDOOR",
"ntdPort": [
{
"portId": "1",
"portName": "1-UNI-D1",
"uniType": "UNI-D",
"status": "Used",
"fee": {
"type": "SERVICE_TRANSFER_FEE",
"chargeAmount": 5.5
},
"referencedData": {
"productInstanceId": "PRI380100110995",
"serviceProviderId": "0615",
"serviceProviderName": null,
"owner": true
}
},
{
"portId": "2",
"portName": "1-UNI-D2",
"uniType": "UNI-D",
"status": "Used",
"fee": {
"type": "SERVICE_TRANSFER_FEE",
"chargeAmount": 5.5
},
"referencedData": {
"productInstanceId": "PRI380100210995",
"serviceProviderId": "0615",
"serviceProviderName": null,
"owner": false
}
},
{
"portId": "3",
"portName": "1-UNI-D3",
"uniType": "UNI-D",
"status": "Used",
"fee": {
"type": "SERVICE_TRANSFER_FEE",
"chargeAmount": 5.5
},
"referencedData": {
"productInstanceId": "PRI380100310995",
"serviceProviderId": "0615",
"serviceProviderName": null,
"owner": false
}
},
{
"portId": "4",
"portName": "1-UNI-D4",
"uniType": "UNI-D",
"status": "Used",
"fee": {
"type": "SERVICE_TRANSFER_FEE",
"chargeAmount": 5.5
},
"referencedData": {
"productInstanceId": "PRI380100410995",
"serviceProviderId": "0615",
"serviceProviderName": null,
"owner": false
}
}
],
"installationOptions": [
{
"option": "nbn-no-action",
"recommended": true
}
]
},
{
"id": "NTD380100020995",
"ntdType": "INTERNAL",
"ntdPowerType": "AC",
"batteryPowerUnit": "No",
"ntdLocation": "INDOOR",
"ntdPort": [
{
"portId": "1",
"portName": "2-UNI-D1",
"uniType": "UNI-D",
"status": "Free"
},
{
"portId": "2",
"portName": "2-UNI-D2",
"uniType": "UNI-D",
"status": "Used",
"fee": {
"type": "SERVICE_TRANSFER_FEE",
"chargeAmount": 5.5
}
},
{
"portId": "3",
"portName": "2-UNI-D3",
"uniType": "UNI-D",
"status": "Free"
},
{
"portId": "4",
"portName": "2-UNI-D4",
"uniType": "UNI-D",
"status": "Free"
}
],
"installationOptions": [
{
"option": "nbn-no-action",
"recommended": true
}
]
},
{
"id": "SUBSEQUENT_INSTALL",
"installationOptions": [
{
"option": "nbn-tech",
"recommended": true,
"fee": {
"type": "SUBSEQUENT_INSTALLATION_CHARGE",
"chargeAmount": 270
}
}
]
}
],
"fee": {
"type": "NDC",
"chargeAmount": 0,
"applies": "false"
},
"sqType": "STANDARD"
}
}