List of clients invoices.
GET
/v1/ERP/invoices/clients
Requires the scope read:invoice_client.
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
[
{
"id_invoice": 0,
"reference_number": "string",
"invoice_date": "string",
"due_date": "string",
"invoice_type": "string",
"invoice_type_name": "string",
"id_client": 0,
"client_name": "string",
"po_number": "string",
"vat_number": "string",
"invoice_subject": "string",
"total_excl_vat": 0,
"total_vat": 0,
"total_incl_vat": 0,
"total_due": 0,
"currency": "string",
"payment_mode": "string",
"payment_mode_name": "string",
"status": "string",
"status_name": "string",
"id_account_manager": 0,
"created_on": "string",
"created_by": 0,
"canceled": true,
"canceled_on": "string",
"canceled_by": 0,
"id_credit": 0,
"sent": true,
"sent_on": "string",
"sent_by": 0
}
]

