Settings: add postingaccount
settings_add_postingaccountCreate a posting account by specifying its name, account number, and parent account number.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add postingaccount Create a postingaccount.
Endpoint: POST /settings/add/postingaccount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of your new postingaccount. | |
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server โ only set this to target a different customer. | |
| postingaccount_number | Yes | The postingaccount number of your new postingaccount. | |
| parent_postingaccount_number | Yes | The parent postingaccount number of your new postingaccount.This is the postingaccount from which your individually created postingaccount inherits their properties. |