Skip to main content

Typed access

CostCenter operations are reached via client.Api.Finance.Cost on EksoClient.
await client.Api.Finance.Cost.ListCostAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/finance/costLists all cost centers for the current tenant.
GET/api/finance/cost/{id}Retrieves a single cost center by its identifier.
POST/api/finance/costCreates a new cost center.
PUT/api/finance/costUpdates an existing cost center.
DELETE/api/finance/cost/{id}Deletes a cost center by its identifier.

See also