Webex · Example Payload

Webex Create An Operating Mode Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create 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": "Create an Operating Mode",
  "method": "POST",
  "path": "/telephony/config/operatingModes/",
  "summary": "Create an Operating Mode",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Day Operating Mode",
        "type": "SAME_HOURS_DAILY",
        "level": "LOCATION",
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
        "sameHoursDaily": {
          "mondayToFriday": {
            "enabled": true,
            "allDayEnabled": false,
            "startTime": "09:00",
            "endTime": "17:00"
          },
          "saturdayToSunday": {
            "enabled": true,
            "allDayEnabled": true
          }
        },
        "callForwarding": {
          "enabled": true,
          "destination": "+19705550006",
          "destinationVoicemailEnabled": false
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFL2JiOTc1OTcxLTBjZWYtNDdhNi05Yzc5LTliZWFjY2IwYjg4Mg"
      }
    }
  ]
}