Webex · Schema

WholesalePackagesSubscriber

* `webex_calling` - Calling Basic Package. * `webex_meetings` - Meetings Package. * `webex_suite` - Suite Package. * `webex_voice` - Voice Package. * `cx_essentials` - Customer Assist Package. * `webex_calling_standard` - Webex Calling Standard Package. * `attendant_console` - Attendant Console Package. * `cx_premium_agent` - Contact Center Premium Agent Package. * `cx_standard_agent` - Contact Center Standard Agent Package.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-wholesalepackagessubscriber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WholesalePackagesSubscriber",
  "title": "WholesalePackagesSubscriber",
  "type": "string",
  "enum": [
    "webex_calling",
    "webex_meetings",
    "webex_suite",
    "webex_voice",
    "cx_essentials",
    "webex_calling_standard",
    "attendant_console",
    "cx_premium_agent",
    "cx_standard_agent"
  ],
  "description": " * `webex_calling` - Calling Basic Package.\n * `webex_meetings` - Meetings Package.\n * `webex_suite` - Suite Package.\n * `webex_voice` - Voice Package.\n * `cx_essentials` - Customer Assist Package.\n * `webex_calling_standard` - Webex Calling Standard Package.\n * `attendant_console` - Attendant Console Package.\n * `cx_premium_agent` - Contact Center Premium Agent Package.\n * `cx_standard_agent` - Contact Center Standard Agent Package.\n"
}