Webex · Schema

DialledNumberEntryPointExportDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dialledNumber string
extension string
location string
entryPointName string
region string
View JSON Schema on GitHub

JSON Schema

webex-diallednumberentrypointexportdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DialledNumberEntryPointExportDTO",
  "title": "DialledNumberEntryPointExportDTO",
  "type": "object",
  "properties": {
    "dialledNumber": {
      "type": "string"
    },
    "extension": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "entryPointName": {
      "type": "string"
    },
    "region": {
      "type": "string"
    }
  }
}