Cost Locations: add cost location
cost_locations_addCreate a new cost location using an alphanumeric code and a descriptive name to categorize expenses or allocations.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add cost location Add a new cost location.
Endpoint: POST /cost-locations/add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | An alphanumeric identifier for the cost location (max 10 chars) | |
| name | Yes | The name/description of the cost location | |
| 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. |