Method: PureCloud::WorkforceManagementApi#patch_timeoffrequests_timeoffrequest_id
- Defined in:
- lib/purecloud/api/workforce_management_api.rb
#patch_timeoffrequests_timeoffrequest_id(time_off_request_id, opts = {}) ⇒ nil
Mark a time off request for the current user as read or unread
413 414 415 416 |
# File 'lib/purecloud/api/workforce_management_api.rb', line 413 def patch_timeoffrequests_timeoffrequest_id(time_off_request_id, opts = {}) patch_timeoffrequests_timeoffrequest_id_with_http_info(time_off_request_id, opts) return nil end |