TM Forum · JSON Structure

Tmf637 Product Inventory Party Structure

Party schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Party is a JSON Structure definition published by TM Forum. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/tm-forum/refs/heads/main/json-structure/tmf637-product-inventory-party-structure.json",
  "name": "Party",
  "description": "Party schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "type": "object",
      "description": "Generic and Abstract Party structure used to define commonalities between sub concepts of Individual and Organization.",
      "properties": {
        "externalReference": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ExternalIdentifier"
          },
          "description": "List of identifiers of the Party in an external system, for example when party information is imported from a commerce system"
        },
        "partyCharacteristic": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Characteristic"
          },
          "description": "List of additional characteristics that a Party can take on."
        },
        "taxExemptionCertificate": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/TaxExemptionCertificate"
          },
          "description": "List of tax exemptions granted to the party. For example, a war veteran might have partial exemption from state tax and a full exemption from federal tax"
        },
        "creditRating": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/PartyCreditProfile"
          },
          "description": "List of credit profiles and scores for the party, typically received from an external credit broker"
        },
        "relatedParty": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/RelatedPartyOrPartyRole"
          },
          "description": "List of parties and/or party roles related to this party"
        },
        "contactMedium": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ContactMedium"
          },
          "description": "List of means for contacting the party, e.g. mobile phone, email address"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Party": "#/components/schemas/Party",
      "Organization": "#/components/schemas/Organization",
      "Individual": "#/components/schemas/Individual"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tmf637-product-inventory-party-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.