mergeField resource type

The merged field used in the file.

The mergeField resource specifies the property name used within the template file. Its value must be provided when creating a new document.

Properties

Property Type Description
name String The name of the merge field. Matches the name of the property defined on the template. Matching property value must be provided when creating a new document.

JSON format

The JSON representation for the resource is stated below.

{
  "name": "string"
}