Overview

Initiate a new document merge request.

Request Arguments

Name Type Description Required
mergeType String The type of the merge Yes
useRevision boolean Indicates whether to use revisions No (default is true)
templateName String The filename of the template Yes
templateId String The ID of the template Yes
recordId String The ID of the record we want to merge Yes
recordModule String The module of the record we want to merge Yes
parentId String The ID of parent record. Only if the merge is intiated from a subpanel No
parentModule String The module of parent record. Only if the merge is intiated from a subpanel No
maxRelate Integer Maximum records to retrieve in a collection No (default is 20)
selectedRecords Array A list of record IDs used in multimerge No

Response Arguments

Response

    It will return the ID of the DocumentMerge record.

Change Log

Version Change
v11_14 Added /DocumentMerge/merge POST endpoint.