Skip to main content

GeneratePDFInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/GeneratePDFInput.json
data objectrequired

Data to populate the template

property name*any

Data to populate the template

fileNamestring

Optional custom filename (without extension)

sourceTypestring

Source document type (for tracking)

sourceUuidstring

Source document UUID (for tracking)

templateUuidstringrequired

UUID of template to use

GeneratePDFInput
{
"$schema": "https://example.com/schemas/GeneratePDFInput.json",
"data": {},
"fileName": "string",
"sourceType": "string",
"sourceUuid": "string",
"templateUuid": "string"
}