v2

latestOpenAPI 3.0.22026-08-07295198367.7 KB
Agent Dashboard - Working Hours

Update Agent Working Hours By Id

put/agent-working-hours/{working_day_id}

Path parameters

working_day_idstring uuid required

Request body

daystring
start_timestring time
end_timestring time

Response

Successful Response

idstring uuid
date_createdstring date-time
date_updatedstring date-time
agent_user_idstring uuid required

Foreign key to reference the user table.

daystring required

Day of the week (e.g., Monday, Tuesday, ...).

start_timestring time required

Time the agent starts working.

end_timestring time required

Time the agent stops working.