Typed access
CostCenter operations are reached via client.Api.Finance.Cost on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/finance/cost | Lists all cost centers for the current tenant. |
GET | /api/finance/cost/{id} | Retrieves a single cost center by its identifier. |
POST | /api/finance/cost | Creates a new cost center. |
PUT | /api/finance/cost | Updates an existing cost center. |
DELETE | /api/finance/cost/{id} | Deletes a cost center by its identifier. |