xero-ruby 2.6.1 → 2.8.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 +42 -39
- data/lib/xero-ruby.rb +5 -3
- data/lib/xero-ruby/api/accounting_api.rb +446 -446
- data/lib/xero-ruby/api/asset_api.rb +3 -7
- data/lib/xero-ruby/api/files_api.rb +172 -69
- data/lib/xero-ruby/api/payroll_au_api.rb +63 -63
- data/lib/xero-ruby/api/payroll_nz_api.rb +171 -171
- data/lib/xero-ruby/api/payroll_uk_api.rb +177 -183
- data/lib/xero-ruby/api/project_api.rb +45 -45
- data/lib/xero-ruby/api_client.rb +25 -89
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +3 -3
- data/lib/xero-ruby/models/accounting/account.rb +2 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +2 -2
- data/lib/xero-ruby/models/accounting/action.rb +2 -2
- data/lib/xero-ruby/models/accounting/actions.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balance_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment.rb +18 -6
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/{files/file_response204.rb → accounting/cis_org_settings.rb} +17 -15
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_date.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +19 -7
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +2 -2
- data/lib/xero-ruby/models/accounting/employees.rb +2 -2
- data/lib/xero-ruby/models/accounting/error.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +10 -10
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +13 -3
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/setup.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/files/association.rb +2 -2
- data/lib/xero-ruby/models/files/file_object.rb +2 -2
- data/lib/xero-ruby/models/files/files.rb +2 -2
- data/lib/xero-ruby/models/files/folder.rb +2 -2
- data/lib/xero-ruby/models/files/folders.rb +2 -2
- data/lib/xero-ruby/models/files/object_group.rb +1 -1
- data/lib/xero-ruby/models/files/object_type.rb +1 -1
- data/lib/xero-ruby/models/files/{inline_object.rb → upload_object.rb} +20 -5
- data/lib/xero-ruby/models/files/user.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employee.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employees.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/home_address.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslips.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/settings.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/state.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_line.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +4 -3
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +5 -4
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +10 -3
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/projects/amount.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +1 -1
- data/lib/xero-ruby/models/projects/pagination.rb +1 -1
- data/lib/xero-ruby/models/projects/project.rb +1 -1
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +1 -1
- data/lib/xero-ruby/models/projects/project_users.rb +1 -1
- data/lib/xero-ruby/models/projects/projects.rb +1 -1
- data/lib/xero-ruby/models/projects/task.rb +1 -1
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/tasks.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
- 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/configuration_spec.rb +1 -1
- data/spec/files/models/inline_object_spec.rb +3 -3
- data/spec/helper_methods_spec.rb +2 -2
- data/spec/where_spec.rb +82 -0
- metadata +9 -7
- data/spec/files/models/file_response204_spec.rb +0 -41
@@ -1,5 +1,5 @@
|
|
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
|
|
@@ -16,7 +16,7 @@ module XeroRuby
|
|
16
16
|
def initialize(api_client = ApiClient.new)
|
17
17
|
@api_client = api_client
|
18
18
|
end
|
19
|
-
#
|
19
|
+
# Creates a payroll employee
|
20
20
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
21
21
|
# @param employee [Array<Employee>]
|
22
22
|
# @param [Hash] opts the optional parameters
|
@@ -26,7 +26,7 @@ module XeroRuby
|
|
26
26
|
data
|
27
27
|
end
|
28
28
|
|
29
|
-
#
|
29
|
+
# Creates a payroll employee
|
30
30
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
31
31
|
# @param employee [Array<Employee>]
|
32
32
|
# @param [Hash] opts the optional parameters
|
@@ -92,7 +92,7 @@ module XeroRuby
|
|
92
92
|
return data, status_code, headers
|
93
93
|
end
|
94
94
|
|
95
|
-
#
|
95
|
+
# Creates a leave application
|
96
96
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
97
97
|
# @param leave_application [Array<LeaveApplication>]
|
98
98
|
# @param [Hash] opts the optional parameters
|
@@ -102,7 +102,7 @@ module XeroRuby
|
|
102
102
|
data
|
103
103
|
end
|
104
104
|
|
105
|
-
#
|
105
|
+
# Creates a leave application
|
106
106
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
107
107
|
# @param leave_application [Array<LeaveApplication>]
|
108
108
|
# @param [Hash] opts the optional parameters
|
@@ -168,7 +168,7 @@ module XeroRuby
|
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
170
170
|
|
171
|
-
#
|
171
|
+
# Creates a pay item
|
172
172
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
173
173
|
# @param pay_item [PayItem]
|
174
174
|
# @param [Hash] opts the optional parameters
|
@@ -178,7 +178,7 @@ module XeroRuby
|
|
178
178
|
data
|
179
179
|
end
|
180
180
|
|
181
|
-
#
|
181
|
+
# Creates a pay item
|
182
182
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
183
183
|
# @param pay_item [PayItem]
|
184
184
|
# @param [Hash] opts the optional parameters
|
@@ -244,7 +244,7 @@ module XeroRuby
|
|
244
244
|
return data, status_code, headers
|
245
245
|
end
|
246
246
|
|
247
|
-
#
|
247
|
+
# Creates a pay run
|
248
248
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
249
249
|
# @param pay_run [Array<PayRun>]
|
250
250
|
# @param [Hash] opts the optional parameters
|
@@ -254,7 +254,7 @@ module XeroRuby
|
|
254
254
|
data
|
255
255
|
end
|
256
256
|
|
257
|
-
#
|
257
|
+
# Creates a pay run
|
258
258
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
259
259
|
# @param pay_run [Array<PayRun>]
|
260
260
|
# @param [Hash] opts the optional parameters
|
@@ -320,7 +320,7 @@ module XeroRuby
|
|
320
320
|
return data, status_code, headers
|
321
321
|
end
|
322
322
|
|
323
|
-
#
|
323
|
+
# Creates a Payroll Calendar
|
324
324
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
325
325
|
# @param payroll_calendar [Array<PayrollCalendar>]
|
326
326
|
# @param [Hash] opts the optional parameters
|
@@ -330,7 +330,7 @@ module XeroRuby
|
|
330
330
|
data
|
331
331
|
end
|
332
332
|
|
333
|
-
#
|
333
|
+
# Creates a Payroll Calendar
|
334
334
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
335
335
|
# @param payroll_calendar [Array<PayrollCalendar>]
|
336
336
|
# @param [Hash] opts the optional parameters
|
@@ -396,7 +396,7 @@ module XeroRuby
|
|
396
396
|
return data, status_code, headers
|
397
397
|
end
|
398
398
|
|
399
|
-
#
|
399
|
+
# Creates a superfund
|
400
400
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
401
401
|
# @param super_fund [Array<SuperFund>]
|
402
402
|
# @param [Hash] opts the optional parameters
|
@@ -406,7 +406,7 @@ module XeroRuby
|
|
406
406
|
data
|
407
407
|
end
|
408
408
|
|
409
|
-
#
|
409
|
+
# Creates a superfund
|
410
410
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
411
411
|
# @param super_fund [Array<SuperFund>]
|
412
412
|
# @param [Hash] opts the optional parameters
|
@@ -472,7 +472,7 @@ module XeroRuby
|
|
472
472
|
return data, status_code, headers
|
473
473
|
end
|
474
474
|
|
475
|
-
#
|
475
|
+
# Creates a timesheet
|
476
476
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
477
477
|
# @param timesheet [Array<Timesheet>]
|
478
478
|
# @param [Hash] opts the optional parameters
|
@@ -482,7 +482,7 @@ module XeroRuby
|
|
482
482
|
data
|
483
483
|
end
|
484
484
|
|
485
|
-
#
|
485
|
+
# Creates a timesheet
|
486
486
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
487
487
|
# @param timesheet [Array<Timesheet>]
|
488
488
|
# @param [Hash] opts the optional parameters
|
@@ -548,7 +548,7 @@ module XeroRuby
|
|
548
548
|
return data, status_code, headers
|
549
549
|
end
|
550
550
|
|
551
|
-
#
|
551
|
+
# Retrieves an employee's detail by unique employee id
|
552
552
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
553
553
|
# @param employee_id [String] Employee id for single object
|
554
554
|
# @param [Hash] opts the optional parameters
|
@@ -558,7 +558,7 @@ module XeroRuby
|
|
558
558
|
data
|
559
559
|
end
|
560
560
|
|
561
|
-
#
|
561
|
+
# Retrieves an employee's detail by unique employee id
|
562
562
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
563
563
|
# @param employee_id [String] Employee id for single object
|
564
564
|
# @param [Hash] opts the optional parameters
|
@@ -576,7 +576,7 @@ module XeroRuby
|
|
576
576
|
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.get_employee"
|
577
577
|
end
|
578
578
|
# resource path
|
579
|
-
local_var_path = '/Employees/{
|
579
|
+
local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
|
580
580
|
|
581
581
|
# camelize keys of incoming `where` opts
|
582
582
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -622,7 +622,7 @@ module XeroRuby
|
|
622
622
|
return data, status_code, headers
|
623
623
|
end
|
624
624
|
|
625
|
-
#
|
625
|
+
# Searches payroll employees
|
626
626
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
627
627
|
# @param [Hash] opts the optional parameters
|
628
628
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -635,7 +635,7 @@ module XeroRuby
|
|
635
635
|
data
|
636
636
|
end
|
637
637
|
|
638
|
-
#
|
638
|
+
# Searches payroll employees
|
639
639
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
640
640
|
# @param [Hash] opts the optional parameters
|
641
641
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -702,7 +702,7 @@ module XeroRuby
|
|
702
702
|
return data, status_code, headers
|
703
703
|
end
|
704
704
|
|
705
|
-
#
|
705
|
+
# Retrieves a leave application by a unique leave application id
|
706
706
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
707
707
|
# @param leave_application_id [String] Leave Application id for single object
|
708
708
|
# @param [Hash] opts the optional parameters
|
@@ -712,7 +712,7 @@ module XeroRuby
|
|
712
712
|
data
|
713
713
|
end
|
714
714
|
|
715
|
-
#
|
715
|
+
# Retrieves a leave application by a unique leave application id
|
716
716
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
717
717
|
# @param leave_application_id [String] Leave Application id for single object
|
718
718
|
# @param [Hash] opts the optional parameters
|
@@ -730,7 +730,7 @@ module XeroRuby
|
|
730
730
|
fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.get_leave_application"
|
731
731
|
end
|
732
732
|
# resource path
|
733
|
-
local_var_path = '/LeaveApplications/{
|
733
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
|
734
734
|
|
735
735
|
# camelize keys of incoming `where` opts
|
736
736
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -776,7 +776,7 @@ module XeroRuby
|
|
776
776
|
return data, status_code, headers
|
777
777
|
end
|
778
778
|
|
779
|
-
#
|
779
|
+
# Retrieves leave applications
|
780
780
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
781
781
|
# @param [Hash] opts the optional parameters
|
782
782
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -789,7 +789,7 @@ module XeroRuby
|
|
789
789
|
data
|
790
790
|
end
|
791
791
|
|
792
|
-
#
|
792
|
+
# Retrieves leave applications
|
793
793
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
794
794
|
# @param [Hash] opts the optional parameters
|
795
795
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -856,7 +856,7 @@ module XeroRuby
|
|
856
856
|
return data, status_code, headers
|
857
857
|
end
|
858
858
|
|
859
|
-
#
|
859
|
+
# Retrieves pay items
|
860
860
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
861
861
|
# @param [Hash] opts the optional parameters
|
862
862
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -869,7 +869,7 @@ module XeroRuby
|
|
869
869
|
data
|
870
870
|
end
|
871
871
|
|
872
|
-
#
|
872
|
+
# Retrieves pay items
|
873
873
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
874
874
|
# @param [Hash] opts the optional parameters
|
875
875
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -936,7 +936,7 @@ module XeroRuby
|
|
936
936
|
return data, status_code, headers
|
937
937
|
end
|
938
938
|
|
939
|
-
#
|
939
|
+
# Retrieves a pay run by using a unique pay run id
|
940
940
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
941
941
|
# @param pay_run_id [String] PayRun id for single object
|
942
942
|
# @param [Hash] opts the optional parameters
|
@@ -946,7 +946,7 @@ module XeroRuby
|
|
946
946
|
data
|
947
947
|
end
|
948
948
|
|
949
|
-
#
|
949
|
+
# Retrieves a pay run by using a unique pay run id
|
950
950
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
951
951
|
# @param pay_run_id [String] PayRun id for single object
|
952
952
|
# @param [Hash] opts the optional parameters
|
@@ -1010,7 +1010,7 @@ module XeroRuby
|
|
1010
1010
|
return data, status_code, headers
|
1011
1011
|
end
|
1012
1012
|
|
1013
|
-
#
|
1013
|
+
# Retrieves pay runs
|
1014
1014
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1015
1015
|
# @param [Hash] opts the optional parameters
|
1016
1016
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1023,7 +1023,7 @@ module XeroRuby
|
|
1023
1023
|
data
|
1024
1024
|
end
|
1025
1025
|
|
1026
|
-
#
|
1026
|
+
# Retrieves pay runs
|
1027
1027
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1028
1028
|
# @param [Hash] opts the optional parameters
|
1029
1029
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1090,7 +1090,7 @@ module XeroRuby
|
|
1090
1090
|
return data, status_code, headers
|
1091
1091
|
end
|
1092
1092
|
|
1093
|
-
#
|
1093
|
+
# Retrieves payroll calendar by using a unique payroll calendar ID
|
1094
1094
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1095
1095
|
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
1096
1096
|
# @param [Hash] opts the optional parameters
|
@@ -1100,7 +1100,7 @@ module XeroRuby
|
|
1100
1100
|
data
|
1101
1101
|
end
|
1102
1102
|
|
1103
|
-
#
|
1103
|
+
# Retrieves payroll calendar by using a unique payroll calendar ID
|
1104
1104
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1105
1105
|
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
1106
1106
|
# @param [Hash] opts the optional parameters
|
@@ -1164,7 +1164,7 @@ module XeroRuby
|
|
1164
1164
|
return data, status_code, headers
|
1165
1165
|
end
|
1166
1166
|
|
1167
|
-
#
|
1167
|
+
# Retrieves payroll calendars
|
1168
1168
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1169
1169
|
# @param [Hash] opts the optional parameters
|
1170
1170
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1177,7 +1177,7 @@ module XeroRuby
|
|
1177
1177
|
data
|
1178
1178
|
end
|
1179
1179
|
|
1180
|
-
#
|
1180
|
+
# Retrieves payroll calendars
|
1181
1181
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1182
1182
|
# @param [Hash] opts the optional parameters
|
1183
1183
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1244,7 +1244,7 @@ module XeroRuby
|
|
1244
1244
|
return data, status_code, headers
|
1245
1245
|
end
|
1246
1246
|
|
1247
|
-
#
|
1247
|
+
# Retrieves for a payslip by a unique payslip id
|
1248
1248
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1249
1249
|
# @param payslip_id [String] Payslip id for single object
|
1250
1250
|
# @param [Hash] opts the optional parameters
|
@@ -1254,7 +1254,7 @@ module XeroRuby
|
|
1254
1254
|
data
|
1255
1255
|
end
|
1256
1256
|
|
1257
|
-
#
|
1257
|
+
# Retrieves for a payslip by a unique payslip id
|
1258
1258
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1259
1259
|
# @param payslip_id [String] Payslip id for single object
|
1260
1260
|
# @param [Hash] opts the optional parameters
|
@@ -1318,7 +1318,7 @@ module XeroRuby
|
|
1318
1318
|
return data, status_code, headers
|
1319
1319
|
end
|
1320
1320
|
|
1321
|
-
#
|
1321
|
+
# Retrieves payroll settings
|
1322
1322
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1323
1323
|
# @param [Hash] opts the optional parameters
|
1324
1324
|
# @return [SettingsObject]
|
@@ -1327,7 +1327,7 @@ module XeroRuby
|
|
1327
1327
|
data
|
1328
1328
|
end
|
1329
1329
|
|
1330
|
-
#
|
1330
|
+
# Retrieves payroll settings
|
1331
1331
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1332
1332
|
# @param [Hash] opts the optional parameters
|
1333
1333
|
# @return [Array<(SettingsObject, Integer, Hash)>] SettingsObject data, response status code and response headers
|
@@ -1386,7 +1386,7 @@ module XeroRuby
|
|
1386
1386
|
return data, status_code, headers
|
1387
1387
|
end
|
1388
1388
|
|
1389
|
-
#
|
1389
|
+
# Retrieves a superfund by using a unique superfund ID
|
1390
1390
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1391
1391
|
# @param super_fund_id [String] Superfund id for single object
|
1392
1392
|
# @param [Hash] opts the optional parameters
|
@@ -1396,7 +1396,7 @@ module XeroRuby
|
|
1396
1396
|
data
|
1397
1397
|
end
|
1398
1398
|
|
1399
|
-
#
|
1399
|
+
# Retrieves a superfund by using a unique superfund ID
|
1400
1400
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1401
1401
|
# @param super_fund_id [String] Superfund id for single object
|
1402
1402
|
# @param [Hash] opts the optional parameters
|
@@ -1460,7 +1460,7 @@ module XeroRuby
|
|
1460
1460
|
return data, status_code, headers
|
1461
1461
|
end
|
1462
1462
|
|
1463
|
-
#
|
1463
|
+
# Retrieves superfund products
|
1464
1464
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1465
1465
|
# @param [Hash] opts the optional parameters
|
1466
1466
|
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
@@ -1471,7 +1471,7 @@ module XeroRuby
|
|
1471
1471
|
data
|
1472
1472
|
end
|
1473
1473
|
|
1474
|
-
#
|
1474
|
+
# Retrieves superfund products
|
1475
1475
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1476
1476
|
# @param [Hash] opts the optional parameters
|
1477
1477
|
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
@@ -1534,7 +1534,7 @@ module XeroRuby
|
|
1534
1534
|
return data, status_code, headers
|
1535
1535
|
end
|
1536
1536
|
|
1537
|
-
#
|
1537
|
+
# Retrieves superfunds
|
1538
1538
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1539
1539
|
# @param [Hash] opts the optional parameters
|
1540
1540
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1547,7 +1547,7 @@ module XeroRuby
|
|
1547
1547
|
data
|
1548
1548
|
end
|
1549
1549
|
|
1550
|
-
#
|
1550
|
+
# Retrieves superfunds
|
1551
1551
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1552
1552
|
# @param [Hash] opts the optional parameters
|
1553
1553
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1614,7 +1614,7 @@ module XeroRuby
|
|
1614
1614
|
return data, status_code, headers
|
1615
1615
|
end
|
1616
1616
|
|
1617
|
-
#
|
1617
|
+
# Retrieves a timesheet by using a unique timesheet id
|
1618
1618
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1619
1619
|
# @param timesheet_id [String] Timesheet id for single object
|
1620
1620
|
# @param [Hash] opts the optional parameters
|
@@ -1624,7 +1624,7 @@ module XeroRuby
|
|
1624
1624
|
data
|
1625
1625
|
end
|
1626
1626
|
|
1627
|
-
#
|
1627
|
+
# Retrieves a timesheet by using a unique timesheet id
|
1628
1628
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1629
1629
|
# @param timesheet_id [String] Timesheet id for single object
|
1630
1630
|
# @param [Hash] opts the optional parameters
|
@@ -1688,7 +1688,7 @@ module XeroRuby
|
|
1688
1688
|
return data, status_code, headers
|
1689
1689
|
end
|
1690
1690
|
|
1691
|
-
#
|
1691
|
+
# Retrieves timesheets
|
1692
1692
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1693
1693
|
# @param [Hash] opts the optional parameters
|
1694
1694
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1701,7 +1701,7 @@ module XeroRuby
|
|
1701
1701
|
data
|
1702
1702
|
end
|
1703
1703
|
|
1704
|
-
#
|
1704
|
+
# Retrieves timesheets
|
1705
1705
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1706
1706
|
# @param [Hash] opts the optional parameters
|
1707
1707
|
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
@@ -1768,7 +1768,7 @@ module XeroRuby
|
|
1768
1768
|
return data, status_code, headers
|
1769
1769
|
end
|
1770
1770
|
|
1771
|
-
#
|
1771
|
+
# Updates an employee's detail
|
1772
1772
|
# Update properties on a single employee
|
1773
1773
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1774
1774
|
# @param employee_id [String] Employee id for single object
|
@@ -1780,7 +1780,7 @@ module XeroRuby
|
|
1780
1780
|
data
|
1781
1781
|
end
|
1782
1782
|
|
1783
|
-
#
|
1783
|
+
# Updates an employee's detail
|
1784
1784
|
# Update properties on a single employee
|
1785
1785
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1786
1786
|
# @param employee_id [String] Employee id for single object
|
@@ -1800,7 +1800,7 @@ module XeroRuby
|
|
1800
1800
|
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.update_employee"
|
1801
1801
|
end
|
1802
1802
|
# resource path
|
1803
|
-
local_var_path = '/Employees/{
|
1803
|
+
local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
|
1804
1804
|
|
1805
1805
|
# camelize keys of incoming `where` opts
|
1806
1806
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -1848,7 +1848,7 @@ module XeroRuby
|
|
1848
1848
|
return data, status_code, headers
|
1849
1849
|
end
|
1850
1850
|
|
1851
|
-
#
|
1851
|
+
# Updates a specific leave application
|
1852
1852
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1853
1853
|
# @param leave_application_id [String] Leave Application id for single object
|
1854
1854
|
# @param leave_application [Array<LeaveApplication>]
|
@@ -1859,7 +1859,7 @@ module XeroRuby
|
|
1859
1859
|
data
|
1860
1860
|
end
|
1861
1861
|
|
1862
|
-
#
|
1862
|
+
# Updates a specific leave application
|
1863
1863
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1864
1864
|
# @param leave_application_id [String] Leave Application id for single object
|
1865
1865
|
# @param leave_application [Array<LeaveApplication>]
|
@@ -1882,7 +1882,7 @@ module XeroRuby
|
|
1882
1882
|
fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.update_leave_application"
|
1883
1883
|
end
|
1884
1884
|
# resource path
|
1885
|
-
local_var_path = '/LeaveApplications/{
|
1885
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
|
1886
1886
|
|
1887
1887
|
# camelize keys of incoming `where` opts
|
1888
1888
|
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
@@ -1930,7 +1930,7 @@ module XeroRuby
|
|
1930
1930
|
return data, status_code, headers
|
1931
1931
|
end
|
1932
1932
|
|
1933
|
-
#
|
1933
|
+
# Updates a pay run
|
1934
1934
|
# Update properties on a single PayRun
|
1935
1935
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1936
1936
|
# @param pay_run_id [String] PayRun id for single object
|
@@ -1942,7 +1942,7 @@ module XeroRuby
|
|
1942
1942
|
data
|
1943
1943
|
end
|
1944
1944
|
|
1945
|
-
#
|
1945
|
+
# Updates a pay run
|
1946
1946
|
# Update properties on a single PayRun
|
1947
1947
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
1948
1948
|
# @param pay_run_id [String] PayRun id for single object
|
@@ -2010,7 +2010,7 @@ module XeroRuby
|
|
2010
2010
|
return data, status_code, headers
|
2011
2011
|
end
|
2012
2012
|
|
2013
|
-
#
|
2013
|
+
# Updates a payslip
|
2014
2014
|
# Update lines on a single payslips
|
2015
2015
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2016
2016
|
# @param payslip_id [String] Payslip id for single object
|
@@ -2022,7 +2022,7 @@ module XeroRuby
|
|
2022
2022
|
data
|
2023
2023
|
end
|
2024
2024
|
|
2025
|
-
#
|
2025
|
+
# Updates a payslip
|
2026
2026
|
# Update lines on a single payslips
|
2027
2027
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2028
2028
|
# @param payslip_id [String] Payslip id for single object
|
@@ -2090,7 +2090,7 @@ module XeroRuby
|
|
2090
2090
|
return data, status_code, headers
|
2091
2091
|
end
|
2092
2092
|
|
2093
|
-
#
|
2093
|
+
# Updates a superfund
|
2094
2094
|
# Update properties on a single Superfund
|
2095
2095
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2096
2096
|
# @param super_fund_id [String] Superfund id for single object
|
@@ -2102,7 +2102,7 @@ module XeroRuby
|
|
2102
2102
|
data
|
2103
2103
|
end
|
2104
2104
|
|
2105
|
-
#
|
2105
|
+
# Updates a superfund
|
2106
2106
|
# Update properties on a single Superfund
|
2107
2107
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2108
2108
|
# @param super_fund_id [String] Superfund id for single object
|
@@ -2170,7 +2170,7 @@ module XeroRuby
|
|
2170
2170
|
return data, status_code, headers
|
2171
2171
|
end
|
2172
2172
|
|
2173
|
-
#
|
2173
|
+
# Updates a timesheet
|
2174
2174
|
# Update properties on a single timesheet
|
2175
2175
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2176
2176
|
# @param timesheet_id [String] Timesheet id for single object
|
@@ -2182,7 +2182,7 @@ module XeroRuby
|
|
2182
2182
|
data
|
2183
2183
|
end
|
2184
2184
|
|
2185
|
-
#
|
2185
|
+
# Updates a timesheet
|
2186
2186
|
# Update properties on a single timesheet
|
2187
2187
|
# @param xero_tenant_id [String] Xero identifier for Tenant
|
2188
2188
|
# @param timesheet_id [String] Timesheet id for single object
|