Webex · Example Payload

Webex Divert Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Divert 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": "divert",
  "method": "POST",
  "path": "/telephony/calls/divert",
  "summary": "Divert",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
        "destination": "+12223334444",
        "toVoicemail": false,
        "lineOwnerId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": []
}