Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_work_locations20230301
- Defined in:
- lib/openapi_client/api/xhr_vertically_integrated_api.rb
#xhr_work_locations20230301(opts = {}) ⇒ Array<LocationResponse>
Work locations The Location object is used to represent an address that can be associated with an employee
590 591 592 593 |
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 590 def xhr_work_locations20230301(opts = {}) data, _status_code, _headers = xhr_work_locations20230301_with_http_info(opts) data end |