2022.2

Table Of Contents
l identifier File Store ID of the data mapping configuration (type of number)
l defaults (optional) default properties for Content Creation, consisting of an object with
one or more name/value pairs:
l duplex whether the page sheet is duplex (type of boolean). Default: false.
l tumble whether to duplex pages as in a calendar (type of boolean). This requires
duplex to be set to true. Default: false.
l parameters (optional) a set of runtime parameter names and their corresponding values,
used in the data mapping configuration. The set consists of an object with one or more
name/value pairs:
l <name> the name (name) and the value of the runtime parameter (type of either
string, number, or boolean)
Example
The following is an example of this structure:
{
"identifier": 12345,
"defaults": {
"duplex": "true",
"tumble": "true"
}
}
Page 64