Open APIs

 View Only
  • 1.  TMF641 V4.0.0 - Looking for information about serviceOrderItemRelationship in CreateServiceOrder Event

    TM Forum Member
    Posted Nov 28, 2021 23:44
    Hello Team,
    I am new to TMF Forum, I having below use case  and looking for help whether serviceOrderItemRelationship  support or not.

    Service Order
    1 CFS_X : ServicerIOrderItem1
    2. CFS_Y: ServiceOrderitem2
                    serviceOrderItemRelationship  : CFS_X

    Query: With the help of serviceOrderItemRelationship , possible to access service characteristics /related party/related entity of CFS_X in CFS_Y .


    Regards
    Kiran

    ------------------------------
    Kiran Kumar Deshi
    ------------------------------


  • 2.  RE: TMF641 V4.0.0 - Looking for information about serviceOrderItemRelationship in CreateServiceOrder Event

    TM Forum Member
    Posted Nov 29, 2021 04:00
    Hi Kiran
    If you can do so without leaking IP (intellectual property), it would be great to see concrete example (rather than CFS_X, CFS_Y), etc.
    And to explain what you are trying to do and why.
    This will help community members relate to your question and give more of a chance to get meaningful answers.

    ------------------------------
    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: TMF641 V4.0.0 - Looking for information about serviceOrderItemRelationship in CreateServiceOrder Event

    TM Forum Member
    Posted Dec 03, 2021 05:36
    Dear Jonathan,

    Thank you for quick feedback , Please find the example below

    Order_Item1_CFS1 :   CFS_X
    Order_Item1_Parameter1= FirstName
    Order_Item1_Parameter2= SecondName

    Order_Item1_CFS2 :   CFS_Y
    Order_Item1_Parameter1= Phonenumber
    Order_Item1_Parameter2= areacode
    Order_item1_serviceOrderItemRelationship= CFS_X.

    Query:
    Is it possible to access CFS_X  Parameter1 & Parameter2  at CFS_Y with serviceOrderItemRelationship

    Regards
    Kiran



    ------------------------------
    Kiran Kumar Deshi
    Tech Mahindra Limited
    ------------------------------



  • 4.  RE: TMF641 V4.0.0 - Looking for information about serviceOrderItemRelationship in CreateServiceOrder Event

    TM Forum Member
    Posted Dec 05, 2021 09:25
    Hi Kiran
    Still not clear to me what your business case is.
    But at any rate you should be able to navigate relationships in the Open API model, depending of course on the exact implementation of your APIs:
    • Refs can be expanded as part of GET response, using the depth directive on query string
    • OR you can orchestrate the expansion in code
    Hope it helps

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