Webex · Example Payload

Webex Createcriteriatouserselectivecallrejectionservice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createcriteriatouserselectivecallrejectionservice 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": "createCriteriaToUserSelectiveCallRejectionService",
  "method": "POST",
  "path": "/telephony/config/people/{personId}/selectiveReject/criteria",
  "summary": "Create a Criteria to the User\u2019s Selective Call Rejection Service",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "scheduleName": "demo_schedule",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "ANY_PHONE_NUMBER",
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": true,
        "phoneNumbers": [
          "+12056350001"
        ],
        "rejectEnabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI"
      }
    }
  ]
}