Webex · Schema

ModifyPlaceCallForwardSettings

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
callForwarding object Call forwarding settings for a Workspace.
businessContinuity object Settings for sending calls to a destination of your choice if your phone is not connected to the network for any reason, such as power outage, failed Internet connection, or wiring problem.
View JSON Schema on GitHub

JSON Schema

webex-modifyplacecallforwardsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyPlaceCallForwardSettings",
  "title": "ModifyPlaceCallForwardSettings",
  "type": "object",
  "required": [
    "callForwarding",
    "businessContinuity"
  ],
  "properties": {
    "callForwarding": {
      "$ref": "#/components/schemas/CallForwardingPlaceSettingPatch",
      "description": "Call forwarding settings for a Workspace."
    },
    "businessContinuity": {
      "$ref": "#/components/schemas/BusinessContinuityPatch",
      "description": "Settings for sending calls to a destination of your choice if your phone is not connected to the network for any reason, such as power outage, failed Internet connection, or wiring problem."
    }
  }
}