v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBCreate sale/purchase entry (Multiple plans)
Create a new sale/purchase entry with multiple analytic plans in the accounting
Path parameters
Query parameters
Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.
Forces financial period in which the invoice must be created. This will create the invoice in the forced financial period rather than the current period. The format is: mmYYYY.
Regroup lines by account number, tax code and analytic distribution in the accounting system.
If set to true, Chift will not wait for the invoice to be processed to return, use this when you do not need the ID in the return value.Note that this might also change the output of the call.
Boolean flag indicating whether to force the use of the provided currency exchange rate instead of the rate used by the accounting software.
Request body
Response
Successful Response
Example response
{
"accounting_info": {
"main_currency": "EUR",
"account_number": "411001"
}
}