Webex · Example Payload

Webex Createmyselectivecallforwardcriteria Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Createmyselectivecallforwardcriteria 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": "createMySelectiveCallForwardCriteria",
  "method": "POST",
  "path": "/telephony/config/people/me/settings/selectiveForward/criteria",
  "summary": "Add a Selective Call Forwarding Criteria",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "forwardToPhoneNumber": "+16175550100",
        "destinationVoicemailEnabled": false,
        "scheduleName": "Holiday V2",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "SELECT_PHONE_NUMBERS",
        "phoneNumbers": [
          "+16177817766"
        ],
        "anonymousCallersEnabled": true,
        "unavailableCallersEnabled": false,
        "forwardEnabled": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY"
      }
    }
  ]
}