TM Forum Community

 View Only
  • 1.  TMF API

    Posted Jul 23, 2025 11:58

    Hi , I have a query regarding the retrival of the PUK code for the customer. In my case there is a requirement of fetching the PUK code for the customer on demand as requested by the customer. So in this case while storing the PUK code in Product Inventory, can I send the PUK code over the TMF 637 Inventory Payload in POST operation?  Now if the PUK code is available in the Product Inventory it can be retrievded via the GET.

    Please suggest.

    Thanks 

    Partha


    #CustomerExperience

    ------------------------------
    PARTHA GHOSH
    Tata Consultancy Services
    ------------------------------


  • 2.  RE: TMF API

    Posted Jul 24, 2025 02:24
    Edited by Vitalii Zhakov Jul 24, 2025 02:25

    Hello!

    Please, read TMF630 part 3.1. Uniform Contract Operations

    GET must be used to retrieve a representation of a resource

    POST must be used to create a new resource

    GET and POST must not be used to tunnel other request methods

    >>In my case there is a requirement of fetching the PUK code for the customer on demand as requested by the customer

    In this case resource is PUK code, GET must be used to retrieve a representation of a resource



    ------------------------------
    Vitalii Zhakov
    Veschatel LLC
    ------------------------------