Webex · Example Payload

Webex Updatehuntgroupselectivecallforwardingrule Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatehuntgroupselectivecallforwardingrule 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": "updateHuntGroupSelectiveCallForwardingRule",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/huntGroups/{huntGroupId}/callForwarding/selectiveRules/{ruleId}",
  "summary": "Update a Selective Call Forwarding Rule for a Hunt Group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "My Rule",
        "enabled": true,
        "businessSchedule": "BusiSched1",
        "holidaySchedule": "HolSched1",
        "forwardTo": {
          "selection": "FORWARD_TO_DEFAULT_NUMBER"
        },
        "callsFrom": {
          "selection": "CUSTOM",
          "customNumbers": {
            "privateNumberEnabled": true,
            "unavailableNumberEnabled": true,
            "numbers": [
              "2025551212"
            ]
          }
        },
        "callsTo": {
          "numbers": []
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYUhaaFpUTjJNRzh5YjBBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0"
      }
    }
  ]
}