TMFOpenApiGetProductSpecInterface

This is the OOB interface class available for the customization.

Namespace 

1vlocity_cmt

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

Method 

1vlocity_cmt.TMFOpenAPIProductService.getProductSpecification( Map<String, Object>input, Map<String,Object> output)

The signature of the OOB remote method.

Signature of the Interface 

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