v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
CreateExpenseAccountingExport

Create an export and retrieve export content

Create a new export and retrieve the export content directly in the response body for a given business-establishment.

In the v3 API model, the business-establishment is often called "legal-entity". As a result, the legalEntityId query parameter corresponds to the ID of a business-establishment.

The response contains all the exported entry lines for the given business-establishment.

The date query parameters can operate comparisons with a given date-time value. For examples :

  • ?approvedOn=2021-01-01: strict equality.
  • ?approvedOn=since,2021-01-01: greater than or equal.
  • ?approvedOn=until,2021-01-01: lower than or equal.
  • ?approvedOn=between,2021-01-01,2021-01-31: comprised between two dates.
post/cleemy/services/v3/createExpenseAccountingExport

Response

The export file is successfully generated.