Webex · Example Payload

Webex Update The Organization Music On Hold Configuration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update The Organization Music On Hold Configuration 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": "Update the organization Music on Hold configuration",
  "method": "PUT",
  "path": "/telephony/config/moh/settings",
  "summary": "Update the organization Music on Hold configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "defaultOrgMoh": "OPUS"
      }
    }
  ],
  "responseExamples": []
}