TMFOpenApiPostProdOfferingInterface

This interface class is used for the POST 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 POST method of the ProductOffering API.

global interface TMFOpenAPIPostProdOfferingInterface { Object postProductOffering( Map<String, Object>input, Map<String,Object> output); }