Webex · Schema

OutdialANIEntryDetailsDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
entryName string Name of the Outdial ANI entry.
entryNumber string Phone number or SIP URI of the Outdial ANI entry.
View JSON Schema on GitHub

JSON Schema

webex-outdialanientrydetailsdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutdialANIEntryDetailsDTO",
  "title": "OutdialANIEntryDetailsDTO",
  "type": "object",
  "properties": {
    "entryName": {
      "type": "string",
      "description": "Name of the Outdial ANI entry."
    },
    "entryNumber": {
      "type": "string",
      "description": "Phone number or SIP URI of the Outdial ANI entry."
    }
  }
}