TMFOpenApiPostProductSpecInterface
This interface class is used for the POST method of the Productspecification 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 POST method of the ProductSpecification API.
global interface TMFOpenApiPostProductSpecInterface { Object postProductSpecification( Map<String, Object>input, Map<String,Object> output); }