Webex · Example Payload

Webex Set Call Recording Vendor For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Set Call Recording Vendor For A Location 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 Call Recording Vendor for a Location",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/callRecording/vendor",
  "summary": "Set Call Recording Vendor for a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvMGE0MjY3NTQtYTQ3MC00YzJkLThiYTAtZmJjNjc3M2E4YTdj",
        "orgDefaultEnabled": false,
        "storageRegion": "US",
        "orgStorageRegionEnabled": true,
        "failureBehavior": "PROCEED_CALL_WITH_ANNOUNCEMENT",
        "orgFailureBehaviorEnabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "jobId": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8yOTQ5ZmRiOC1kODg1LTQxMzAtYjhiNy1jNmJiYmM5ZWQzOTE"
      }
    }
  ]
}