Open APIs

 View Only
  • 1.  How to manage related party in product offering level

    TM Forum Member
    Posted Nov 21, 2023 02:55

    Hello,

    We need to maintain product owner and related roles inside the product offering. Currently we don't have attribute in product offering to store related party. How to mange related party in product offering level.

    Thank you in advance!



    ------------------------------
    Ragavi Ramasamy
    Halleyx Inc.
    ------------------------------


  • 2.  RE: How to manage related party in product offering level

    TM Forum Member
    Posted Nov 21, 2023 11:04

    Seems like a perfectly reasonable request.

    Since the property is not there, I suggest you add it, it would look something like:

                    "relatedParty": {
                        "type": "array",
                        "items": {
                            "$ref": "../EngagedParty/RelatedPartyRefOrPartyRoleRef.schema.json#RelatedPartyRefOrPartyRoleRef"
                        },
                        "description": "A related party defines party or party role linked to a specific entity."
                    },
    

    I'll consider adding it as an enhancement to the TMF620 Open API, but I cannot promise if this will be done at all, or when.



    ------------------------------
    Jonathan Goldberg
    Amdocs Management Limited
    Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
    ------------------------------



  • 3.  RE: How to manage related party in product offering level

    TM Forum Member
    Posted Nov 21, 2023 21:28

    Thank you Jonathan



    ------------------------------
    Ragavi Ramasamy
    Halleyx Inc.
    ------------------------------