get_clock_list
Get all business clock configurations for this tenant. Business clocks define SLA schedules and working hours.| Property | |
|---|---|
| Read-only | Yes |
Parameters
None.Returns
A list ofConfigClock objects with clock details including ID, name, and schedule configuration.
create_clock
Create a new business clock configuration.| Property | |
|---|---|
| Read-only | No |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Clock name. |
Returns
The createdConfigClock. Requires super admin.
update_clock
Update an existing business clock configuration. Only provided fields are updated.| Property | |
|---|---|
| Read-only | No |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
clockId | string | Yes | The clock ID. Use get_clock_list. |
name | string | No | New clock name. |
Returns
The updatedConfigClock. Requires super admin.
delete_clock
Delete a business clock configuration.| Property | |
|---|---|
| Read-only | No |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
clockId | string | Yes | The clock ID. Use get_clock_list. |