Open APIs

 View Only
  • 1.  TMF 622 Manage Product Order - notifications return the entire product order?

    TM Forum Member
    Posted Feb 24, 2021 11:19
    Hello,

    My reading of the TMF622 API specs is that the notification call-backs will send the entire ProductOrder payload to the recipient, is that correct?

    E.g. when an attribute value changes we will send an event that include the latest view of the ProductOrder as a whole?
    { "eventId":"00001",  
      "eventTime":"2015-11-16T16:42:25-04:00",
      "eventType":"ProductOrderAttributeValueChangeEvent",
      "event": { "productOrder" : {-- SEE ProductOrder RESOURCE SAMPLE --} } }

    I.e. there is no notion of returning deltas?

    Alasdair

    ------------------------------
    Alasdair MacLeod
    BT Group plc
    ------------------------------


  • 2.  RE: TMF 622 Manage Product Order - notifications return the entire product order?

    TM Forum Member
    Posted Feb 24, 2021 13:00
    This thread has a discussion on the pros and cons of including the entire Order payload, at least in the context of change events.

    622 Product Order

    Hope it helps.

    ------------------------------
    Greg Herringer
    IBM Corporation
    ------------------------------



  • 3.  RE: TMF 622 Manage Product Order - notifications return the entire product order?

    TM Forum Member
    Posted Feb 24, 2021 13:35
    ok, so Ludovic's interpretation is that the client could specify a subset of the entire Product Order and thus receive a stripped down skeleton of the full order.
    What the spec doesn't cater to is specifically returning just the changes in this event, it's everything, or a filtered view of everything in the order.

    Thanks Greg, that helped clarify and confirm what the spec's saying.


    ------------------------------
    Alasdair MacLeod
    BT Group plc
    ------------------------------