Webex · Example Payload

Webex Modifypersonalassistant Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifypersonalassistant 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": "modifyPersonalAssistant",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/features/personalAssistant",
  "summary": "Update Personal Assistant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "presence": "BUSINESS_TRIP",
        "untilDateTime": "2022-08-24T06:18:31.092Z",
        "transferEnabled": true,
        "transferNumber": "+14126525012",
        "alerting": "ALERT_ME_FIRST",
        "alertMeFirstNumberOfRings": 3
      }
    }
  ],
  "responseExamples": []
}