cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/accounting/export-fec \ --header 'Authorization: Bearer <token>'
[ { "JournalCode": "<string>", "JournalLib": "<string>", "EcritureNum": "<string>", "EcritureDate": "2023-12-25", "CompteNum": "<string>", "CompteLib": "<string>", "CompAuxNum": "<string>", "CompAuxLib": "<string>", "PieceRef": "<string>", "PieceDate": "2023-12-25", "Debit": 123, "Credit": 123, "EcritureLet": "<string>", "DateLet": "2023-12-25", "ValidDate": "2023-12-25", "Montantdevise": 123, "Idevise": "<string>" } ]
Returns accounting entries according to the FEC format
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type FECItemOut · object[].
FECItemOut · object[]