Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_time_off_balances20230301
- Defined in:
- lib/openapi_client/api/xhr_vertically_integrated_api.rb
#xhr_time_off_balances20230301(opts = {}) ⇒ Array<TimeOffBalanceResponse>
Time off balances Retrieve all time off balances.
391 392 393 394 |
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 391 def xhr_time_off_balances20230301(opts = {}) data, _status_code, _headers = xhr_time_off_balances20230301_with_http_info(opts) data end |