Hello,
I would like to have your feedback about an issue we have identified in TMF637 Product Inventory Management API documents
According to the information present in the API User Guide /Specification PDF we have:
GET serverRoot/tmf-api/productManagement/v4/product
POST serverRoot/tmf-api/productManagement/v4/product
DELETE serverRoot/tmf-api/productManagement/v4/product
PATCH serverRoot/tmf-api/productManagement/v4/product/
- Here we can see that url shows "tmf-api/productManagement"
However in this same document we have an example for GET that shows:
Request
GET serverRoot/tmf-api/productManagement/v4/product/g265-tf85
Response:
200
{
"id": "g265-tf85",
"href": "https://host:port/productInventoryManagement/v4/product/g265-tf85",
"description": "product description"
(...)
- In this example the href url shows "tmf-api/productInventoryManagement".
Additionally, if we check the TMF swagger or the Postman Collection we see:
"url": "{{Product_Inventory_API}}/tmf-api/productInventory/v4/
- Here we can see that url shows "tmf-api/productInventory"
In summary we can see some inconsistency across the several sources.
Which one shall be the correct one? The one present in the API User Guide / Specification PDF?
Many thanks,
Miguel Leal
------------------------------
Miguel Leal
Nokia
------------------------------