docs/TimeOffRequestLookup.md in purecloudplatformclientv2-67.0.0 vs docs/TimeOffRequestLookup.md in purecloudplatformclientv2-68.0.0
- old
+ new
@@ -7,9 +7,22 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The id of the time off request | |
| **user** | [**User**](User.html) | The user that the time off request belongs to | |
+| **is_full_day_request** | **BOOLEAN** | Whether this is a full day request (false means partial day) | [optional] |
+| **marked_as_read** | **BOOLEAN** | Whether this request has been marked as read by the agent | [optional] |
+| **activity_code_id** | **String** | The ID of the activity code associated with this time off request. Activity code must be of the TimeOff category | [optional] |
+| **status** | **String** | The status of this time off request | [optional] |
+| **partial_day_start_date_times** | **Array<DateTime>** | A set of start date-times in ISO-8601 format for partial day requests. Will be not empty if isFullDayRequest == false | [optional] |
+| **full_day_management_unit_dates** | **Array<String>** | A set of dates in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone. Will be not empty if isFullDayRequest == true | [optional] |
+| **daily_duration_minutes** | **Integer** | The daily duration of this time off request in minutes | [optional] |
+| **notes** | **String** | Notes about the time off request | [optional] |
+| **submitted_by** | [**User**](User.html) | The user who submitted this time off request | [optional] |
+| **submitted_date** | **DateTime** | The timestamp when this request was submitted. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **reviewed_by** | [**User**](User.html) | The user who reviewed this time off request | [optional] |
+| **reviewed_date** | **DateTime** | The timestamp when this request was reviewed. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | The version metadata of the time off request | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}