Webex · Example Payload

Webex Enable A Location For Webex Calling Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Enable A Location For Webex Calling 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": "Enable a Location for Webex Calling",
  "method": "POST",
  "path": "/telephony/config/locations",
  "summary": "Enable a Location for Webex Calling",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhmZjMwMjg5LWVhMzMtNDc1Ny1iMTBmLWQ2MWIyNzFhMDVlZg",
        "name": "Denver",
        "timeZone": "America/Chicago",
        "announcementLanguage": "fr_fr",
        "preferredLanguage": "en_us",
        "address": {
          "address1": "771 Alder Drive",
          "address2": "Cisco Site 5",
          "city": "Milpitas",
          "state": "CA",
          "postalCode": "95035",
          "country": "US"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzljYTNhZmQ3LTE5MjYtNGQ0ZS05ZDA3LTk5ZDJjMGU4OGFhMA"
      }
    }
  ]
}