Skip to main content

Typed access

JobRole operations are reached via client.Api.Finance.Role on EksoClient.
await client.Api.Finance.Role.ListRoleAsync();
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/roleLists all job roles for the current tenant.
GET/api/finance/role/{id}Retrieves a single job role by its identifier.
POST/api/finance/roleCreates a new job role.
PUT/api/finance/roleUpdates an existing job role.
DELETE/api/finance/role/{id}Deletes a job role by its identifier.

See also