v1
latestOpenAPI 3.0.02026-07-2418630310.7 KBTemplates
Update a reconciliation template
Update a reconciliation template. <br> <b>Required scope(s):</b> administration:write
post/api/v4/f/{firm_id}/reconciliations/{reconciliation_id}
Path parameters
firm_idinteger required
reconciliation_idinteger required
Headers
Acceptstring
Request body
Example request
{
"name": "Reconciliation Name",
"name_en": "Reconciliation Name",
"name_fr": "Reconciliation Name",
"name_nl": "Reconciliation Name",
"handle": "reconciliation_handle",
"text": "{% comment %}liquid code in main part{% endcomment %}",
"text_parts": [
{
"name": "part_name",
"content": "{% comment %}liquid code in part{% endcomment %}"
}
],
"auto_hide_formula": "'{% comment %}liquid code in auto hide formula{% endcomment %}'\n",
"text_configuration": "'{% comment %}liquid code in text configuration{% endcomment %}'\n",
"virtual_account_number": "1500",
"reconciliation_type": "only_reconciled_with_data",
"is_active": true,
"version_comment": "Update published using the API"
}Response
Successful response
Example response
{
"name": "Reconciliation Name",
"name_en": "Reconciliation Name",
"name_fr": "Reconciliation Name",
"name_nl": "Reconciliation Name",
"handle": "reconciliation_handle",
"text": "{% comment %}liquid code in main part{% endcomment %}",
"text_parts": [
{
"name": "part_name",
"content": "{% comment %}liquid code in part{% endcomment %}"
}
],
"auto_hide_formula": "'{% comment %}liquid code in auto hide formula{% endcomment %}'\n",
"text_configuration": "'{% comment %}liquid code in text configuration{% endcomment %}'\n",
"virtual_account_number": "1500",
"reconciliation_type": "only_reconciled_with_data",
"is_active": true,
"id": 1977,
"marketplace_template_id": 25
}