Overview
Cost centers allow you to categorize expenses and receipts for better tracking and reporting.Create a cost center
To manually create a new cost center, callPOST /cost-centers:
201 response contains the information of the created cost center:
is_external = false indicates that the cost center was manually created in Tesouro and can be updated or deleted.
List all cost centers
To get information about all cost centers associated with an organization, callGET /cost-centers:
Retrieve a cost center
To get information about a specific cost center, callGET /cost-centers/{cost_center_id}.
Edit a cost center
To edit an existing cost center, callPATCH /cost-centers/{cost_center_id}:
Delete a cost center
To delete a specific cost center, callDELETE /cost-centers/{cost_center_id}.