Open APIs

 View Only
  • 1.  How to remove a relatedParty record in TMF 622 API?

    TM Forum Member
    Posted Jun 18, 2021 10:54
    Hi,

    In my ProductOrder, I added couple of individuals as relatedParty records. One of the individual leaves and I need remove it from the relatedParty of ProductOrder. What API should I use to delete a single record of relatedParty API?

    Thanks in advance.

    ------------------------------
    Justin Yue
    Salesforce
    ------------------------------


  • 2.  RE: How to remove a relatedParty record in TMF 622 API?

    TM Forum Member
    Posted Jun 20, 2021 04:19
    Hi Justin
    Firstly, please excuse my pedantry, but you don't do anything with an API. An API defines a set of operations, and we need to discuss which operation you need.
    You would use the PATCH operation in TMF622 Product Order Management to update the relatedParty list. Ideally you would the json patch variant, allowing you to address a specific array element.
    Perhaps @Ludovic Robert can offer additional insights.​

    ------------------------------
    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.
    ------------------------------