Bandwidth · Example Payload

Phone Numbers Feature Order Request Example

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Phone Numbers Feature Order Request Example is an example object payload from Bandwidth, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

callingNameDisplaydirectoryListing

Example Payload

Raw ↑
{
  "callingNameDisplay": {
    "enabled": true,
    "callingName": "sample-value"
  },
  "directoryListing": {
    "listed": true,
    "listingType": "LISTED",
    "listingName": "sample-value",
    "listAddress": true
  }
}