username:password
Authorization: Basic *****************
{
"orderType": "New",
"subOrderType": "New",
"serviceClass": "string",
"remoteQualificationSearchId": "string",
"qualificationSearchId": "string",
"remoteOrderId": "string",
"infrastructureOption": {
"infrastructureID": "string",
"portID": "string",
"transferWaiverAccepted": true,
"potsWaiverAccepted": true,
"installOption": "string",
"csn": "string"
},
"service": {
"custNo": 0,
"productType": "nbn-tc4",
"planNo": "string",
"serviceTerm": "string",
"dataService": {
"ipType": "Static",
"authenticationType": "IPoE",
"technologyType": "string"
},
"address": {
"addressID": "string",
"addressString": "string",
"propertyName": "string",
"subType": "string",
"subNo": "string",
"streetNoFrom": "string",
"streetNoFromSuffix": "string",
"streetNoTo": "string",
"streetNoToSuffix": "string",
"streetName": "string",
"streetType": "string",
"streetNameSuffix": "string",
"suburb": "string",
"state": "string",
"postcode": "string",
"poiID": "string",
"poiName": "string",
"poiState": "string"
},
"customerDetails": {
"customerType": "Business",
"customerNameForAccount": "string",
"abn": "string",
"acn": "string",
"dateOfBirth": "2019-08-24T14:15:22Z"
}
},
"device": {
"deviceOption": "BYO",
"deviceID": "string",
"deviceSupplier": "BYO"
},
"deliveryDetails": {
"deliveryAddress": {
"addressString": "string",
"addressLine1": "string",
"addressLine2": "string",
"suburb": "string",
"state": "string",
"postCode": "string"
},
"sameAddressDelivery": true,
"deliveryRecipientName": "string",
"deliveryContactName": "string",
"deliveryContactNumber": "string",
"deliveryInstructions": "string",
"authorityToLeave": true
},
"customerContact": {
"contactName": "string",
"contactEmail": "string",
"contactNumber": "string"
},
"custReqDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/service/orders/activate' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"orderType": "New",
"subOrderType": "New",
"serviceClass": "string",
"remoteQualificationSearchId": "string",
"qualificationSearchId": "string",
"remoteOrderId": "string",
"infrastructureOption": {
"infrastructureID": "string",
"portID": "string",
"transferWaiverAccepted": true,
"potsWaiverAccepted": true,
"installOption": "string",
"csn": "string"
},
"service": {
"custNo": 0,
"productType": "nbn-tc4",
"planNo": "string",
"serviceTerm": "string",
"dataService": {
"ipType": "Static",
"authenticationType": "IPoE",
"technologyType": "string"
},
"address": {
"addressID": "string",
"addressString": "string",
"propertyName": "string",
"subType": "string",
"subNo": "string",
"streetNoFrom": "string",
"streetNoFromSuffix": "string",
"streetNoTo": "string",
"streetNoToSuffix": "string",
"streetName": "string",
"streetType": "string",
"streetNameSuffix": "string",
"suburb": "string",
"state": "string",
"postcode": "string",
"poiID": "string",
"poiName": "string",
"poiState": "string"
},
"customerDetails": {
"customerType": "Business",
"customerNameForAccount": "string",
"abn": "string",
"acn": "string",
"dateOfBirth": "2019-08-24T14:15:22Z"
}
},
"device": {
"deviceOption": "BYO",
"deviceID": "string",
"deviceSupplier": "BYO"
},
"deliveryDetails": {
"deliveryAddress": {
"addressString": "string",
"addressLine1": "string",
"addressLine2": "string",
"suburb": "string",
"state": "string",
"postCode": "string"
},
"sameAddressDelivery": true,
"deliveryRecipientName": "string",
"deliveryContactName": "string",
"deliveryContactNumber": "string",
"deliveryInstructions": "string",
"authorityToLeave": true
},
"customerContact": {
"contactName": "string",
"contactEmail": "string",
"contactNumber": "string"
},
"custReqDate": "2019-08-24T14:15:22Z"
}'
{
"orderId": "string",
"success": true
}