Cost Locations: update cost location
cost_locations_updateUpdate a cost location's code or name in Buchhaltungsbutler to correct errors or adjust to organizational changes. Overwrites sent fields; read current record first to keep other values.
Instructions
๐ก WRITE ยท updates data: Modifies existing master data in place.
update cost location
Update a cost location's name/description.
Use to rename an existing cost centre or change its number.
Overwrites the fields you send. Read the current record with cost_locations_list first if you intend a partial change.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | blank | |
| success | Yes | Success boolean |