Webex · Example Payload

Webex Modifypreferredanswerendpoint Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifypreferredanswerendpoint 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": "modifyPreferredAnswerEndpoint",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/preferredAnswerEndpoint",
  "summary": "Modify Preferred Answer Endpoint",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "preferredAnswerEndpointId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": []
}