Webex · Example Payload

Webex Put Virtualline Donotdisturb Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Put Virtualline Donotdisturb 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": "Put VirtualLine DoNotDisturb",
  "method": "PUT",
  "path": "/telephony/config/virtualLines/{virtualLineId}/doNotDisturb",
  "summary": "Modify DoNotDisturb Settings for a Virtual Line",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": false,
        "ringSplashEnabled": false
      }
    }
  ],
  "responseExamples": []
}