tdevapigists
3/16/2017 - 10:29 PM

initiate nbndm post request

initiate nbndm post request

curl -X POST -H "Content-Type: application/json" -d '{
  "correlationId":"Y8474-3847",
  "data":{
    "orderId":"1212",
    "locationId":"LOC161123111624",
    "customerName":"Luke",
    "contactPhone":"0412123123",
    "priorityAssist":"true",
    "informedConsent":"true",
    "batteryBackupService":"true",
    "serviceRestorationSLA":"Standard",    
    "orderSLA":"Standard",
    "billingAccountId":"234234234234",
    "tenantId":"toptus",
    "portId":"0",
    "bandwidthProfile":"DW_U8_9P_UBKJB",
    "lineOfBusiness":"customer",
    "networkTerminationId":"34444",
    "serviceabilityClass":"5",
    "accessTechnology":"FTTP",
    "cvcId":"4343434343",
    "username":"john@test.com",
    "cvlanId":"4000" 
 },
 "respondTo":"service-invoker.v1.Process"
}' "http://api.telstra.com/application/nbnco/v1/orders"