Webex · Example Payload

Webex Modify Sequential Ring Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Sequential Ring Settings For A Workspace 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": "Modify Sequential Ring Settings for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/sequentialRing",
  "summary": "Modify Sequential Ring Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "ringBaseLocationFirstEnabled": true,
        "baseLocationNumberOfRings": "2",
        "continueIfBaseLocationIsBusyEnabled": true,
        "callsToVoicemailEnabled": true,
        "phoneNumbers": [
          {
            "phoneNumber": "+442071838750",
            "answerConfirmationRequiredEnabled": true,
            "numberOfRings": 3
          }
        ]
      }
    }
  ],
  "responseExamples": []
}