TM Forum · Example Payload

Tmf620 Product Catalog Product Offering Example

Description of the description

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Tmf620 Product Catalog Product Offering Example is an example object payload from TM Forum, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionisBundleisSellablestatusReasonversionplacechannelcategoryproductOfferingTermproductOfferingPriceagreementbundledProductOfferingbundledGroupProductOfferingattachmentmarketSegmentproductOfferingRelationship

Example Payload

Raw ↑
{
  "description": "Description of the description",
  "isBundle": true,
  "isSellable": true,
  "statusReason": "pending",
  "version": "1.0.0",
  "place": [
    "sample-place_item"
  ],
  "channel": [
    "sample-channel_item"
  ],
  "category": [
    "sample-category_item"
  ],
  "productOfferingTerm": [
    "sample-productOfferingTerm_item"
  ],
  "productOfferingPrice": [
    "sample-productOfferingPrice_item"
  ],
  "agreement": [
    "sample-agreement_item"
  ],
  "bundledProductOffering": [
    "sample-bundledProductOffering_item"
  ],
  "bundledGroupProductOffering": [
    "sample-bundledGroupProductOffering_item"
  ],
  "attachment": [
    "sample-attachment_item"
  ],
  "marketSegment": [
    "sample-marketSegment_item"
  ],
  "productOfferingRelationship": [
    "sample-productOfferingRelationship_item"
  ]
}