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.
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. |
The JSON representation for the resource is stated below.
{
"name": "string"
}