Skip to main content

Typed access

Crm operations are reached via client.Api.Finance.Crm on EksoClient.
await client.Api.Finance.Crm.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/crmLists all CRM records for the current tenant.
GET/api/finance/crm/{id}Retrieves a single CRM record by its identifier.
POST/api/finance/crmCreates a new CRM record.
PUT/api/finance/crmUpdates an existing CRM record.
DELETE/api/finance/crm/{id}Deletes a CRM record by its identifier.

See also