Webex · Example Payload

Webex Set Organization Call Recording Vendor Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Set Organization Call Recording Vendor 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": "Set Organization Call Recording Vendor",
  "method": "PUT",
  "path": "/telephony/config/callRecording/vendor",
  "summary": "Set Organization Call Recording Vendor",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "vendorId": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvMGE0MjY3NTQtYTQ3MC00YzJkLThiYTAtZmJjNjc3M2E4YTdj",
        "storageRegion": "US",
        "failureBehavior": "PROCEED_WITH_CALL_NO_ANNOUNCEMENT"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "jobId": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC9mYjg1ZDAzNC01NDc0LTQ5YjMtOGM3Ny0zZDZlZDQ1MzA3MGY"
      }
    }
  ]
}