Webex · Example Payload

Webex Createmysimultaneousringcriteria Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createmysimultaneousringcriteria 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": "createMySimultaneousRingCriteria",
  "method": "POST",
  "path": "/telephony/config/people/me/settings/simultaneousRing/criteria",
  "summary": "Create My Simultaneous Ring Criteria",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "Business Vacation",
        "scheduleType": "businessHours",
        "scheduleLevel": "LOCATION",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": true,
        "phoneNumbers": [
          "+19064441748",
          "+19186663950"
        ],
        "ringEnabled": true
      }
    }
  ],
  "responseExamples": []
}