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