--- title: CreateWorkPlanActivity --- ## PureCloud::CreateWorkPlanActivity ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **activity_code_id** | **String** | ID of the activity code associated with this activity | [optional] | | **description** | **String** | Description of the activity | [optional] | | **length_minutes** | **Integer** | Length of the activity in minutes | [optional] | | **start_time_is_relative_to_shift_start** | **BOOLEAN** | Whether the start time of the activity is relative to the start time of the shift it belongs to | [optional] | | **flexible_start_time** | **BOOLEAN** | Whether the start time of the activity is flexible | [optional] | | **earliest_start_time_minutes** | **Integer** | Earliest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight. Used if flexibleStartTime == true | [optional] | | **latest_start_time_minutes** | **Integer** | Latest activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight. Used if flexibleStartTime == true | [optional] | | **exact_start_time_minutes** | **Integer** | Exact activity start in offset minutes relative to shift start time if startTimeIsRelativeToShiftStart == true else its based on midnight. Used if flexibleStartTime == false | [optional] | | **start_time_increment_minutes** | **Integer** | Increment in offset minutes that would contribute to different possible start times for the activity | [optional] | | **counts_as_paid_time** | **BOOLEAN** | Whether the activity is paid | [optional] | | **counts_as_contiguous_work_time** | **BOOLEAN** | Whether the activity duration is counted towards contiguous work time | [optional] | | **minimum_length_from_shift_start_minutes** | **Integer** | The minimum duration between shift start and shift item (e.g., break or meal) start in minutes | [optional] | | **minimum_length_from_shift_end_minutes** | **Integer** | The minimum duration between shift item (e.g., break or meal) end and shift end in minutes | [optional] | {: class="table table-striped"}