TMFOpenAPICategoryService

This class contains out-of-box method implementation for the GET, POST, PATCH and DELETE of the Category API.

Namespace 

1vlocity_cmt

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

Methods 

The OOB remote actions of TMFOpenAPICategoryService::

GET Method 

The signature of the OOB remote method.

Signature

1vlocity_cmt.TMFOpenAPICategoryService.getCategory( Map<String, Object>input, Map<String,Object> output)

POST Method 

The signature of the OOB remote method.

Signature

1vlocity_cmt.TMFOpenAPICategoryService.postCategory( Map<String, Object>input, Map<String,Object> output)

PATCH Method 

The signature of the OOB remote method.

Signature

1vlocity_cmt.TMFOpenAPICategoryService.patchCategory(Map<String, Object> inputs, Map<String, Object> output, Map<String, Object> options)

DELETE Method 

The signature of the OOB remote method.

Signature

1vlocity_cmt.TMFOpenAPICategoryService.deleteCategory(Map<String, Object> inputs, Map<String, Object> output, Map<String, Object> options)