Webex · Example Payload

Webex Updatemyselectivecallrejectcriteriasettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatemyselectivecallrejectcriteriasettings 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": "updateMySelectiveCallRejectCriteriaSettings",
  "method": "PUT",
  "path": "/telephony/config/people/me/settings/selectiveReject/criteria/{id}",
  "summary": "Modify a Selective Call Reject Criteria",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "Holiday V2",
        "scheduleType": "holidays",
        "scheduleLevel": "LOCATION",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": true,
        "rejectEnabled": false,
        "phoneNumbers": [
          "+16177817766"
        ]
      }
    }
  ],
  "responseExamples": []
}