Cost Locations: update cost location
cost_locations_updateUpdates a cost location's name or description by specifying its code and the new value.
Instructions
๐ก WRITE ยท updates data โ Modifies existing master data in place. update cost location Update a cost location's name/description.
Endpoint: POST /cost-locations/update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The cost location code | |
| name | Yes | The updated 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. |