v1
latestOpenAPI 3.0.12026-07-141671231.8 MBLedger Accounts
Create a ledger account
Create a ledger account
ℹ️ This endpoint requires the following scope: ledger_accounts:all
post/api/external/v2/ledger_accounts
Request body
Example request
{
"number": "512",
"label": "Secondary Account",
"vat_rate": "FR_200"
}Response
Returns the created ledger account
Example response
{
"id": 124,
"number": "512",
"label": "Secondary Account",
"vat_rate": "any",
"country_alpha2": "FR",
"enabled": true,
"type": "custom",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}