Webex · Example Payload

Webex Modifycriteriaforuserselectivecallforwardingservice Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modifycriteriaforuserselectivecallforwardingservice 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": "modifyCriteriaForUserSelectiveCallForwardingService",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/selectiveForward/criteria/{id}",
  "summary": "Modify a Criteria for the User\u2019s Selective Call Forwarding Service",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "forwardToPhoneNumber": "+19867512340",
        "sendToVoicemailEnabled": false,
        "scheduleName": "demo_schedule1",
        "scheduleType": "businessHours",
        "scheduleLevel": "PEOPLE",
        "callsFrom": "ANY_PHONE_NUMBER",
        "anonymousCallersEnabled": false,
        "unavailableCallersEnabled": false,
        "phoneNumbers": [
          "+19867512341",
          "+19867512345"
        ],
        "forwardEnabled": false
      }
    }
  ],
  "responseExamples": []
}