Webex · Example Payload

Webex Modifycriteriafromuserselectivecallacceptservice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifycriteriafromuserselectivecallacceptservice 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": "modifyCriteriaFromUserSelectiveCallAcceptService",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/selectiveAccept/criteria/{id}",
  "summary": "Modify a Criteria From the User\u2019s Selective Call Accept Service",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "demo_schedule1",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "ANY_PHONE_NUMBER",
        "acceptEnabled": true
      }
    }
  ],
  "responseExamples": []
}