Webex · Example Payload

Webex Modify An Operating Mode Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify An Operating Mode 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 an Operating Mode",
  "method": "PUT",
  "path": "/telephony/config/operatingModes/{modeId}",
  "summary": "Modify an Operating Mode",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Day Operating Mode Updated",
        "sameHoursDaily": {
          "mondayToFriday": {
            "enabled": true,
            "allDayEnabled": true
          },
          "saturdayToSunday": {
            "enabled": true,
            "allDayEnabled": false,
            "startTime": "09:00",
            "endTime": "17:00"
          }
        },
        "callForwarding": {
          "enabled": true,
          "destination": "+19705550008",
          "destinationVoicemailEnabled": true
        }
      }
    }
  ],
  "responseExamples": []
}