Templates
Replace template document
Replaces the PDF document of an existing template while preserving all field placements. The replacement document must have the same page count and matching page dimensions (within 1pt tolerance) as the original.
post/templates/{id}/replace-document
Path parameters
idstring uuid required
Template ID
Request body
Example request
{
"document_id": "123e4567-e89b-12d3-a456-426614174000"
}Response
Document replaced successfully
Example response
{
"fields": [
{
"format_rules": {
"dateFormat": "MMMM dd, yyyy"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.