Webex · Example Payload

Webex Modify Selective Forward Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Selective Forward 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 Selective Forward Settings for a Workspace",
  "method": "PUT",
  "path": "/telephony/config/workspaces/{workspaceId}/selectiveForward",
  "summary": "Modify Selective Forward Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": false,
        "defaultPhoneNumberToForward": "+1934898988",
        "ringReminderEnabled": false,
        "destinationVoicemailEnabled": false
      }
    }
  ],
  "responseExamples": []
}