Skip to content

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
Requis
Format"int64"
start_date*
Typestring
Requis
Format"date"
end_date*
Typestring
Requis
Format"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
}
]

Playground

Serveur
Autorisation
Variables
Clé
Valeur

Exemples

cURL
JavaScript
PHP
Python