Typed access
JobRole operations are reached via client.Api.Finance.Role 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 JobRole resource — methods and HTTP routes.
JobRole operations are reached via client.Api.Finance.Role on EksoClient.
await client.Api.Finance.Role.ListRoleAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/finance/role | Lists all job roles for the current tenant. |
GET | /api/finance/role/{id} | Retrieves a single job role by its identifier. |
POST | /api/finance/role | Creates a new job role. |
PUT | /api/finance/role | Updates an existing job role. |
DELETE | /api/finance/role/{id} | Deletes a job role by its identifier. |