Webex · Example Payload

Webex Modify Selective Forward Criteria For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Selective Forward Criteria 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 Selective Forward Criteria for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/selectiveForward/criteria/{id}",
  "summary": "Modify Selective Forward Criteria for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "forwardToPhoneNumber": "+1934898988",
        "destinationVoicemailEnabled": true,
        "scheduleName": "Business Vacation YearEnd",
        "scheduleType": "holidays",
        "scheduleLevel": "GROUP",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": true,
        "numbers": [
          "+19064441748",
          "+19186663950"
        ],
        "forwardEnabled": false
      }
    }
  ],
  "responseExamples": []
}