Webex · Schema

SetUpPSTNLocationConnectionObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the connection. This is required for non-integrated CCP.
premiseRouteType string Premise route type. The possible types are TRUNK and ROUTE_GROUP. This is required for the local gateway.
premiseRouteId string Premise route ID. This refers to either a Trunk ID or a Route Group ID and is required for the local gateway.
View JSON Schema on GitHub

JSON Schema

webex-setuppstnlocationconnectionobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetUpPSTNLocationConnectionObject",
  "title": "SetUpPSTNLocationConnectionObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUElDS1VQL1kyRnNiRkJwWTJ0MWNERT0",
      "description": "A unique identifier for the connection. This is required for non-integrated CCP."
    },
    "premiseRouteType": {
      "type": "string",
      "example": "TRUNK",
      "description": "Premise route type. The possible types are TRUNK and ROUTE_GROUP. This is required for the local gateway."
    },
    "premiseRouteId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1RSVU5LLzUxZGU0ODljLWFhNjAtNGMyNS05YWY2LWNjNGNiMTcxNzMxZg",
      "description": "Premise route ID. This refers to either a Trunk ID or a Route Group ID and is required for the local gateway."
    }
  }
}