Webex · Example Payload

Webex Switchcallqueuecallforwardingmode Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Switchcallqueuecallforwardingmode 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": "switchCallQueueCallForwardingMode",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/queues/{queueId}/callForwarding/actions/switchMode/invoke",
  "summary": "Switch Mode for Call Forwarding Settings for a Call Queue",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {}
    }
  ],
  "responseExamples": []
}