Cost Centers
A cost center is used to allocate organizational expenditures. Different businesses call these by different names such as "allocation codes" or "charge back codes", but the basic purpose is the same - to allocate an expense back to someone or some department of an organization.
CostCenters.List
Get a list of cost centers.
v1/buyers/{buyerID}/costcenters
CostCenters.Create
Create a new cost center.
v1/buyers/{buyerID}/costcenters
CostCenters.ListAssignments
Get a list of cost center assignments.
v1/buyers/{buyerID}/costcenters/assignments
CostCenters.SaveAssignment
Create or update a cost center assignment.
v1/buyers/{buyerID}/costcenters/assignments
CostCenters.Get
Get a single cost center.
v1/buyers/{buyerID}/costcenters/{costCenterID}
CostCenters.Save
Create or update a cost center.
v1/buyers/{buyerID}/costcenters/{costCenterID}
CostCenters.Delete
Delete a cost center.
v1/buyers/{buyerID}/costcenters/{costCenterID}
CostCenters.Patch
Partially update a cost center.
v1/buyers/{buyerID}/costcenters/{costCenterID}
CostCenters.DeleteAssignment
Delete a cost center assignment.
v1/buyers/{buyerID}/costcenters/{costCenterID}/assignments