Webex · Example Payload

Webex Update Music On Hold Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Music On Hold 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 Music On Hold",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/musicOnHold",
  "summary": "Update Music On Hold",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callHoldEnabled": true,
        "callParkEnabled": true,
        "greeting": "SYSTEM",
        "audioFile": {
          "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jZWRkODcwYS1lMTkzLTQxNmQtYmM3OS1mNzkyYmUyMzlhOGI",
          "fileName": "AUDIO_FILE.wav",
          "mediaFileType": "WAV",
          "level": "ORGANIZATION"
        },
        "playlistId": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9iYzZjOTYwYi01ZDJjLTRiM2QtYjRlZC0wNWY1ZmFhMTJjZjA"
      }
    }
  ],
  "responseExamples": []
}