API Docs / Schemas / AssignClientScheduleRequest

AssignClientScheduleRequest

Links one client to an existing schedule on a recurring task. The client and task come from
the route; reverting to the default schedule is the DELETE on the same route.

Properties

Name Type Description
scheduleCode*string

Code of the schedule to link the client to. Schedules are created and managed task-side.

Code of the schedule to link the client to. Schedules are created and managed task-side.

JSON Example

{
  "scheduleCode": "string"
}

Used By Operations