Open APIs

 View Only
  • 1.  TMF-678: Request of an "off cycle" bill pdf

    TM Forum Member
    Posted Aug 09, 2022 16:05
    Dear Community,

    We are working on the requirement to generate and fetch pdf format (billDocument) on-demand / off-cycle bill for an event occurred and I can see POST /customerBillOnDemand can be used. But the entity does not have reference to billDocument.

    Looking for suggestion on to implement the use case. Can we extend customerBillOnDemand.customerBill object to include billDocument?

    Appreciate your time and inputs.

    Regards,
    Nagaraj

    ------------------------------
    Nagaraj Nangunoori
    Capgemini
    ------------------------------


  • 2.  RE: TMF-678: Request of an "off cycle" bill pdf

    TM Forum Member
    Posted Aug 11, 2022 17:32
    Hi All,

    Appreciate if we can some feedback and any references to similar use case.

    ------------------------------
    Nagaraj Nangunoori
    Capgemini
    ------------------------------



  • 3.  RE: TMF-678: Request of an "off cycle" bill pdf

    TM Forum Member
    Posted Aug 11, 2022 23:26
    Hi Nagaraj,

              customerBillOnDemand resource has an attribute called customerBill. You will notice that the customerBill has an attribute called billDocument, so you can use the same to get the necessary information. 

             In short you can provide this information using customerBillOnDemand.customerBill.billDocument attribute, you need not populate other attributes of customerBillOnDemand.customerBill if you do not need them.

              Hope this helps.

    thanks,



    ------------------------------
    -----------------------------------------------------
    Nitin Patil
    Amdocs India 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
    -----------------------------------------------------
    ------------------------------



  • 4.  RE: TMF-678: Request of an "off cycle" bill pdf

    TM Forum Member
    Posted Aug 12, 2022 08:38
    Thanks Nitin, that was the initial thought, but wanted to make sure its allowed to add extension.

    ------------------------------
    Nagaraj Nangunoori
    Capgemini
    ------------------------------