Amdocs · JSON Structure

Connectx Subscription Request Structure

SubscriptionRequest schema from Amdocs API

Type: object Properties: 3 Required: 2
TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

SubscriptionRequest is a JSON Structure definition published by Amdocs, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

productId startDate addons

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amdocs/refs/heads/main/json-structure/connectx-subscription-request-structure.json",
  "name": "SubscriptionRequest",
  "description": "SubscriptionRequest schema from Amdocs API",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string"
    },
    "startDate": {
      "type": "date"
    },
    "addons": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "productId",
    "startDate"
  ]
}