Typed access
BudgetReason operations are reached via client.Api.Finance.ReasonCode on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the BudgetReason resource — methods and HTTP routes.
BudgetReason operations are reached via client.Api.Finance.ReasonCode on EksoClient.
await client.Api.Finance.ReasonCode.ListReasonCodeAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/finance/reason-code | Lists 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-code | Creates a new budget reason code. |
PUT | /api/finance/reason-code | Updates an existing budget reason code. |
DELETE | /api/finance/reason-code/{id} | Deletes a budget reason code by its identifier. |