brief pour basculer entre le format résumé (défaut) et le format complet. Glossaire ExoConnect : Code = numéro de transaction/facture (code comptable). ID interne = id (mapping CardPos, détail technique). Identifiant Acomba = metadata.unique_id. CardPos reste visible en metadata/sync pour l'interopérabilité technique. Invoice AR = ledger comptes clients; ce n'est pas le document de facturation commercial exposé sous /api/invoicing/invoices.x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/customers/invoice-ar?page&page_size&brief&customer_id&customer_code&transaction_type&invoice_type&active_only&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 2214,
"code": "FAC-2026-00418",
"customer": {
"id": 105,
"code": "10005",
"name": "Atelier Lac Saint-Jean"
},
"transaction_type": {
"id": 3,
"code": "invoice",
"label": "Facture"
},
"date": "2026-03-01T00:00:00",
"updated_at": "2026-03-05T11:20:00-05:00",
"_links": {
"self": "/api/customers/invoice-ar/by-id/2214"
}
},
{
"id": 2213,
"code": "FAC-2026-00417",
"customer": {
"id": 104,
"code": "10004",
"name": "Laboratoire Laval"
},
"transaction_type": {
"id": 3,
"code": "invoice",
"label": "Facture"
},
"date": "2026-02-28T00:00:00",
"updated_at": "2026-03-04T09:15:00-05:00",
"_links": {
"self": "/api/customers/invoice-ar/by-id/2213"
}
}
],
"page": 1,
"page_size": 50,
"total": 412,
"total_pages": 9
}