Hello,
I have a question regarding ProductSpecificationCharacteristicValueUse in the TMF620 API
I'm reusing the example from the API doc (page 38), in a nutshell:
GET /tmf-api/productCatalogManagement/v4/productOffering/7655
returns:
ProductOffering "Basic Firewall for Business"
[...]
ProductSpecificationCharacteristicValueUse:
"name": "Number of Ports"
CharacteristicValueSpecification:
"value": 8,
"value": 16
say I create a bundle "
basic Business security pack" and it includes simple ProductOffering: "Basic Firewall for Business"
In the context of that bundle only, can I restrict "Number of Ports" to "8"?
Calling
GET /tmf-api/productCatalogManagement/v4/productOffering/7655 must return 8 and 16.
the API resource model doesn't show a relationship between the bundle and the restriction (ProductSpecificationCharacteristicValueUse)
which would allow me, hopefully to make an API call with contextual inputs (e.g. bundle PO Id and my simple PO Id) which will only return one restriction: "Number of Ports" = 8
What do you think?
Or do I need to create as many simple product offerings as bundles with restriction?
------------------------------
Kind regards,
Matthieu Hattab
Lyse Platform
------------------------------