Skip to main content

Typed access

NonBillable operations are reached via client.Api.Finance.NonBillable on EksoClient.
await client.Api.Finance.NonBillable.ListAsync();
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/non-billableLists all non-billable codes for the current tenant.
GET/api/finance/non-billable/{id}Retrieves a single non-billable code by its identifier.
POST/api/finance/non-billableCreates a new non-billable code.
PUT/api/finance/non-billable/{id}Updates an existing non-billable code.
DELETE/api/finance/non-billable/{id}Deletes a non-billable code by its identifier.

See also