Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_companies20230301
- Defined in:
- lib/openapi_client/api/xhr_vertically_integrated_api.rb
#xhr_companies20230301(opts = {}) ⇒ Array<CompanyResponse>
Company Retrieve company information
26 27 28 29 |
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 26 def xhr_companies20230301(opts = {}) data, _status_code, _headers = xhr_companies20230301_with_http_info(opts) data end |