Webex · Schema

orgPrefixObject

* `wxc` - The customer is Webex calling. * `wxc-whs` - The customer is a wholesale.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-orgprefixobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/orgPrefixObject",
  "title": "orgPrefixObject",
  "type": "string",
  "enum": [
    "wxc",
    "wxc-whs"
  ],
  "description": " * `wxc` - The customer is Webex calling.\n * `wxc-whs` - The customer is a wholesale.\n"
}