TMFOpenAPIQuoteService

This service class is used for the GET and POST methods of the TMF648 API.

Namespace 

1vlocity_cmt

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

Methods 

The out-of-box methods used for TMFOpenAPIQuoteService are:

GET method 

You can replace the remote action element of the VIP TMFTMForumQuote with your own implementation to override the out-of-box implementation.

Signature of the OOB Remote Method

1Vlocity_cmt.TMFOpenAPIQuoteService.getQuote(Map<String, Object> inputs, Map<String, Object> output, Map<String, Object> options, String queryType)

POST method 

You can replace the remote action element of the VIP TMFTMForumCreateQuote with your own implementation to override the out-of-box implementation.

Signature of the OOB Remote Method

1Vlocity_cmt.TMFOpenAPIQuoteService.postQuote(Map<String, Object> inputs, Map<String, Object> output, Map<String, Object> options, String queryType)