xero-ruby 2.5.1 → 2.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +47 -7
- data/lib/xero-ruby.rb +4 -3
- data/lib/xero-ruby/api/accounting_api.rb +446 -441
- data/lib/xero-ruby/api/asset_api.rb +3 -8
- data/lib/xero-ruby/api/files_api.rb +49 -56
- data/lib/xero-ruby/api/payroll_au_api.rb +63 -64
- data/lib/xero-ruby/api/payroll_nz_api.rb +171 -172
- data/lib/xero-ruby/api/payroll_uk_api.rb +173 -174
- data/lib/xero-ruby/api/project_api.rb +45 -46
- data/lib/xero-ruby/api_client.rb +29 -91
- data/lib/xero-ruby/api_error.rb +1 -2
- data/lib/xero-ruby/configuration.rb +3 -4
- data/lib/xero-ruby/models/accounting/account.rb +15 -8
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -2
- data/lib/xero-ruby/models/accounting/accounts.rb +15 -7
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +15 -7
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +15 -7
- data/lib/xero-ruby/models/accounting/action.rb +15 -7
- data/lib/xero-ruby/models/accounting/actions.rb +15 -7
- data/lib/xero-ruby/models/accounting/address.rb +15 -7
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +15 -7
- data/lib/xero-ruby/models/accounting/allocation.rb +15 -7
- data/lib/xero-ruby/models/accounting/allocations.rb +15 -7
- data/lib/xero-ruby/models/accounting/attachment.rb +15 -7
- data/lib/xero-ruby/models/accounting/attachments.rb +15 -7
- data/lib/xero-ruby/models/accounting/balance_details.rb +15 -7
- data/lib/xero-ruby/models/accounting/balances.rb +15 -7
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +15 -7
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +15 -7
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +15 -7
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +15 -7
- data/lib/xero-ruby/models/accounting/batch_payment.rb +15 -7
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +15 -7
- data/lib/xero-ruby/models/accounting/batch_payments.rb +15 -7
- data/lib/xero-ruby/models/accounting/bill.rb +15 -7
- data/lib/xero-ruby/models/accounting/branding_theme.rb +15 -7
- data/lib/xero-ruby/models/accounting/branding_themes.rb +15 -7
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +15 -7
- data/lib/xero-ruby/models/{files/file_response204.rb → accounting/cis_org_settings.rb} +30 -20
- data/lib/xero-ruby/models/accounting/cis_setting.rb +15 -7
- data/lib/xero-ruby/models/accounting/cis_settings.rb +15 -7
- data/lib/xero-ruby/models/accounting/contact.rb +15 -7
- data/lib/xero-ruby/models/accounting/contact_group.rb +15 -7
- data/lib/xero-ruby/models/accounting/contact_groups.rb +15 -7
- data/lib/xero-ruby/models/accounting/contact_person.rb +15 -7
- data/lib/xero-ruby/models/accounting/contacts.rb +15 -7
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +15 -7
- data/lib/xero-ruby/models/accounting/conversion_date.rb +15 -7
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -2
- data/lib/xero-ruby/models/accounting/credit_note.rb +32 -12
- data/lib/xero-ruby/models/accounting/credit_notes.rb +15 -7
- data/lib/xero-ruby/models/accounting/currencies.rb +15 -7
- data/lib/xero-ruby/models/accounting/currency.rb +15 -7
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -2
- data/lib/xero-ruby/models/accounting/element.rb +15 -7
- data/lib/xero-ruby/models/accounting/employee.rb +15 -7
- data/lib/xero-ruby/models/accounting/employees.rb +15 -7
- data/lib/xero-ruby/models/accounting/error.rb +15 -7
- data/lib/xero-ruby/models/accounting/expense_claim.rb +15 -7
- data/lib/xero-ruby/models/accounting/expense_claims.rb +15 -7
- data/lib/xero-ruby/models/accounting/external_link.rb +15 -7
- data/lib/xero-ruby/models/accounting/history_record.rb +15 -7
- data/lib/xero-ruby/models/accounting/history_records.rb +15 -7
- data/lib/xero-ruby/models/accounting/import_summary.rb +15 -7
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +15 -7
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +15 -7
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +15 -7
- data/lib/xero-ruby/models/accounting/invoice.rb +15 -7
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +15 -7
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +15 -7
- data/lib/xero-ruby/models/accounting/invoices.rb +15 -7
- data/lib/xero-ruby/models/accounting/item.rb +15 -7
- data/lib/xero-ruby/models/accounting/items.rb +15 -7
- data/lib/xero-ruby/models/accounting/journal.rb +15 -7
- data/lib/xero-ruby/models/accounting/journal_line.rb +15 -7
- data/lib/xero-ruby/models/accounting/journals.rb +15 -7
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -2
- data/lib/xero-ruby/models/accounting/line_item.rb +15 -7
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +15 -7
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +15 -7
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +15 -7
- data/lib/xero-ruby/models/accounting/manual_journal.rb +15 -7
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +15 -7
- data/lib/xero-ruby/models/accounting/manual_journals.rb +15 -7
- data/lib/xero-ruby/models/accounting/online_invoice.rb +15 -7
- data/lib/xero-ruby/models/accounting/online_invoices.rb +15 -7
- data/lib/xero-ruby/models/accounting/organisation.rb +15 -9
- data/lib/xero-ruby/models/accounting/organisations.rb +15 -7
- data/lib/xero-ruby/models/accounting/overpayment.rb +15 -7
- data/lib/xero-ruby/models/accounting/overpayments.rb +15 -7
- data/lib/xero-ruby/models/accounting/payment.rb +26 -8
- data/lib/xero-ruby/models/accounting/payment_delete.rb +15 -7
- data/lib/xero-ruby/models/accounting/payment_service.rb +15 -7
- data/lib/xero-ruby/models/accounting/payment_services.rb +15 -7
- data/lib/xero-ruby/models/accounting/payment_term.rb +15 -7
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -2
- data/lib/xero-ruby/models/accounting/payments.rb +15 -7
- data/lib/xero-ruby/models/accounting/phone.rb +15 -7
- data/lib/xero-ruby/models/accounting/prepayment.rb +15 -7
- data/lib/xero-ruby/models/accounting/prepayments.rb +15 -7
- data/lib/xero-ruby/models/accounting/purchase.rb +15 -7
- data/lib/xero-ruby/models/accounting/purchase_order.rb +15 -7
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +15 -7
- data/lib/xero-ruby/models/accounting/quote.rb +15 -7
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -2
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -2
- data/lib/xero-ruby/models/accounting/quotes.rb +15 -7
- data/lib/xero-ruby/models/accounting/receipt.rb +15 -7
- data/lib/xero-ruby/models/accounting/receipts.rb +15 -7
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +15 -7
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +15 -7
- data/lib/xero-ruby/models/accounting/report.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_attribute.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_cell.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_fields.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_row.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_rows.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_with_row.rb +15 -7
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +15 -7
- data/lib/xero-ruby/models/accounting/reports.rb +15 -7
- data/lib/xero-ruby/models/accounting/request_empty.rb +15 -7
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -2
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +15 -7
- data/lib/xero-ruby/models/accounting/schedule.rb +15 -7
- data/lib/xero-ruby/models/accounting/setup.rb +15 -7
- data/lib/xero-ruby/models/accounting/tax_component.rb +15 -7
- data/lib/xero-ruby/models/accounting/tax_rate.rb +15 -7
- data/lib/xero-ruby/models/accounting/tax_rates.rb +15 -7
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -2
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +15 -7
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -2
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +15 -7
- data/lib/xero-ruby/models/accounting/tracking_category.rb +15 -7
- data/lib/xero-ruby/models/accounting/tracking_option.rb +15 -7
- data/lib/xero-ruby/models/accounting/tracking_options.rb +15 -7
- data/lib/xero-ruby/models/accounting/user.rb +15 -7
- data/lib/xero-ruby/models/accounting/users.rb +15 -7
- data/lib/xero-ruby/models/accounting/validation_error.rb +15 -7
- data/lib/xero-ruby/models/assets/asset.rb +15 -7
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -2
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -2
- data/lib/xero-ruby/models/assets/asset_type.rb +15 -7
- data/lib/xero-ruby/models/assets/assets.rb +15 -7
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +15 -7
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +15 -7
- data/lib/xero-ruby/models/assets/error.rb +15 -7
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +16 -8
- data/lib/xero-ruby/models/assets/pagination.rb +15 -7
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +16 -8
- data/lib/xero-ruby/models/assets/setting.rb +15 -7
- data/lib/xero-ruby/models/files/association.rb +15 -7
- data/lib/xero-ruby/models/files/file_object.rb +15 -7
- data/lib/xero-ruby/models/files/files.rb +15 -7
- data/lib/xero-ruby/models/files/folder.rb +15 -7
- data/lib/xero-ruby/models/files/folders.rb +15 -7
- data/lib/xero-ruby/models/files/inline_object.rb +15 -7
- data/lib/xero-ruby/models/files/object_group.rb +1 -2
- data/lib/xero-ruby/models/files/object_type.rb +1 -2
- data/lib/xero-ruby/models/files/user.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/account.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employee.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/employees.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/home_address.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payslip.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/payslips.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/settings.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/state.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/super_line.rb +16 -8
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +16 -8
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -2
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +15 -7
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/account.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/address.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employees.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employment.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/problem.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/settings.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +0 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +15 -7
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +14 -6
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/account.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/address.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +23 -8
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +15 -7
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employees.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employment.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/problem.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/settings.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +0 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +15 -7
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +14 -6
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +14 -6
- data/lib/xero-ruby/models/projects/amount.rb +14 -6
- data/lib/xero-ruby/models/projects/charge_type.rb +0 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +0 -1
- data/lib/xero-ruby/models/projects/error.rb +14 -6
- data/lib/xero-ruby/models/projects/pagination.rb +14 -6
- data/lib/xero-ruby/models/projects/project.rb +14 -6
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +14 -6
- data/lib/xero-ruby/models/projects/project_patch.rb +14 -6
- data/lib/xero-ruby/models/projects/project_status.rb +0 -1
- data/lib/xero-ruby/models/projects/project_user.rb +14 -6
- data/lib/xero-ruby/models/projects/project_users.rb +14 -6
- data/lib/xero-ruby/models/projects/projects.rb +14 -6
- data/lib/xero-ruby/models/projects/task.rb +14 -6
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +14 -6
- data/lib/xero-ruby/models/projects/tasks.rb +14 -6
- data/lib/xero-ruby/models/projects/time_entries.rb +14 -6
- data/lib/xero-ruby/models/projects/time_entry.rb +14 -6
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +14 -6
- data/lib/xero-ruby/string_serialization.rb +52 -0
- data/lib/xero-ruby/version.rb +3 -3
- data/lib/xero-ruby/where.rb +65 -0
- data/spec/api_client_spec.rb +86 -0
- data/spec/configuration_spec.rb +1 -1
- data/spec/helper_methods_spec.rb +82 -0
- data/spec/where_spec.rb +82 -0
- metadata +10 -6
- data/spec/files/models/file_response204_spec.rb +0 -41
@@ -1,9 +1,8 @@
|
|
1
1
|
=begin
|
2
2
|
#Xero Assets API
|
3
3
|
|
4
|
-
#
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.8.0
|
7
6
|
Contact: api@xero.com
|
8
7
|
Generated by: https://openapi-generator.tech
|
9
8
|
OpenAPI Generator version: 4.3.1
|
@@ -169,7 +168,7 @@ module XeroRuby
|
|
169
168
|
return data, status_code, headers
|
170
169
|
end
|
171
170
|
|
172
|
-
#
|
171
|
+
# Retrieves fixed asset by id
|
173
172
|
# By passing in the appropriate asset id, you can search for a specific fixed asset in the system
|
174
173
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
175
174
|
# @param id [String] fixed asset id for single object
|
@@ -180,7 +179,7 @@ module XeroRuby
|
|
180
179
|
data
|
181
180
|
end
|
182
181
|
|
183
|
-
#
|
182
|
+
# Retrieves fixed asset by id
|
184
183
|
# By passing in the appropriate asset id, you can search for a specific fixed asset in the system
|
185
184
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
186
185
|
# @param id [String] fixed asset id for single object
|
@@ -432,10 +431,6 @@ module XeroRuby
|
|
432
431
|
if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
|
433
432
|
fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
|
434
433
|
end
|
435
|
-
allowable_values = ["AssetName", "AssetNumber", "Description", "AssetTypeName"]
|
436
|
-
if @api_client.config.client_side_validation && opts[:'filter_by'] && !allowable_values.include?(opts[:'filter_by'])
|
437
|
-
fail ArgumentError, "invalid value for \"filter_by\", must be one of #{allowable_values}"
|
438
|
-
end
|
439
434
|
# resource path
|
440
435
|
local_var_path = '/Assets'
|
441
436
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
=begin
|
2
2
|
#Xero Files API
|
3
3
|
|
4
|
-
#
|
4
|
+
#These endpoints are specific to Xero Files API
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.8.0
|
7
6
|
Contact: api@xero.com
|
8
7
|
Generated by: https://openapi-generator.tech
|
9
8
|
OpenAPI Generator version: 4.3.1
|
@@ -17,7 +16,7 @@ module XeroRuby
|
|
17
16
|
def initialize(api_client = ApiClient.new)
|
18
17
|
@api_client = api_client
|
19
18
|
end
|
20
|
-
#
|
19
|
+
# Creates a new file association
|
21
20
|
# By passing in the appropriate options, you can create a new folder
|
22
21
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
23
22
|
# @param file_id [String] File id for single object
|
@@ -29,7 +28,7 @@ module XeroRuby
|
|
29
28
|
data
|
30
29
|
end
|
31
30
|
|
32
|
-
#
|
31
|
+
# Creates a new file association
|
33
32
|
# By passing in the appropriate options, you can create a new folder
|
34
33
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
35
34
|
# @param file_id [String] File id for single object
|
@@ -97,7 +96,7 @@ module XeroRuby
|
|
97
96
|
return data, status_code, headers
|
98
97
|
end
|
99
98
|
|
100
|
-
#
|
99
|
+
# Creates a new folder
|
101
100
|
# By passing in the appropriate properties, you can create a new folder
|
102
101
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
103
102
|
# @param [Hash] opts the optional parameters
|
@@ -108,7 +107,7 @@ module XeroRuby
|
|
108
107
|
data
|
109
108
|
end
|
110
109
|
|
111
|
-
#
|
110
|
+
# Creates a new folder
|
112
111
|
# By passing in the appropriate properties, you can create a new folder
|
113
112
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
114
113
|
# @param [Hash] opts the optional parameters
|
@@ -171,23 +170,23 @@ module XeroRuby
|
|
171
170
|
return data, status_code, headers
|
172
171
|
end
|
173
172
|
|
174
|
-
#
|
173
|
+
# Deletes a specific file
|
175
174
|
# Delete a specific file
|
176
175
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
177
176
|
# @param file_id [String] File id for single object
|
178
177
|
# @param [Hash] opts the optional parameters
|
179
|
-
# @return [
|
178
|
+
# @return [nil]
|
180
179
|
def delete_file(xero_tenant_id, file_id, opts = {})
|
181
|
-
|
182
|
-
|
180
|
+
delete_file_with_http_info(xero_tenant_id, file_id, opts)
|
181
|
+
nil
|
183
182
|
end
|
184
183
|
|
185
|
-
#
|
184
|
+
# Deletes a specific file
|
186
185
|
# Delete a specific file
|
187
186
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
188
187
|
# @param file_id [String] File id for single object
|
189
188
|
# @param [Hash] opts the optional parameters
|
190
|
-
# @return [Array<(
|
189
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
191
190
|
def delete_file_with_http_info(xero_tenant_id, file_id, opts = {})
|
192
191
|
if @api_client.config.debugging
|
193
192
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file ...'
|
@@ -215,8 +214,6 @@ module XeroRuby
|
|
215
214
|
|
216
215
|
# header parameters
|
217
216
|
header_params = opts[:header_params] || {}
|
218
|
-
# HTTP header 'Accept' (if needed)
|
219
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
220
217
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
221
218
|
|
222
219
|
# form parameters
|
@@ -226,7 +223,7 @@ module XeroRuby
|
|
226
223
|
post_body = opts[:body]
|
227
224
|
|
228
225
|
# return_type
|
229
|
-
return_type = opts[:return_type]
|
226
|
+
return_type = opts[:return_type]
|
230
227
|
|
231
228
|
# auth_names
|
232
229
|
auth_names = opts[:auth_names] || ['OAuth2']
|
@@ -247,25 +244,25 @@ module XeroRuby
|
|
247
244
|
return data, status_code, headers
|
248
245
|
end
|
249
246
|
|
250
|
-
#
|
247
|
+
# Deletes an existing file association
|
251
248
|
# By passing in the appropriate options, you can create a new folder
|
252
249
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
253
250
|
# @param file_id [String] File id for single object
|
254
251
|
# @param object_id [String] Object id for single object
|
255
252
|
# @param [Hash] opts the optional parameters
|
256
|
-
# @return [
|
253
|
+
# @return [nil]
|
257
254
|
def delete_file_association(xero_tenant_id, file_id, object_id, opts = {})
|
258
|
-
|
259
|
-
|
255
|
+
delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts)
|
256
|
+
nil
|
260
257
|
end
|
261
258
|
|
262
|
-
#
|
259
|
+
# Deletes an existing file association
|
263
260
|
# By passing in the appropriate options, you can create a new folder
|
264
261
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
265
262
|
# @param file_id [String] File id for single object
|
266
263
|
# @param object_id [String] Object id for single object
|
267
264
|
# @param [Hash] opts the optional parameters
|
268
|
-
# @return [Array<(
|
265
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
269
266
|
def delete_file_association_with_http_info(xero_tenant_id, file_id, object_id, opts = {})
|
270
267
|
if @api_client.config.debugging
|
271
268
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_file_association ...'
|
@@ -297,8 +294,6 @@ module XeroRuby
|
|
297
294
|
|
298
295
|
# header parameters
|
299
296
|
header_params = opts[:header_params] || {}
|
300
|
-
# HTTP header 'Accept' (if needed)
|
301
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
302
297
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
303
298
|
|
304
299
|
# form parameters
|
@@ -308,7 +303,7 @@ module XeroRuby
|
|
308
303
|
post_body = opts[:body]
|
309
304
|
|
310
305
|
# return_type
|
311
|
-
return_type = opts[:return_type]
|
306
|
+
return_type = opts[:return_type]
|
312
307
|
|
313
308
|
# auth_names
|
314
309
|
auth_names = opts[:auth_names] || ['OAuth2']
|
@@ -329,23 +324,23 @@ module XeroRuby
|
|
329
324
|
return data, status_code, headers
|
330
325
|
end
|
331
326
|
|
332
|
-
#
|
327
|
+
# Deletes a folder
|
333
328
|
# By passing in the appropriate ID, you can delete a folder
|
334
329
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
335
330
|
# @param folder_id [String] Folder id for single object
|
336
331
|
# @param [Hash] opts the optional parameters
|
337
|
-
# @return [
|
332
|
+
# @return [nil]
|
338
333
|
def delete_folder(xero_tenant_id, folder_id, opts = {})
|
339
|
-
|
340
|
-
|
334
|
+
delete_folder_with_http_info(xero_tenant_id, folder_id, opts)
|
335
|
+
nil
|
341
336
|
end
|
342
337
|
|
343
|
-
#
|
338
|
+
# Deletes a folder
|
344
339
|
# By passing in the appropriate ID, you can delete a folder
|
345
340
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
346
341
|
# @param folder_id [String] Folder id for single object
|
347
342
|
# @param [Hash] opts the optional parameters
|
348
|
-
# @return [Array<(
|
343
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
349
344
|
def delete_folder_with_http_info(xero_tenant_id, folder_id, opts = {})
|
350
345
|
if @api_client.config.debugging
|
351
346
|
@api_client.config.logger.debug 'Calling API: FilesApi.delete_folder ...'
|
@@ -373,8 +368,6 @@ module XeroRuby
|
|
373
368
|
|
374
369
|
# header parameters
|
375
370
|
header_params = opts[:header_params] || {}
|
376
|
-
# HTTP header 'Accept' (if needed)
|
377
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
378
371
|
header_params[:'xero-tenant-id'] = xero_tenant_id
|
379
372
|
|
380
373
|
# form parameters
|
@@ -384,7 +377,7 @@ module XeroRuby
|
|
384
377
|
post_body = opts[:body]
|
385
378
|
|
386
379
|
# return_type
|
387
|
-
return_type = opts[:return_type]
|
380
|
+
return_type = opts[:return_type]
|
388
381
|
|
389
382
|
# auth_names
|
390
383
|
auth_names = opts[:auth_names] || ['OAuth2']
|
@@ -405,7 +398,7 @@ module XeroRuby
|
|
405
398
|
return data, status_code, headers
|
406
399
|
end
|
407
400
|
|
408
|
-
#
|
401
|
+
# Retrieves an association object using a unique object ID
|
409
402
|
# By passing in the appropriate options,
|
410
403
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
411
404
|
# @param object_id [String] Object id for single object
|
@@ -416,7 +409,7 @@ module XeroRuby
|
|
416
409
|
data
|
417
410
|
end
|
418
411
|
|
419
|
-
#
|
412
|
+
# Retrieves an association object using a unique object ID
|
420
413
|
# By passing in the appropriate options,
|
421
414
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
422
415
|
# @param object_id [String] Object id for single object
|
@@ -481,7 +474,7 @@ module XeroRuby
|
|
481
474
|
return data, status_code, headers
|
482
475
|
end
|
483
476
|
|
484
|
-
#
|
477
|
+
# Retrieves a file by a unique file ID
|
485
478
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
486
479
|
# @param file_id [String] File id for single object
|
487
480
|
# @param [Hash] opts the optional parameters
|
@@ -491,7 +484,7 @@ module XeroRuby
|
|
491
484
|
data
|
492
485
|
end
|
493
486
|
|
494
|
-
#
|
487
|
+
# Retrieves a file by a unique file ID
|
495
488
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
496
489
|
# @param file_id [String] File id for single object
|
497
490
|
# @param [Hash] opts the optional parameters
|
@@ -555,7 +548,7 @@ module XeroRuby
|
|
555
548
|
return data, status_code, headers
|
556
549
|
end
|
557
550
|
|
558
|
-
#
|
551
|
+
# Retrieves a specific file associations
|
559
552
|
# By passing in the appropriate options,
|
560
553
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
561
554
|
# @param file_id [String] File id for single object
|
@@ -566,7 +559,7 @@ module XeroRuby
|
|
566
559
|
data
|
567
560
|
end
|
568
561
|
|
569
|
-
#
|
562
|
+
# Retrieves a specific file associations
|
570
563
|
# By passing in the appropriate options,
|
571
564
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
572
565
|
# @param file_id [String] File id for single object
|
@@ -631,7 +624,7 @@ module XeroRuby
|
|
631
624
|
return data, status_code, headers
|
632
625
|
end
|
633
626
|
|
634
|
-
#
|
627
|
+
# Retrieves the content of a specific file
|
635
628
|
# By passing in the appropriate options, retrieve data for specific file
|
636
629
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
637
630
|
# @param file_id [String] File id for single object
|
@@ -642,7 +635,7 @@ module XeroRuby
|
|
642
635
|
data
|
643
636
|
end
|
644
637
|
|
645
|
-
#
|
638
|
+
# Retrieves the content of a specific file
|
646
639
|
# By passing in the appropriate options, retrieve data for specific file
|
647
640
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
648
641
|
# @param file_id [String] File id for single object
|
@@ -707,7 +700,7 @@ module XeroRuby
|
|
707
700
|
return data, status_code, headers
|
708
701
|
end
|
709
702
|
|
710
|
-
#
|
703
|
+
# Retrieves files
|
711
704
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
712
705
|
# @param [Hash] opts the optional parameters
|
713
706
|
# @option opts [Integer] :pagesize pass an optional page size value
|
@@ -719,7 +712,7 @@ module XeroRuby
|
|
719
712
|
data
|
720
713
|
end
|
721
714
|
|
722
|
-
#
|
715
|
+
# Retrieves files
|
723
716
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
724
717
|
# @param [Hash] opts the optional parameters
|
725
718
|
# @option opts [Integer] :pagesize pass an optional page size value
|
@@ -796,7 +789,7 @@ module XeroRuby
|
|
796
789
|
return data, status_code, headers
|
797
790
|
end
|
798
791
|
|
799
|
-
#
|
792
|
+
# Retrieves specific folder by using a unique folder ID
|
800
793
|
# By passing in the appropriate ID, you can search for specific folder
|
801
794
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
802
795
|
# @param folder_id [String] Folder id for single object
|
@@ -807,7 +800,7 @@ module XeroRuby
|
|
807
800
|
data
|
808
801
|
end
|
809
802
|
|
810
|
-
#
|
803
|
+
# Retrieves specific folder by using a unique folder ID
|
811
804
|
# By passing in the appropriate ID, you can search for specific folder
|
812
805
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
813
806
|
# @param folder_id [String] Folder id for single object
|
@@ -872,7 +865,7 @@ module XeroRuby
|
|
872
865
|
return data, status_code, headers
|
873
866
|
end
|
874
867
|
|
875
|
-
#
|
868
|
+
# Retrieves folders
|
876
869
|
# By passing in the appropriate options, you can search for available folders
|
877
870
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
878
871
|
# @param [Hash] opts the optional parameters
|
@@ -883,7 +876,7 @@ module XeroRuby
|
|
883
876
|
data
|
884
877
|
end
|
885
878
|
|
886
|
-
#
|
879
|
+
# Retrieves folders
|
887
880
|
# By passing in the appropriate options, you can search for available folders
|
888
881
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
889
882
|
# @param [Hash] opts the optional parameters
|
@@ -949,7 +942,7 @@ module XeroRuby
|
|
949
942
|
return data, status_code, headers
|
950
943
|
end
|
951
944
|
|
952
|
-
#
|
945
|
+
# Retrieves inbox folder
|
953
946
|
# Search for the user inbox
|
954
947
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
955
948
|
# @param [Hash] opts the optional parameters
|
@@ -959,7 +952,7 @@ module XeroRuby
|
|
959
952
|
data
|
960
953
|
end
|
961
954
|
|
962
|
-
#
|
955
|
+
# Retrieves inbox folder
|
963
956
|
# Search for the user inbox
|
964
957
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
965
958
|
# @param [Hash] opts the optional parameters
|
@@ -1020,7 +1013,7 @@ module XeroRuby
|
|
1020
1013
|
end
|
1021
1014
|
|
1022
1015
|
# Update a file
|
1023
|
-
#
|
1016
|
+
# Updates file properties of a single file
|
1024
1017
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1025
1018
|
# @param file_id [String] File id for single object
|
1026
1019
|
# @param [Hash] opts the optional parameters
|
@@ -1032,7 +1025,7 @@ module XeroRuby
|
|
1032
1025
|
end
|
1033
1026
|
|
1034
1027
|
# Update a file
|
1035
|
-
#
|
1028
|
+
# Updates file properties of a single file
|
1036
1029
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1037
1030
|
# @param file_id [String] File id for single object
|
1038
1031
|
# @param [Hash] opts the optional parameters
|
@@ -1099,7 +1092,7 @@ module XeroRuby
|
|
1099
1092
|
return data, status_code, headers
|
1100
1093
|
end
|
1101
1094
|
|
1102
|
-
#
|
1095
|
+
# Updates an existing folder
|
1103
1096
|
# By passing in the appropriate ID and properties, you can update a folder
|
1104
1097
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1105
1098
|
# @param folder_id [String] Folder id for single object
|
@@ -1111,7 +1104,7 @@ module XeroRuby
|
|
1111
1104
|
data
|
1112
1105
|
end
|
1113
1106
|
|
1114
|
-
#
|
1107
|
+
# Updates an existing folder
|
1115
1108
|
# By passing in the appropriate ID and properties, you can update a folder
|
1116
1109
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1117
1110
|
# @param folder_id [String] Folder id for single object
|
@@ -1183,7 +1176,7 @@ module XeroRuby
|
|
1183
1176
|
return data, status_code, headers
|
1184
1177
|
end
|
1185
1178
|
|
1186
|
-
#
|
1179
|
+
# Uploads a File
|
1187
1180
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1188
1181
|
# @param [Hash] opts the optional parameters
|
1189
1182
|
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
@@ -1197,7 +1190,7 @@ module XeroRuby
|
|
1197
1190
|
data
|
1198
1191
|
end
|
1199
1192
|
|
1200
|
-
#
|
1193
|
+
# Uploads a File
|
1201
1194
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1202
1195
|
# @param [Hash] opts the optional parameters
|
1203
1196
|
# @option opts [String] :folder_id pass an optional folder id to save file to specific folder
|
@@ -1222,7 +1215,7 @@ module XeroRuby
|
|
1222
1215
|
|
1223
1216
|
# query parameters
|
1224
1217
|
query_params = opts[:query_params] || {}
|
1225
|
-
query_params[:'
|
1218
|
+
query_params[:'FolderId'] = opts[:'folder_id'] if !opts[:'folder_id'].nil?
|
1226
1219
|
|
1227
1220
|
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
1228
1221
|
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
@@ -1,9 +1,8 @@
|
|
1
1
|
=begin
|
2
|
-
#Xero Payroll AU
|
2
|
+
#Xero Payroll AU API
|
3
3
|
|
4
4
|
#This is the Xero Payroll API for orgs in Australia region.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.8.0
|
7
6
|
Contact: api@xero.com
|
8
7
|
Generated by: https://openapi-generator.tech
|
9
8
|
OpenAPI Generator version: 4.3.1
|
@@ -17,7 +16,7 @@ module XeroRuby
|
|
17
16
|
def initialize(api_client = ApiClient.new)
|
18
17
|
@api_client = api_client
|
19
18
|
end
|
20
|
-
#
|
19
|
+
# Creates a payroll employee
|
21
20
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
22
21
|
# @param employee [Array<Employee>]
|
23
22
|
# @param [Hash] opts the optional parameters
|
@@ -27,7 +26,7 @@ module XeroRuby
|
|
27
26
|
data
|
28
27
|
end
|
29
28
|
|
30
|
-
#
|
29
|
+
# Creates a payroll employee
|
31
30
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
32
31
|
# @param employee [Array<Employee>]
|
33
32
|
# @param [Hash] opts the optional parameters
|
@@ -93,7 +92,7 @@ module XeroRuby
|
|
93
92
|
return data, status_code, headers
|
94
93
|
end
|
95
94
|
|
96
|
-
#
|
95
|
+
# Creates a leave application
|
97
96
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
98
97
|
# @param leave_application [Array<LeaveApplication>]
|
99
98
|
# @param [Hash] opts the optional parameters
|
@@ -103,7 +102,7 @@ module XeroRuby
|
|
103
102
|
data
|
104
103
|
end
|
105
104
|
|
106
|
-
#
|
105
|
+
# Creates a leave application
|
107
106
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
108
107
|
# @param leave_application [Array<LeaveApplication>]
|
109
108
|
# @param [Hash] opts the optional parameters
|
@@ -169,7 +168,7 @@ module XeroRuby
|
|
169
168
|
return data, status_code, headers
|
170
169
|
end
|
171
170
|
|
172
|
-
#
|
171
|
+
# Creates a pay item
|
173
172
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
174
173
|
# @param pay_item [PayItem]
|
175
174
|
# @param [Hash] opts the optional parameters
|
@@ -179,7 +178,7 @@ module XeroRuby
|
|
179
178
|
data
|
180
179
|
end
|
181
180
|
|
182
|
-
#
|
181
|
+
# Creates a pay item
|
183
182
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
184
183
|
# @param pay_item [PayItem]
|
185
184
|
# @param [Hash] opts the optional parameters
|
@@ -245,7 +244,7 @@ module XeroRuby
|
|
245
244
|
return data, status_code, headers
|
246
245
|
end
|
247
246
|
|
248
|
-
#
|
247
|
+
# Creates a pay run
|
249
248
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
250
249
|
# @param pay_run [Array<PayRun>]
|
251
250
|
# @param [Hash] opts the optional parameters
|
@@ -255,7 +254,7 @@ module XeroRuby
|
|
255
254
|
data
|
256
255
|
end
|
257
256
|
|
258
|
-
#
|
257
|
+
# Creates a pay run
|
259
258
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
260
259
|
# @param pay_run [Array<PayRun>]
|
261
260
|
# @param [Hash] opts the optional parameters
|
@@ -321,7 +320,7 @@ module XeroRuby
|
|
321
320
|
return data, status_code, headers
|
322
321
|
end
|
323
322
|
|
324
|
-
#
|
323
|
+
# Creates a Payroll Calendar
|
325
324
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
326
325
|
# @param payroll_calendar [Array<PayrollCalendar>]
|
327
326
|
# @param [Hash] opts the optional parameters
|
@@ -331,7 +330,7 @@ module XeroRuby
|
|
331
330
|
data
|
332
331
|
end
|
333
332
|
|
334
|
-
#
|
333
|
+
# Creates a Payroll Calendar
|
335
334
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
336
335
|
# @param payroll_calendar [Array<PayrollCalendar>]
|
337
336
|
# @param [Hash] opts the optional parameters
|
@@ -397,7 +396,7 @@ module XeroRuby
|
|
397
396
|
return data, status_code, headers
|
398
397
|
end
|
399
398
|
|
400
|
-
#
|
399
|
+
# Creates a superfund
|
401
400
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
402
401
|
# @param super_fund [Array<SuperFund>]
|
403
402
|
# @param [Hash] opts the optional parameters
|
@@ -407,7 +406,7 @@ module XeroRuby
|
|
407
406
|
data
|
408
407
|
end
|
409
408
|
|
410
|
-
#
|
409
|
+
# Creates a superfund
|
411
410
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
412
411
|
# @param super_fund [Array<SuperFund>]
|
413
412
|
# @param [Hash] opts the optional parameters
|
@@ -473,7 +472,7 @@ module XeroRuby
|
|
473
472
|
return data, status_code, headers
|
474
473
|
end
|
475
474
|
|
476
|
-
#
|
475
|
+
# Creates a timesheet
|
477
476
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
478
477
|
# @param timesheet [Array<Timesheet>]
|
479
478
|
# @param [Hash] opts the optional parameters
|
@@ -483,7 +482,7 @@ module XeroRuby
|
|
483
482
|
data
|
484
483
|
end
|
485
484
|
|
486
|
-
#
|
485
|
+
# Creates a timesheet
|
487
486
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
488
487
|
# @param timesheet [Array<Timesheet>]
|
489
488
|
# @param [Hash] opts the optional parameters
|
@@ -549,7 +548,7 @@ module XeroRuby
|
|
549
548
|
return data, status_code, headers
|
550
549
|
end
|
551
550
|
|
552
|
-
#
|
551
|
+
# Retrieves an employee's detail by unique employee id
|
553
552
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
554
553
|
# @param employee_id [String] Employee id for single object
|
555
554
|
# @param [Hash] opts the optional parameters
|
@@ -559,7 +558,7 @@ module XeroRuby
|
|
559
558
|
data
|
560
559
|
end
|
561
560
|
|
562
|
-
#
|
561
|
+
# Retrieves an employee's detail by unique employee id
|
563
562
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
564
563
|
# @param employee_id [String] Employee id for single object
|
565
564
|
# @param [Hash] opts the optional parameters
|
@@ -577,7 +576,7 @@ module XeroRuby
|
|
577
576
|
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.get_employee"
|
578
577
|
end
|
579
578
|
# resource path
|
580
|
-
local_var_path = '/Employees/{
|
579
|
+
local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
|
581
580
|
|
582
581
|
# camelize keys of incoming `where` opts
|
583
582
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -623,7 +622,7 @@ module XeroRuby
|
|
623
622
|
return data, status_code, headers
|
624
623
|
end
|
625
624
|
|
626
|
-
#
|
625
|
+
# Searches payroll employees
|
627
626
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
628
627
|
# @param [Hash] opts the optional parameters
|
629
628
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -636,7 +635,7 @@ module XeroRuby
|
|
636
635
|
data
|
637
636
|
end
|
638
637
|
|
639
|
-
#
|
638
|
+
# Searches payroll employees
|
640
639
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
641
640
|
# @param [Hash] opts the optional parameters
|
642
641
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -703,7 +702,7 @@ module XeroRuby
|
|
703
702
|
return data, status_code, headers
|
704
703
|
end
|
705
704
|
|
706
|
-
#
|
705
|
+
# Retrieves a leave application by a unique leave application id
|
707
706
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
708
707
|
# @param leave_application_id [String] Leave Application id for single object
|
709
708
|
# @param [Hash] opts the optional parameters
|
@@ -713,7 +712,7 @@ module XeroRuby
|
|
713
712
|
data
|
714
713
|
end
|
715
714
|
|
716
|
-
#
|
715
|
+
# Retrieves a leave application by a unique leave application id
|
717
716
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
718
717
|
# @param leave_application_id [String] Leave Application id for single object
|
719
718
|
# @param [Hash] opts the optional parameters
|
@@ -731,7 +730,7 @@ module XeroRuby
|
|
731
730
|
fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.get_leave_application"
|
732
731
|
end
|
733
732
|
# resource path
|
734
|
-
local_var_path = '/LeaveApplications/{
|
733
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
|
735
734
|
|
736
735
|
# camelize keys of incoming `where` opts
|
737
736
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -777,7 +776,7 @@ module XeroRuby
|
|
777
776
|
return data, status_code, headers
|
778
777
|
end
|
779
778
|
|
780
|
-
#
|
779
|
+
# Retrieves leave applications
|
781
780
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
782
781
|
# @param [Hash] opts the optional parameters
|
783
782
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -790,7 +789,7 @@ module XeroRuby
|
|
790
789
|
data
|
791
790
|
end
|
792
791
|
|
793
|
-
#
|
792
|
+
# Retrieves leave applications
|
794
793
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
795
794
|
# @param [Hash] opts the optional parameters
|
796
795
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -857,7 +856,7 @@ module XeroRuby
|
|
857
856
|
return data, status_code, headers
|
858
857
|
end
|
859
858
|
|
860
|
-
#
|
859
|
+
# Retrieves pay items
|
861
860
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
862
861
|
# @param [Hash] opts the optional parameters
|
863
862
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -870,7 +869,7 @@ module XeroRuby
|
|
870
869
|
data
|
871
870
|
end
|
872
871
|
|
873
|
-
#
|
872
|
+
# Retrieves pay items
|
874
873
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
875
874
|
# @param [Hash] opts the optional parameters
|
876
875
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -937,7 +936,7 @@ module XeroRuby
|
|
937
936
|
return data, status_code, headers
|
938
937
|
end
|
939
938
|
|
940
|
-
#
|
939
|
+
# Retrieves a pay run by using a unique pay run id
|
941
940
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
942
941
|
# @param pay_run_id [String] PayRun id for single object
|
943
942
|
# @param [Hash] opts the optional parameters
|
@@ -947,7 +946,7 @@ module XeroRuby
|
|
947
946
|
data
|
948
947
|
end
|
949
948
|
|
950
|
-
#
|
949
|
+
# Retrieves a pay run by using a unique pay run id
|
951
950
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
952
951
|
# @param pay_run_id [String] PayRun id for single object
|
953
952
|
# @param [Hash] opts the optional parameters
|
@@ -1011,7 +1010,7 @@ module XeroRuby
|
|
1011
1010
|
return data, status_code, headers
|
1012
1011
|
end
|
1013
1012
|
|
1014
|
-
#
|
1013
|
+
# Retrieves pay runs
|
1015
1014
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1016
1015
|
# @param [Hash] opts the optional parameters
|
1017
1016
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1024,7 +1023,7 @@ module XeroRuby
|
|
1024
1023
|
data
|
1025
1024
|
end
|
1026
1025
|
|
1027
|
-
#
|
1026
|
+
# Retrieves pay runs
|
1028
1027
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1029
1028
|
# @param [Hash] opts the optional parameters
|
1030
1029
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1091,7 +1090,7 @@ module XeroRuby
|
|
1091
1090
|
return data, status_code, headers
|
1092
1091
|
end
|
1093
1092
|
|
1094
|
-
#
|
1093
|
+
# Retrieves payroll calendar by using a unique payroll calendar ID
|
1095
1094
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1096
1095
|
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
1097
1096
|
# @param [Hash] opts the optional parameters
|
@@ -1101,7 +1100,7 @@ module XeroRuby
|
|
1101
1100
|
data
|
1102
1101
|
end
|
1103
1102
|
|
1104
|
-
#
|
1103
|
+
# Retrieves payroll calendar by using a unique payroll calendar ID
|
1105
1104
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1106
1105
|
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
1107
1106
|
# @param [Hash] opts the optional parameters
|
@@ -1165,7 +1164,7 @@ module XeroRuby
|
|
1165
1164
|
return data, status_code, headers
|
1166
1165
|
end
|
1167
1166
|
|
1168
|
-
#
|
1167
|
+
# Retrieves payroll calendars
|
1169
1168
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1170
1169
|
# @param [Hash] opts the optional parameters
|
1171
1170
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1178,7 +1177,7 @@ module XeroRuby
|
|
1178
1177
|
data
|
1179
1178
|
end
|
1180
1179
|
|
1181
|
-
#
|
1180
|
+
# Retrieves payroll calendars
|
1182
1181
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1183
1182
|
# @param [Hash] opts the optional parameters
|
1184
1183
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1245,7 +1244,7 @@ module XeroRuby
|
|
1245
1244
|
return data, status_code, headers
|
1246
1245
|
end
|
1247
1246
|
|
1248
|
-
#
|
1247
|
+
# Retrieves for a payslip by a unique payslip id
|
1249
1248
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1250
1249
|
# @param payslip_id [String] Payslip id for single object
|
1251
1250
|
# @param [Hash] opts the optional parameters
|
@@ -1255,7 +1254,7 @@ module XeroRuby
|
|
1255
1254
|
data
|
1256
1255
|
end
|
1257
1256
|
|
1258
|
-
#
|
1257
|
+
# Retrieves for a payslip by a unique payslip id
|
1259
1258
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1260
1259
|
# @param payslip_id [String] Payslip id for single object
|
1261
1260
|
# @param [Hash] opts the optional parameters
|
@@ -1319,7 +1318,7 @@ module XeroRuby
|
|
1319
1318
|
return data, status_code, headers
|
1320
1319
|
end
|
1321
1320
|
|
1322
|
-
#
|
1321
|
+
# Retrieves payroll settings
|
1323
1322
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1324
1323
|
# @param [Hash] opts the optional parameters
|
1325
1324
|
# @return [SettingsObject]
|
@@ -1328,7 +1327,7 @@ module XeroRuby
|
|
1328
1327
|
data
|
1329
1328
|
end
|
1330
1329
|
|
1331
|
-
#
|
1330
|
+
# Retrieves payroll settings
|
1332
1331
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1333
1332
|
# @param [Hash] opts the optional parameters
|
1334
1333
|
# @return [Array<(SettingsObject, Integer, Hash)>] SettingsObject data, response status code and response headers
|
@@ -1387,7 +1386,7 @@ module XeroRuby
|
|
1387
1386
|
return data, status_code, headers
|
1388
1387
|
end
|
1389
1388
|
|
1390
|
-
#
|
1389
|
+
# Retrieves a superfund by using a unique superfund ID
|
1391
1390
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1392
1391
|
# @param super_fund_id [String] Superfund id for single object
|
1393
1392
|
# @param [Hash] opts the optional parameters
|
@@ -1397,7 +1396,7 @@ module XeroRuby
|
|
1397
1396
|
data
|
1398
1397
|
end
|
1399
1398
|
|
1400
|
-
#
|
1399
|
+
# Retrieves a superfund by using a unique superfund ID
|
1401
1400
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1402
1401
|
# @param super_fund_id [String] Superfund id for single object
|
1403
1402
|
# @param [Hash] opts the optional parameters
|
@@ -1461,7 +1460,7 @@ module XeroRuby
|
|
1461
1460
|
return data, status_code, headers
|
1462
1461
|
end
|
1463
1462
|
|
1464
|
-
#
|
1463
|
+
# Retrieves superfund products
|
1465
1464
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1466
1465
|
# @param [Hash] opts the optional parameters
|
1467
1466
|
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
@@ -1472,7 +1471,7 @@ module XeroRuby
|
|
1472
1471
|
data
|
1473
1472
|
end
|
1474
1473
|
|
1475
|
-
#
|
1474
|
+
# Retrieves superfund products
|
1476
1475
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1477
1476
|
# @param [Hash] opts the optional parameters
|
1478
1477
|
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
@@ -1535,7 +1534,7 @@ module XeroRuby
|
|
1535
1534
|
return data, status_code, headers
|
1536
1535
|
end
|
1537
1536
|
|
1538
|
-
#
|
1537
|
+
# Retrieves superfunds
|
1539
1538
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1540
1539
|
# @param [Hash] opts the optional parameters
|
1541
1540
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1548,7 +1547,7 @@ module XeroRuby
|
|
1548
1547
|
data
|
1549
1548
|
end
|
1550
1549
|
|
1551
|
-
#
|
1550
|
+
# Retrieves superfunds
|
1552
1551
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1553
1552
|
# @param [Hash] opts the optional parameters
|
1554
1553
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1615,7 +1614,7 @@ module XeroRuby
|
|
1615
1614
|
return data, status_code, headers
|
1616
1615
|
end
|
1617
1616
|
|
1618
|
-
#
|
1617
|
+
# Retrieves a timesheet by using a unique timesheet id
|
1619
1618
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1620
1619
|
# @param timesheet_id [String] Timesheet id for single object
|
1621
1620
|
# @param [Hash] opts the optional parameters
|
@@ -1625,7 +1624,7 @@ module XeroRuby
|
|
1625
1624
|
data
|
1626
1625
|
end
|
1627
1626
|
|
1628
|
-
#
|
1627
|
+
# Retrieves a timesheet by using a unique timesheet id
|
1629
1628
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1630
1629
|
# @param timesheet_id [String] Timesheet id for single object
|
1631
1630
|
# @param [Hash] opts the optional parameters
|
@@ -1689,7 +1688,7 @@ module XeroRuby
|
|
1689
1688
|
return data, status_code, headers
|
1690
1689
|
end
|
1691
1690
|
|
1692
|
-
#
|
1691
|
+
# Retrieves timesheets
|
1693
1692
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1694
1693
|
# @param [Hash] opts the optional parameters
|
1695
1694
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1702,7 +1701,7 @@ module XeroRuby
|
|
1702
1701
|
data
|
1703
1702
|
end
|
1704
1703
|
|
1705
|
-
#
|
1704
|
+
# Retrieves timesheets
|
1706
1705
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1707
1706
|
# @param [Hash] opts the optional parameters
|
1708
1707
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1769,7 +1768,7 @@ module XeroRuby
|
|
1769
1768
|
return data, status_code, headers
|
1770
1769
|
end
|
1771
1770
|
|
1772
|
-
#
|
1771
|
+
# Updates an employee's detail
|
1773
1772
|
# Update properties on a single employee
|
1774
1773
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1775
1774
|
# @param employee_id [String] Employee id for single object
|
@@ -1781,7 +1780,7 @@ module XeroRuby
|
|
1781
1780
|
data
|
1782
1781
|
end
|
1783
1782
|
|
1784
|
-
#
|
1783
|
+
# Updates an employee's detail
|
1785
1784
|
# Update properties on a single employee
|
1786
1785
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1787
1786
|
# @param employee_id [String] Employee id for single object
|
@@ -1801,7 +1800,7 @@ module XeroRuby
|
|
1801
1800
|
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.update_employee"
|
1802
1801
|
end
|
1803
1802
|
# resource path
|
1804
|
-
local_var_path = '/Employees/{
|
1803
|
+
local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
|
1805
1804
|
|
1806
1805
|
# camelize keys of incoming `where` opts
|
1807
1806
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -1849,7 +1848,7 @@ module XeroRuby
|
|
1849
1848
|
return data, status_code, headers
|
1850
1849
|
end
|
1851
1850
|
|
1852
|
-
#
|
1851
|
+
# Updates a specific leave application
|
1853
1852
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1854
1853
|
# @param leave_application_id [String] Leave Application id for single object
|
1855
1854
|
# @param leave_application [Array<LeaveApplication>]
|
@@ -1860,7 +1859,7 @@ module XeroRuby
|
|
1860
1859
|
data
|
1861
1860
|
end
|
1862
1861
|
|
1863
|
-
#
|
1862
|
+
# Updates a specific leave application
|
1864
1863
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1865
1864
|
# @param leave_application_id [String] Leave Application id for single object
|
1866
1865
|
# @param leave_application [Array<LeaveApplication>]
|
@@ -1883,7 +1882,7 @@ module XeroRuby
|
|
1883
1882
|
fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.update_leave_application"
|
1884
1883
|
end
|
1885
1884
|
# resource path
|
1886
|
-
local_var_path = '/LeaveApplications/{
|
1885
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
|
1887
1886
|
|
1888
1887
|
# camelize keys of incoming `where` opts
|
1889
1888
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -1931,7 +1930,7 @@ module XeroRuby
|
|
1931
1930
|
return data, status_code, headers
|
1932
1931
|
end
|
1933
1932
|
|
1934
|
-
#
|
1933
|
+
# Updates a pay run
|
1935
1934
|
# Update properties on a single PayRun
|
1936
1935
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1937
1936
|
# @param pay_run_id [String] PayRun id for single object
|
@@ -1943,7 +1942,7 @@ module XeroRuby
|
|
1943
1942
|
data
|
1944
1943
|
end
|
1945
1944
|
|
1946
|
-
#
|
1945
|
+
# Updates a pay run
|
1947
1946
|
# Update properties on a single PayRun
|
1948
1947
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1949
1948
|
# @param pay_run_id [String] PayRun id for single object
|
@@ -2011,7 +2010,7 @@ module XeroRuby
|
|
2011
2010
|
return data, status_code, headers
|
2012
2011
|
end
|
2013
2012
|
|
2014
|
-
#
|
2013
|
+
# Updates a payslip
|
2015
2014
|
# Update lines on a single payslips
|
2016
2015
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2017
2016
|
# @param payslip_id [String] Payslip id for single object
|
@@ -2023,7 +2022,7 @@ module XeroRuby
|
|
2023
2022
|
data
|
2024
2023
|
end
|
2025
2024
|
|
2026
|
-
#
|
2025
|
+
# Updates a payslip
|
2027
2026
|
# Update lines on a single payslips
|
2028
2027
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2029
2028
|
# @param payslip_id [String] Payslip id for single object
|
@@ -2091,7 +2090,7 @@ module XeroRuby
|
|
2091
2090
|
return data, status_code, headers
|
2092
2091
|
end
|
2093
2092
|
|
2094
|
-
#
|
2093
|
+
# Updates a superfund
|
2095
2094
|
# Update properties on a single Superfund
|
2096
2095
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2097
2096
|
# @param super_fund_id [String] Superfund id for single object
|
@@ -2103,7 +2102,7 @@ module XeroRuby
|
|
2103
2102
|
data
|
2104
2103
|
end
|
2105
2104
|
|
2106
|
-
#
|
2105
|
+
# Updates a superfund
|
2107
2106
|
# Update properties on a single Superfund
|
2108
2107
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2109
2108
|
# @param super_fund_id [String] Superfund id for single object
|
@@ -2171,7 +2170,7 @@ module XeroRuby
|
|
2171
2170
|
return data, status_code, headers
|
2172
2171
|
end
|
2173
2172
|
|
2174
|
-
#
|
2173
|
+
# Updates a timesheet
|
2175
2174
|
# Update properties on a single timesheet
|
2176
2175
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2177
2176
|
# @param timesheet_id [String] Timesheet id for single object
|
@@ -2183,7 +2182,7 @@ module XeroRuby
|
|
2183
2182
|
data
|
2184
2183
|
end
|
2185
2184
|
|
2186
|
-
#
|
2185
|
+
# Updates a timesheet
|
2187
2186
|
# Update properties on a single timesheet
|
2188
2187
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2189
2188
|
# @param timesheet_id [String] Timesheet id for single object
|