TMFOpenApiGetProdOfferingInterface

This interface class is used for the GET method of the ProductOffering API.

The namespace in which the Vlocity managed package is installed on your Salesforce org.

Implement this method to override the out-of-box implementation of the GET method of the ProductOffering API.

global interface TMFOpenApiGetProductSpecInterface { Object getProductSpecification( Map<String, Object>input, Map<String,Object> output); }