Webex · Example Payload

Webex Updatepersonexecutivecallfilteringcriteria Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatepersonexecutivecallfilteringcriteria 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": "updatePersonExecutiveCallFilteringCriteria",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/executive/callFiltering/criteria/{id}",
  "summary": "Modify Person Executive Call Filtering Criteria Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "Business Hours",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": false,
        "unavailableCallersEnabled": false,
        "phoneNumbers": [
          "+14085551234",
          "+14085551235"
        ],
        "filterEnabled": true,
        "callsToNumbers": [
          {
            "type": "PRIMARY",
            "phoneNumber": "+14085556789"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}