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

Parameters:

  • time_off_request_id

    Time Off Request Id

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

Returns:

  • (nil)


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