curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v2/service/orders/activate' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderType": "New",
"subOrderType": "New",
"serviceClass": "3",
"qualificationSearchId": "6143d4b3-f47f-458f-a4fc-41ae62c03b7d",
"infrastructureOption": {
"infrastructureID": "NTD000000000001",
"portID": "1",
"installOption": "nbn-no-action"
},
"service": {
"custNo": 123456,
"productType": "tc4",
"planNo": "123456",
"serviceTerm": 6,
"dataService": {
"ipType": "Static",
"authenticationType": "IPoE",
"technologyType": "FTTP"
},
"address": {
"addressID": "LOC000000000001",
"addressString": "123 ABC ST, SYDNEY, NSW, 2000",
"streetNoFrom": "123",
"streetName": "ABC",
"streetType": "ST",
"suburb": "SYDNEY",
"state": "NSW",
"postcode": "2000",
"poiID": "2SYD",
"poiName": "Sydney",
"poiState": "NSW"
},
"customerDetails": {
"customerType": "Residential",
"customerNameForAccount": "Jack Inabox",
"dateOfBirth": "1980--01-01"
}
},
"device": {
"deviceOption": "BYO",
"deviceSupplier": "BYO"
},
"customerContact": {
"contactName": "Jack Inabox",
"contactEmail": "jack.inabox@abc.com",
"contactNumber": "0400000001"
}
}'