doc_out/TimeOffRequest.html.md in purecloud-0.62.1 vs doc_out/TimeOffRequest.html.md in purecloud-0.63.1
- old
+ new
@@ -8,11 +8,11 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
| **user** | [**User**](User.html) | The user associated with this TimeOffRequest | |
-| **is_full_day_request** | **BOOLEAN** | Whether this is a full day request (false means partial day) | [default to false]|
-| **marked_as_read** | **BOOLEAN** | Whether this request has been marked as read by the agent | [default to false]|
+| **is_full_day_request** | **BOOLEAN** | Whether this is a full day request (false means partial day) | |
+| **marked_as_read** | **BOOLEAN** | Whether this request has been marked as read by the agent | |
| **activity_code_id** | **String** | The ID of the activity code associated with this TimeOffRequest | |
| **status** | **String** | The administrative status of this TimeOffRequest | |
| **partial_day_start_date_times** | **Array<DateTime>** | The start date-times for partial day requests. Required if isFullDayRequest == false | [optional] |
| **daily_duration_minutes** | **Integer** | The daily duration of this TimeOffRequest in minutes | |
| **notes** | **String** | The notes as input by the one who entered the TimeOffRequest | [optional] |