Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_payruns20230301

Defined in:
lib/openapi_client/api/xhr_vertically_integrated_api.rb

#xhr_payruns20230301(start_date, end_date, opts = {}) ⇒ Array<PayrunResponse>

Payruns List all the pay runs that occurred during the respective period. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - sageone - shape payroll - simplepay.ie - staffology - xero uk

Parameters:

  • start_date (Date)

    The start date of the search period

  • end_date (Date)

    The end date of the search period

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

    the optional parameters

Returns:



259
260
261
262
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 259

def xhr_payruns20230301(start_date, end_date, opts = {})
  data, _status_code, _headers = xhr_payruns20230301_with_http_info(start_date, end_date, opts)
  data
end