Webex · Example Payload

Webex Upload A Binary Announcement Greeting At Organization Level Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Upload A Binary Announcement Greeting At Organization Level 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": "Upload a binary announcement greeting at organization level",
  "method": "POST",
  "path": "/telephony/config/announcements",
  "summary": "Upload a binary announcement greeting at organization level",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Public_Announcement",
        "fileUri": "https://example.com/announcements/greeting.wav",
        "fileName": "greeting.wav",
        "isTextToSpeech": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFkMWQ"
      }
    }
  ]
}