Webex · Example Payload

Webex Update Location Webex Calling Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Location Webex Calling Details Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Update Location Webex Calling Details",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}",
  "summary": "Update Location Webex Calling Details",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "announcementLanguage": "fr_fr",
        "outsideDialDigit": "12",
        "routingPrefix": "212",
        "callingLineId": {
          "name": "Denver Incoming",
          "phoneNumber": "+12145555698"
        },
        "connection": {
          "type": "TRUNK",
          "id": "Y2lzY29zcGFyazovL3VzL1RSVU5LL2M1MGIxZjY2LTRjODMtNDAzNy04NjM1LTg2ZjlkM2VkZDQ5MQ"
        },
        "externalCallerIdName": "Big Corp-Denver",
        "pAccessNetworkInfo": "Richardson-TX",
        "chargeNumber": "+14158952369",
        "enforceOutsideDialDigit": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "batchJobId": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8wOThmNTg5MC05MTA4LTQ0YWMtODIxMy1lYmE4MGI4YzJkMjA"
      }
    },
    {
      "status": "206",
      "contentType": "application/json",
      "example": {
        "failureReason": "UpdateRoutingPrefix batch job not triggered for Location: c7e4wasdfgjfec5c52. OldRoutingPrefix : 111. NewRoutingPrefix: 212."
      }
    },
    {
      "status": "409",
      "contentType": "application/json",
      "example": {
        "failureReason": "UpdateRoutingPrefixJob failed as another one is already in progress."
      }
    }
  ]
}