List of accounting entries.
GET
/v1/ERP/accounting/entries
Requires the scope read:accounting.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de requête
id_entity*
Typeinteger
RequisFormat
"int64"start_date*
Typestring
RequisFormat
"date"end_date*
Typestring
RequisFormat
"date"language
Typestring
Valeurs valides
"EN""FR"Réponses
OK
application/json
JSON
[
{
"log_code": "string",
"invoice_date": "string",
"account": "string",
"sub_account": "string",
"document_number": "string",
"description": "string",
"debit": 0,
"credit": 0
}
]

