Newer Version Available
DocumentTemplate Class
The DocumentTemplate class provides methods to manage
document generation
templates.
Namespace
Example
This GET request retrieves the Namespace field from the DocumentTemplate entity, using the documentTemplate ID as input.
DocumentTemplate Methods
The following are methods for DocumentTemplate.
Call(methodName, inputMap)
Invokes a method with input parameters to manage document templates.
Signature
public Object Call(String methodName, Map<String,ANY> inputMap)
Parameters
- methodName
- Type: String
- Name of the method to be called.
- inputMap
- Type: Map<String,ANY>
- Map that contains input parameters for the method that is called.
Return Value
Type: Object