Webex · Example Payload

Webex Switchautoattendantcallforwardingmode Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Switchautoattendantcallforwardingmode 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": "switchAutoAttendantCallForwardingMode",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/autoAttendants/{autoAttendantId}/callForwarding/actions/switchMode/invoke",
  "summary": "Switch Mode for Call Forwarding Settings for an Auto Attendant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {}
    }
  ],
  "responseExamples": []
}