Placeholders for the Closing document entity

The following placeholders are used for the Closing document entity (see Viewing the list of invoices).

Placeholder

Description

external_invoices

An array of closing documents. The placeholder is used with other placeholders to list details of closing documents 

XML
{% for external_invoice in external_invoices %}
  <br/><a href="{{ external_invoice.url }}">{{ external_invoice.name }}</a>
{% endfor %}

external_invoice.id

The closing document ID

external_invoice.type

The closing document type:

  • Act of acceptance

  • Invoice (vat)

  • Invoice

external_invoice.key

The closing document key

external_invoice.name

The closing document key name

external_invoice.url

A link to view a closing document. The expiration period of the link is defined in the Private storage section of the global settings (see 

Global settings

)

external_invoice.start_date

The start date of a period covered by a closing document

external_invoice.end_date

The end date of a period covered by a closing document

external_invoice.updated_at

The date when a closing document was updated