Create multiple accounts in a single request
Accounts
Create multiple accounts in a single request
Creates multiple bookkeeping accounts in a single batch operation. This endpoint validates each account in the batch and returns both successfully created accounts and failed items with their failure reasons. Accounts that pass validation will be created, while invalid accounts will be returned in the failed list.
POST
Create multiple accounts in a single request
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Body
application/json;charset=UTF-8
Response
Batch creation completed. Check the response for created and failed items.
Response for batch account creation operation.