/journal_entries
)account_type
)account
)account_type
general_account
→ The account
value is a general ledger account number (retrievable via GET /chart_of_accounts
).customer_account
, supplier_account
, employee_account
→ account
value is a third-party account.account
general_account
→ Simply the (general) ledger account number._account
(third-party account) → Enter the partner ID from the target software (retrieved via GET /clients
, GET /suppliers
, GET /employees
, or in the response when creating a partner).account_type
is customer_account
, supplier_account
, or employee_account
and you provide the account
value (partner ID in the target system), the API will automatically:
411000
)
In French systems, the partner may be identified by an auxiliary account. In such cases, partner_id
= auxiliary account number = ledger account.
force_general_account
(string | null)prioritise_thirdparty_account
(boolean | null, default: false)true
, the API will prioritize the third-party account (partner) in such cases. We recommand to set to true
when using force_general_account
.