v1
latestOpenAPI 3.0.02026-07-2418630310.7 KBTemplates
Update an existing account template
Update an existing account template. <br> <b>Required scope(s):</b> administration:write
post/api/v4/f/{firm_id}/account_templates/{id}
Path parameters
firm_idinteger required
idinteger required
Identifier of the account template
Headers
Acceptstring
Request body
Example request
{
"name_nl": "Account Template Name",
"name_en": "Account Template Name",
"name_fr": "Account Template Name",
"text_parts": [
{
"name": "part_name",
"content": "{% comment %}liquid code in part{% endcomment %}"
}
],
"id": 6789,
"version_comment": "Update published using the API"
}Response
Successful response
Example response
{
"name_nl": "Account Template Name",
"name_en": "Account Template Name",
"name_fr": "Account Template Name",
"text_parts": [
{
"name": "part_name",
"content": "{% comment %}liquid code in part{% endcomment %}"
}
],
"id": 1977
}