Webex · Schema

PSTNServiceType

* `GEOGRAPHIC_NUMBERS` - PSTN service type for geographic numbers. * `TOLLFREE_NUMBERS` - PSTN service type for toll-free numbers. * `BUSINESS_TEXTING` - PSTN service type for business texting. * `CONTACT_CENTER` - PSTN service type for contact center services. * `SERVICE_NUMBERS` - PSTN service type for service numbers. * `NON_GEOGRAPHIC_NUMBERS` - PSTN service type for non-geographic numbers. * `MOBILE_NUMBERS` - PSTN service type for mobile numbers.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-pstnservicetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PSTNServiceType",
  "title": "PSTNServiceType",
  "type": "string",
  "enum": [
    "GEOGRAPHIC_NUMBERS",
    "TOLLFREE_NUMBERS",
    "BUSINESS_TEXTING",
    "CONTACT_CENTER",
    "SERVICE_NUMBERS",
    "NON_GEOGRAPHIC_NUMBERS",
    "MOBILE_NUMBERS"
  ],
  "description": " * `GEOGRAPHIC_NUMBERS` - PSTN service type for geographic numbers.\n * `TOLLFREE_NUMBERS` - PSTN service type for toll-free numbers.\n * `BUSINESS_TEXTING` - PSTN service type for business texting.\n * `CONTACT_CENTER` - PSTN service type for contact center services.\n * `SERVICE_NUMBERS` - PSTN service type for service numbers.\n * `NON_GEOGRAPHIC_NUMBERS` - PSTN service type for non-geographic numbers.\n * `MOBILE_NUMBERS` - PSTN service type for mobile numbers.\n"
}