Typed access
Clock operations are reached via client.Api.Clock on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/clock | Lists all business clock configurations for the current tenant. |
GET | /api/clock/{id} | Retrieves a single business clock configuration by identifier. |
POST | /api/clock | Creates a new business clock configuration. |
PUT | /api/clock/{id} | Updates an existing business clock configuration. |
DELETE | /api/clock/{id} | Deletes a business clock configuration by identifier. |