Skip to main content

Typed access

BudgetReason operations are reached via client.Api.Finance.ReasonCode on EksoClient.
await client.Api.Finance.ReasonCode.ListReasonCodeAsync();
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/reason-codeLists all budget reason codes for the current tenant.
GET/api/finance/reason-code/{id}Retrieves a single budget reason code by its identifier.
POST/api/finance/reason-codeCreates a new budget reason code.
PUT/api/finance/reason-codeUpdates an existing budget reason code.
DELETE/api/finance/reason-code/{id}Deletes a budget reason code by its identifier.

See also