Webex · Example Payload

Webex Create An Operating Mode Holiday Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create An Operating Mode Holiday 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 Holiday",
  "method": "POST",
  "path": "/telephony/config/operatingModes/{modeId}/holidays",
  "summary": "Create an Operating Mode Holiday",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Christmas",
        "allDayEnabled": true,
        "startDate": "2024-12-25",
        "endDate": "2024-12-26",
        "startTime": "09:00",
        "endTime": "17:00",
        "recurrence": {
          "recurYearlyByDay": {
            "day": "TUESDAY",
            "week": "FIRST",
            "month": "JANUARY"
          }
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFX0VWRU5UL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTIwOQ"
      }
    }
  ]
}