xero-ruby 2.2.2 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +93 -49
- data/docs/accounting/AccountingApi.md +1752 -1590
- data/docs/accounting/Action.md +19 -0
- data/docs/accounting/Actions.md +17 -0
- data/docs/accounting/BalanceDetails.md +21 -0
- data/docs/accounting/ConversionBalances.md +21 -0
- data/docs/accounting/ConversionDate.md +19 -0
- data/docs/accounting/CreditNote.md +2 -0
- data/docs/accounting/ExpenseClaim.md +1 -1
- data/docs/accounting/ImportSummary.md +19 -0
- data/docs/accounting/ImportSummaryAccounts.md +33 -0
- data/docs/accounting/ImportSummaryObject.md +17 -0
- data/docs/accounting/ImportSummaryOrganisation.md +17 -0
- data/docs/accounting/Invoice.md +2 -0
- data/docs/accounting/Setup.md +21 -0
- data/docs/accounting/TrackingOption.md +3 -3
- data/docs/assets/Asset.md +2 -0
- data/docs/assets/AssetApi.md +30 -42
- data/docs/files/Association.md +23 -0
- data/docs/files/FileObject.md +31 -0
- data/docs/files/FileResponse204.md +17 -0
- data/docs/files/Files.md +23 -0
- data/docs/files/FilesApi.md +1116 -0
- data/docs/files/Folder.md +25 -0
- data/docs/files/Folders.md +17 -0
- data/docs/files/InlineObject.md +23 -0
- data/docs/files/ObjectGroup.md +16 -0
- data/docs/files/ObjectType.md +16 -0
- data/docs/files/User.md +25 -0
- data/docs/payroll_au/APIException.md +21 -0
- data/docs/payroll_au/Account.md +23 -0
- data/docs/payroll_au/AccountType.md +16 -0
- data/docs/payroll_au/AllowanceType.md +16 -0
- data/docs/payroll_au/BankAccount.md +27 -0
- data/docs/payroll_au/CalendarType.md +16 -0
- data/docs/payroll_au/DeductionLine.md +25 -0
- data/docs/payroll_au/DeductionType.md +33 -0
- data/docs/payroll_au/DeductionTypeCalculationType.md +16 -0
- data/docs/payroll_au/EarningsLine.md +33 -0
- data/docs/payroll_au/EarningsRate.md +49 -0
- data/docs/payroll_au/EarningsRateCalculationType.md +16 -0
- data/docs/payroll_au/EarningsType.md +16 -0
- data/docs/payroll_au/Employee.md +77 -0
- data/docs/payroll_au/EmployeeStatus.md +16 -0
- data/docs/payroll_au/Employees.md +17 -0
- data/docs/payroll_au/EmploymentBasis.md +16 -0
- data/docs/payroll_au/EmploymentTerminationPaymentType.md +16 -0
- data/docs/payroll_au/EntitlementFinalPayPayoutType.md +16 -0
- data/docs/payroll_au/HomeAddress.md +27 -0
- data/docs/payroll_au/LeaveAccrualLine.md +21 -0
- data/docs/payroll_au/LeaveApplication.md +35 -0
- data/docs/payroll_au/LeaveApplications.md +17 -0
- data/docs/payroll_au/LeaveBalance.md +23 -0
- data/docs/payroll_au/LeaveEarningsLine.md +21 -0
- data/docs/payroll_au/LeaveLine.md +31 -0
- data/docs/payroll_au/LeaveLineCalculationType.md +16 -0
- data/docs/payroll_au/LeaveLines.md +17 -0
- data/docs/payroll_au/LeavePeriod.md +23 -0
- data/docs/payroll_au/LeavePeriodStatus.md +16 -0
- data/docs/payroll_au/LeaveType.md +33 -0
- data/docs/payroll_au/LeaveTypeContributionType.md +16 -0
- data/docs/payroll_au/ManualTaxType.md +16 -0
- data/docs/payroll_au/OpeningBalances.md +29 -0
- data/docs/payroll_au/PayItem.md +23 -0
- data/docs/payroll_au/PayItems.md +17 -0
- data/docs/payroll_au/PayRun.md +47 -0
- data/docs/payroll_au/PayRunStatus.md +16 -0
- data/docs/payroll_au/PayRuns.md +17 -0
- data/docs/payroll_au/PayTemplate.md +25 -0
- data/docs/payroll_au/PaymentFrequencyType.md +16 -0
- data/docs/payroll_au/PayrollAuApi.md +2018 -0
- data/docs/payroll_au/PayrollCalendar.md +29 -0
- data/docs/payroll_au/PayrollCalendars.md +17 -0
- data/docs/payroll_au/Payslip.md +53 -0
- data/docs/payroll_au/PayslipLines.md +31 -0
- data/docs/payroll_au/PayslipObject.md +17 -0
- data/docs/payroll_au/PayslipSummary.md +39 -0
- data/docs/payroll_au/Payslips.md +17 -0
- data/docs/payroll_au/RateType.md +16 -0
- data/docs/payroll_au/ReimbursementLine.md +23 -0
- data/docs/payroll_au/ReimbursementLines.md +17 -0
- data/docs/payroll_au/ReimbursementType.md +25 -0
- data/docs/payroll_au/ResidencyStatus.md +16 -0
- data/docs/payroll_au/Settings.md +21 -0
- data/docs/payroll_au/SettingsObject.md +17 -0
- data/docs/payroll_au/SettingsTrackingCategories.md +19 -0
- data/docs/payroll_au/SettingsTrackingCategoriesEmployeeGroups.md +19 -0
- data/docs/payroll_au/SettingsTrackingCategoriesTimesheetCategories.md +19 -0
- data/docs/payroll_au/State.md +16 -0
- data/docs/payroll_au/SuperFund.md +41 -0
- data/docs/payroll_au/SuperFundProduct.md +23 -0
- data/docs/payroll_au/SuperFundProducts.md +17 -0
- data/docs/payroll_au/SuperFundType.md +16 -0
- data/docs/payroll_au/SuperFunds.md +17 -0
- data/docs/payroll_au/SuperLine.md +31 -0
- data/docs/payroll_au/SuperMembership.md +21 -0
- data/docs/payroll_au/SuperannuationCalculationType.md +16 -0
- data/docs/payroll_au/SuperannuationContributionType.md +16 -0
- data/docs/payroll_au/SuperannuationLine.md +33 -0
- data/docs/payroll_au/TFNExemptionType.md +16 -0
- data/docs/payroll_au/TaxDeclaration.md +47 -0
- data/docs/payroll_au/TaxLine.md +27 -0
- data/docs/payroll_au/Timesheet.md +33 -0
- data/docs/payroll_au/TimesheetLine.md +23 -0
- data/docs/payroll_au/TimesheetObject.md +17 -0
- data/docs/payroll_au/TimesheetStatus.md +16 -0
- data/docs/payroll_au/Timesheets.md +17 -0
- data/docs/payroll_au/ValidationError.md +17 -0
- data/docs/payroll_nz/Account.md +23 -0
- data/docs/payroll_nz/Accounts.md +17 -0
- data/docs/payroll_nz/Address.md +27 -0
- data/docs/payroll_nz/BankAccount.md +31 -0
- data/docs/payroll_nz/Benefit.md +35 -0
- data/docs/payroll_nz/CalendarType.md +16 -0
- data/docs/payroll_nz/Deduction.md +27 -0
- data/docs/payroll_nz/DeductionLine.md +25 -0
- data/docs/payroll_nz/DeductionObject.md +21 -0
- data/docs/payroll_nz/Deductions.md +21 -0
- data/docs/payroll_nz/EarningsLine.md +35 -0
- data/docs/payroll_nz/EarningsOrder.md +25 -0
- data/docs/payroll_nz/EarningsOrderObject.md +21 -0
- data/docs/payroll_nz/EarningsOrders.md +21 -0
- data/docs/payroll_nz/EarningsRate.md +35 -0
- data/docs/payroll_nz/EarningsRateObject.md +21 -0
- data/docs/payroll_nz/EarningsRates.md +21 -0
- data/docs/payroll_nz/EarningsTemplate.md +27 -0
- data/docs/payroll_nz/EarningsTemplateObject.md +21 -0
- data/docs/payroll_nz/Employee.md +43 -0
- data/docs/payroll_nz/EmployeeEarningsTemplates.md +21 -0
- data/docs/payroll_nz/EmployeeLeave.md +29 -0
- data/docs/payroll_nz/EmployeeLeaveBalance.md +23 -0
- data/docs/payroll_nz/EmployeeLeaveBalances.md +21 -0
- data/docs/payroll_nz/EmployeeLeaveObject.md +21 -0
- data/docs/payroll_nz/EmployeeLeaveSetup.md +29 -0
- data/docs/payroll_nz/EmployeeLeaveSetupObject.md +21 -0
- data/docs/payroll_nz/EmployeeLeaveType.md +35 -0
- data/docs/payroll_nz/EmployeeLeaveTypeObject.md +21 -0
- data/docs/payroll_nz/EmployeeLeaveTypes.md +21 -0
- data/docs/payroll_nz/EmployeeLeaves.md +21 -0
- data/docs/payroll_nz/EmployeeObject.md +21 -0
- data/docs/payroll_nz/EmployeeOpeningBalance.md +23 -0
- data/docs/payroll_nz/EmployeeOpeningBalancesObject.md +21 -0
- data/docs/payroll_nz/EmployeePayTemplate.md +19 -0
- data/docs/payroll_nz/EmployeePayTemplateObject.md +21 -0
- data/docs/payroll_nz/EmployeePayTemplates.md +21 -0
- data/docs/payroll_nz/EmployeeStatutoryLeaveBalance.md +21 -0
- data/docs/payroll_nz/EmployeeStatutoryLeaveBalanceObject.md +21 -0
- data/docs/payroll_nz/EmployeeStatutoryLeaveSummary.md +29 -0
- data/docs/payroll_nz/EmployeeStatutoryLeavesSummaries.md +21 -0
- data/docs/payroll_nz/EmployeeStatutorySickLeave.md +47 -0
- data/docs/payroll_nz/EmployeeStatutorySickLeaveObject.md +21 -0
- data/docs/payroll_nz/EmployeeStatutorySickLeaves.md +21 -0
- data/docs/payroll_nz/EmployeeTax.md +47 -0
- data/docs/payroll_nz/EmployeeTaxObject.md +21 -0
- data/docs/payroll_nz/Employees.md +21 -0
- data/docs/payroll_nz/Employment.md +21 -0
- data/docs/payroll_nz/EmploymentObject.md +21 -0
- data/docs/payroll_nz/GrossEarningsHistory.md +19 -0
- data/docs/payroll_nz/InvalidField.md +19 -0
- data/docs/payroll_nz/LeaveAccrualLine.md +19 -0
- data/docs/payroll_nz/LeaveEarningsLine.md +35 -0
- data/docs/payroll_nz/LeavePeriod.md +23 -0
- data/docs/payroll_nz/LeavePeriods.md +21 -0
- data/docs/payroll_nz/LeaveType.md +27 -0
- data/docs/payroll_nz/LeaveTypeObject.md +21 -0
- data/docs/payroll_nz/LeaveTypes.md +21 -0
- data/docs/payroll_nz/Pagination.md +23 -0
- data/docs/payroll_nz/PayRun.md +39 -0
- data/docs/payroll_nz/PayRunCalendar.md +29 -0
- data/docs/payroll_nz/PayRunCalendarObject.md +21 -0
- data/docs/payroll_nz/PayRunCalendars.md +21 -0
- data/docs/payroll_nz/PayRunObject.md +21 -0
- data/docs/payroll_nz/PayRuns.md +21 -0
- data/docs/payroll_nz/PaySlip.md +75 -0
- data/docs/payroll_nz/PaySlipObject.md +21 -0
- data/docs/payroll_nz/PaySlips.md +21 -0
- data/docs/payroll_nz/PaymentLine.md +25 -0
- data/docs/payroll_nz/PaymentMethod.md +19 -0
- data/docs/payroll_nz/PaymentMethodObject.md +21 -0
- data/docs/payroll_nz/PayrollNzApi.md +4544 -0
- data/docs/payroll_nz/Problem.md +27 -0
- data/docs/payroll_nz/Reimbursement.md +33 -0
- data/docs/payroll_nz/ReimbursementLine.md +25 -0
- data/docs/payroll_nz/ReimbursementObject.md +21 -0
- data/docs/payroll_nz/Reimbursements.md +21 -0
- data/docs/payroll_nz/SalaryAndWage.md +35 -0
- data/docs/payroll_nz/SalaryAndWageObject.md +21 -0
- data/docs/payroll_nz/SalaryAndWages.md +21 -0
- data/docs/payroll_nz/Settings.md +21 -0
- data/docs/payroll_nz/StatutoryDeduction.md +25 -0
- data/docs/payroll_nz/StatutoryDeductionCategory.md +16 -0
- data/docs/payroll_nz/StatutoryDeductionLine.md +23 -0
- data/docs/payroll_nz/StatutoryDeductionObject.md +21 -0
- data/docs/payroll_nz/StatutoryDeductions.md +21 -0
- data/docs/payroll_nz/SuperannuationLine.md +27 -0
- data/docs/payroll_nz/SuperannuationObject.md +21 -0
- data/docs/payroll_nz/Superannuations.md +21 -0
- data/docs/payroll_nz/TaxCode.md +16 -0
- data/docs/payroll_nz/TaxLine.md +25 -0
- data/docs/payroll_nz/TaxSettings.md +27 -0
- data/docs/payroll_nz/Timesheet.md +33 -0
- data/docs/payroll_nz/TimesheetEarningsLine.md +35 -0
- data/docs/payroll_nz/TimesheetLine.md +25 -0
- data/docs/payroll_nz/TimesheetLineObject.md +21 -0
- data/docs/payroll_nz/TimesheetObject.md +21 -0
- data/docs/payroll_nz/Timesheets.md +21 -0
- data/docs/payroll_nz/TrackingCategories.md +21 -0
- data/docs/payroll_nz/TrackingCategory.md +19 -0
- data/docs/payroll_uk/Account.md +23 -0
- data/docs/payroll_uk/Accounts.md +17 -0
- data/docs/payroll_uk/Address.md +25 -0
- data/docs/payroll_uk/BankAccount.md +21 -0
- data/docs/payroll_uk/Benefit.md +43 -0
- data/docs/payroll_uk/BenefitLine.md +25 -0
- data/docs/payroll_uk/BenefitObject.md +21 -0
- data/docs/payroll_uk/Benefits.md +21 -0
- data/docs/payroll_uk/CourtOrderLine.md +19 -0
- data/docs/payroll_uk/Deduction.md +47 -0
- data/docs/payroll_uk/DeductionLine.md +23 -0
- data/docs/payroll_uk/DeductionObject.md +21 -0
- data/docs/payroll_uk/Deductions.md +21 -0
- data/docs/payroll_uk/EarningsLine.md +33 -0
- data/docs/payroll_uk/EarningsOrder.md +25 -0
- data/docs/payroll_uk/EarningsOrderObject.md +21 -0
- data/docs/payroll_uk/EarningsOrders.md +21 -0
- data/docs/payroll_uk/EarningsRate.md +35 -0
- data/docs/payroll_uk/EarningsRateObject.md +21 -0
- data/docs/payroll_uk/EarningsRates.md +21 -0
- data/docs/payroll_uk/EarningsTemplate.md +27 -0
- data/docs/payroll_uk/EarningsTemplateObject.md +21 -0
- data/docs/payroll_uk/Employee.md +45 -0
- data/docs/payroll_uk/EmployeeLeave.md +29 -0
- data/docs/payroll_uk/EmployeeLeaveBalance.md +23 -0
- data/docs/payroll_uk/EmployeeLeaveBalances.md +21 -0
- data/docs/payroll_uk/EmployeeLeaveObject.md +21 -0
- data/docs/payroll_uk/EmployeeLeaveType.md +27 -0
- data/docs/payroll_uk/EmployeeLeaveTypeObject.md +21 -0
- data/docs/payroll_uk/EmployeeLeaveTypes.md +21 -0
- data/docs/payroll_uk/EmployeeLeaves.md +21 -0
- data/docs/payroll_uk/EmployeeObject.md +21 -0
- data/docs/payroll_uk/EmployeeOpeningBalances.md +27 -0
- data/docs/payroll_uk/EmployeeOpeningBalancesObject.md +21 -0
- data/docs/payroll_uk/EmployeePayTemplate.md +19 -0
- data/docs/payroll_uk/EmployeePayTemplateObject.md +21 -0
- data/docs/payroll_uk/EmployeePayTemplates.md +21 -0
- data/docs/payroll_uk/EmployeeStatutoryLeaveBalance.md +21 -0
- data/docs/payroll_uk/EmployeeStatutoryLeaveBalanceObject.md +21 -0
- data/docs/payroll_uk/EmployeeStatutoryLeaveSummary.md +29 -0
- data/docs/payroll_uk/EmployeeStatutoryLeavesSummaries.md +21 -0
- data/docs/payroll_uk/EmployeeStatutorySickLeave.md +47 -0
- data/docs/payroll_uk/EmployeeStatutorySickLeaveObject.md +21 -0
- data/docs/payroll_uk/EmployeeStatutorySickLeaves.md +21 -0
- data/docs/payroll_uk/EmployeeTax.md +37 -0
- data/docs/payroll_uk/EmployeeTaxObject.md +21 -0
- data/docs/payroll_uk/Employees.md +21 -0
- data/docs/payroll_uk/Employment.md +23 -0
- data/docs/payroll_uk/EmploymentObject.md +21 -0
- data/docs/payroll_uk/InvalidField.md +19 -0
- data/docs/payroll_uk/LeaveAccrualLine.md +19 -0
- data/docs/payroll_uk/LeaveEarningsLine.md +27 -0
- data/docs/payroll_uk/LeavePeriod.md +23 -0
- data/docs/payroll_uk/LeavePeriods.md +21 -0
- data/docs/payroll_uk/LeaveType.md +31 -0
- data/docs/payroll_uk/LeaveTypeObject.md +21 -0
- data/docs/payroll_uk/LeaveTypes.md +21 -0
- data/docs/payroll_uk/Pagination.md +23 -0
- data/docs/payroll_uk/PayRun.md +39 -0
- data/docs/payroll_uk/PayRunCalendar.md +29 -0
- data/docs/payroll_uk/PayRunCalendarObject.md +21 -0
- data/docs/payroll_uk/PayRunCalendars.md +21 -0
- data/docs/payroll_uk/PayRunObject.md +21 -0
- data/docs/payroll_uk/PayRuns.md +21 -0
- data/docs/payroll_uk/PaymentLine.md +25 -0
- data/docs/payroll_uk/PaymentMethod.md +19 -0
- data/docs/payroll_uk/PaymentMethodObject.md +21 -0
- data/docs/payroll_uk/PayrollUkApi.md +4683 -0
- data/docs/payroll_uk/Payslip.md +71 -0
- data/docs/payroll_uk/PayslipObject.md +21 -0
- data/docs/payroll_uk/Payslips.md +21 -0
- data/docs/payroll_uk/Problem.md +27 -0
- data/docs/payroll_uk/Reimbursement.md +23 -0
- data/docs/payroll_uk/ReimbursementLine.md +21 -0
- data/docs/payroll_uk/ReimbursementObject.md +21 -0
- data/docs/payroll_uk/Reimbursements.md +21 -0
- data/docs/payroll_uk/SalaryAndWage.md +33 -0
- data/docs/payroll_uk/SalaryAndWageObject.md +21 -0
- data/docs/payroll_uk/SalaryAndWages.md +21 -0
- data/docs/payroll_uk/Settings.md +21 -0
- data/docs/payroll_uk/StatutoryDeduction.md +25 -0
- data/docs/payroll_uk/StatutoryDeductionCategory.md +16 -0
- data/docs/payroll_uk/TaxLine.md +27 -0
- data/docs/payroll_uk/Timesheet.md +33 -0
- data/docs/payroll_uk/TimesheetEarningsLine.md +27 -0
- data/docs/payroll_uk/TimesheetLine.md +25 -0
- data/docs/payroll_uk/TimesheetLineObject.md +21 -0
- data/docs/payroll_uk/TimesheetObject.md +21 -0
- data/docs/payroll_uk/Timesheets.md +21 -0
- data/docs/payroll_uk/TrackingCategories.md +21 -0
- data/docs/payroll_uk/TrackingCategory.md +19 -0
- data/docs/projects/ProjectApi.md +69 -92
- data/lib/xero-ruby.rb +292 -1
- data/lib/xero-ruby/api/accounting_api.rb +1061 -336
- data/lib/xero-ruby/api/asset_api.rb +7 -9
- data/lib/xero-ruby/api/files_api.rb +1271 -0
- data/lib/xero-ruby/api/payroll_au_api.rb +2254 -0
- data/lib/xero-ruby/api/payroll_nz_api.rb +5261 -0
- data/lib/xero-ruby/api/payroll_uk_api.rb +5404 -0
- data/lib/xero-ruby/api/project_api.rb +17 -16
- data/lib/xero-ruby/api_client.rb +41 -31
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +9 -1
- data/lib/xero-ruby/models/accounting/account.rb +3 -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 +254 -0
- data/lib/xero-ruby/models/accounting/actions.rb +210 -0
- data/lib/xero-ruby/models/accounting/address.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 +229 -0
- 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 +7 -7
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -17
- 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/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 +231 -0
- data/lib/xero-ruby/models/accounting/conversion_date.rb +219 -0
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +13 -3
- 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 +5 -3
- 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 +3 -3
- 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 +219 -0
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +289 -0
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +208 -0
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +208 -0
- data/lib/xero-ruby/models/accounting/invoice.rb +13 -3
- 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 +4 -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 +2 -2
- 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 +232 -0
- 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 +10 -10
- 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 +13 -3
- 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 +2 -2
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +2 -2
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/files/association.rb +238 -0
- data/lib/xero-ruby/models/files/file_object.rb +278 -0
- data/lib/xero-ruby/models/files/file_response204.rb +208 -0
- data/lib/xero-ruby/models/files/files.rb +240 -0
- data/lib/xero-ruby/models/files/folder.rb +248 -0
- data/lib/xero-ruby/models/files/folders.rb +210 -0
- data/lib/xero-ruby/models/files/inline_object.rb +238 -0
- data/lib/xero-ruby/models/files/object_group.rb +46 -0
- data/lib/xero-ruby/models/files/object_type.rb +90 -0
- data/lib/xero-ruby/models/files/user.rb +253 -0
- data/lib/xero-ruby/models/payroll_au/account.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/account_type.rb +58 -0
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +42 -0
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +229 -0
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +41 -0
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +340 -0
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +293 -0
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +398 -0
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +44 -0
- data/lib/xero-ruby/models/payroll_au/employee.rb +571 -0
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/employees.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/home_address.rb +263 -0
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +302 -0
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +211 -0
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +303 -0
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +246 -0
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +367 -0
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +42 -0
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +270 -0
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/payslip.rb +404 -0
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +294 -0
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +318 -0
- data/lib/xero-ruby/models/payroll_au/payslips.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +253 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +211 -0
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +263 -0
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/settings.rb +230 -0
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +219 -0
- data/lib/xero-ruby/models/payroll_au/state.rb +43 -0
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +335 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +37 -0
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/super_line.rb +278 -0
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +238 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +38 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +288 -0
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +358 -0
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +39 -0
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +307 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +240 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +208 -0
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +40 -0
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +210 -0
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +208 -0
- data/lib/xero-ruby/models/payroll_nz/account.rb +276 -0
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +210 -0
- data/lib/xero-ruby/models/payroll_nz/address.rb +273 -0
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +329 -0
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +369 -0
- data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +42 -0
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +311 -0
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +255 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +387 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee.rb +374 -0
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +290 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +268 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +336 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +220 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +280 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +322 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +419 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +397 -0
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employees.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/employment.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +274 -0
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +273 -0
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +371 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +288 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +557 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +257 -0
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/problem.rb +261 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +364 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +383 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/settings.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +46 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +238 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/tax_code.rb +54 -0
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +294 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +347 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +298 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +263 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +230 -0
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +228 -0
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/account.rb +279 -0
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +210 -0
- data/lib/xero-ruby/models/payroll_uk/address.rb +263 -0
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +243 -0
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +418 -0
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +426 -0
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +288 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +255 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +387 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee.rb +384 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +290 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +306 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +220 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +280 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +322 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +419 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +308 -0
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/employees.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/employment.rb +280 -0
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +218 -0
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +274 -0
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +293 -0
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +238 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +389 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +328 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +262 -0
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +537 -0
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/problem.rb +261 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +368 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/settings.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +248 -0
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +49 -0
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +347 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +258 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +263 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +230 -0
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +228 -0
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +218 -0
- data/lib/xero-ruby/models/projects/amount.rb +2 -2
- data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
- data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +2 -2
- data/lib/xero-ruby/models/projects/pagination.rb +2 -2
- data/lib/xero-ruby/models/projects/project.rb +2 -2
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/project_patch.rb +2 -2
- data/lib/xero-ruby/models/projects/project_status.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +2 -2
- data/lib/xero-ruby/models/projects/project_users.rb +2 -2
- data/lib/xero-ruby/models/projects/projects.rb +2 -2
- data/lib/xero-ruby/models/projects/task.rb +2 -2
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +2 -2
- data/lib/xero-ruby/models/projects/tasks.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entries.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry.rb +2 -2
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +2 -2
- data/lib/xero-ruby/version.rb +2 -2
- data/spec/api_client_spec.rb +3 -3
- data/spec/files/api/files_api_spec.rb +249 -0
- data/spec/files/models/association_spec.rb +59 -0
- data/spec/files/models/file_object_spec.rb +83 -0
- data/spec/files/models/file_response204_spec.rb +41 -0
- data/spec/files/models/files_spec.rb +59 -0
- data/spec/files/models/folder_spec.rb +65 -0
- data/spec/files/models/folders_spec.rb +41 -0
- data/spec/files/models/inline_object_spec.rb +59 -0
- data/spec/files/models/object_group_spec.rb +35 -0
- data/spec/files/models/object_type_spec.rb +35 -0
- data/spec/files/models/user_spec.rb +81 -0
- data/spec/payroll_au/api/payroll_au_api_spec.rb +415 -0
- data/spec/payroll_au/models/account_spec.rb +59 -0
- data/spec/payroll_au/models/account_type_spec.rb +35 -0
- data/spec/payroll_au/models/allowance_type_spec.rb +35 -0
- data/spec/payroll_au/models/api_exception_spec.rb +53 -0
- data/spec/payroll_au/models/bank_account_spec.rb +71 -0
- data/spec/payroll_au/models/calendar_type_spec.rb +35 -0
- data/spec/payroll_au/models/deduction_line_spec.rb +65 -0
- data/spec/payroll_au/models/deduction_type_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/deduction_type_spec.rb +93 -0
- data/spec/payroll_au/models/earnings_line_spec.rb +89 -0
- data/spec/payroll_au/models/earnings_rate_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/earnings_rate_spec.rb +137 -0
- data/spec/payroll_au/models/earnings_type_spec.rb +35 -0
- data/spec/payroll_au/models/employee_spec.rb +225 -0
- data/spec/payroll_au/models/employee_status_spec.rb +35 -0
- data/spec/payroll_au/models/employees_spec.rb +41 -0
- data/spec/payroll_au/models/employment_basis_spec.rb +35 -0
- data/spec/payroll_au/models/employment_termination_payment_type_spec.rb +35 -0
- data/spec/payroll_au/models/entitlement_final_pay_payout_type_spec.rb +35 -0
- data/spec/payroll_au/models/home_address_spec.rb +71 -0
- data/spec/payroll_au/models/leave_accrual_line_spec.rb +53 -0
- data/spec/payroll_au/models/leave_application_spec.rb +95 -0
- data/spec/payroll_au/models/leave_applications_spec.rb +41 -0
- data/spec/payroll_au/models/leave_balance_spec.rb +59 -0
- data/spec/payroll_au/models/leave_earnings_line_spec.rb +53 -0
- data/spec/payroll_au/models/leave_line_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/leave_line_spec.rb +83 -0
- data/spec/payroll_au/models/leave_lines_spec.rb +41 -0
- data/spec/payroll_au/models/leave_period_spec.rb +59 -0
- data/spec/payroll_au/models/leave_period_status_spec.rb +35 -0
- data/spec/payroll_au/models/leave_type_contribution_type_spec.rb +35 -0
- data/spec/payroll_au/models/leave_type_spec.rb +89 -0
- data/spec/payroll_au/models/manual_tax_type_spec.rb +35 -0
- data/spec/payroll_au/models/opening_balances_spec.rb +77 -0
- data/spec/payroll_au/models/pay_item_spec.rb +59 -0
- data/spec/payroll_au/models/pay_items_spec.rb +41 -0
- data/spec/payroll_au/models/pay_run_spec.rb +131 -0
- data/spec/payroll_au/models/pay_run_status_spec.rb +35 -0
- data/spec/payroll_au/models/pay_runs_spec.rb +41 -0
- data/spec/payroll_au/models/pay_template_spec.rb +65 -0
- data/spec/payroll_au/models/payment_frequency_type_spec.rb +35 -0
- data/spec/payroll_au/models/payroll_calendar_spec.rb +77 -0
- data/spec/payroll_au/models/payroll_calendars_spec.rb +41 -0
- data/spec/payroll_au/models/payslip_lines_spec.rb +83 -0
- data/spec/payroll_au/models/payslip_object_spec.rb +41 -0
- data/spec/payroll_au/models/payslip_spec.rb +149 -0
- data/spec/payroll_au/models/payslip_summary_spec.rb +107 -0
- data/spec/payroll_au/models/payslips_spec.rb +41 -0
- data/spec/payroll_au/models/rate_type_spec.rb +35 -0
- data/spec/payroll_au/models/reimbursement_line_spec.rb +59 -0
- data/spec/payroll_au/models/reimbursement_lines_spec.rb +41 -0
- data/spec/payroll_au/models/reimbursement_type_spec.rb +65 -0
- data/spec/payroll_au/models/residency_status_spec.rb +35 -0
- data/spec/payroll_au/models/settings_object_spec.rb +41 -0
- data/spec/payroll_au/models/settings_spec.rb +53 -0
- data/spec/payroll_au/models/settings_tracking_categories_employee_groups_spec.rb +47 -0
- data/spec/payroll_au/models/settings_tracking_categories_spec.rb +47 -0
- data/spec/payroll_au/models/settings_tracking_categories_timesheet_categories_spec.rb +47 -0
- data/spec/payroll_au/models/state_spec.rb +35 -0
- data/spec/payroll_au/models/super_fund_product_spec.rb +59 -0
- data/spec/payroll_au/models/super_fund_products_spec.rb +41 -0
- data/spec/payroll_au/models/super_fund_spec.rb +113 -0
- data/spec/payroll_au/models/super_fund_type_spec.rb +35 -0
- data/spec/payroll_au/models/super_funds_spec.rb +41 -0
- data/spec/payroll_au/models/super_line_spec.rb +83 -0
- data/spec/payroll_au/models/super_membership_spec.rb +53 -0
- data/spec/payroll_au/models/superannuation_calculation_type_spec.rb +35 -0
- data/spec/payroll_au/models/superannuation_contribution_type_spec.rb +35 -0
- data/spec/payroll_au/models/superannuation_line_spec.rb +89 -0
- data/spec/payroll_au/models/tax_declaration_spec.rb +131 -0
- data/spec/payroll_au/models/tax_line_spec.rb +71 -0
- data/spec/payroll_au/models/tfn_exemption_type_spec.rb +35 -0
- data/spec/payroll_au/models/timesheet_line_spec.rb +59 -0
- data/spec/payroll_au/models/timesheet_object_spec.rb +41 -0
- data/spec/payroll_au/models/timesheet_spec.rb +89 -0
- data/spec/payroll_au/models/timesheet_status_spec.rb +35 -0
- data/spec/payroll_au/models/timesheets_spec.rb +41 -0
- data/spec/payroll_au/models/validation_error_spec.rb +41 -0
- data/spec/payroll_nz/api/payroll_nz_api_spec.rb +886 -0
- data/spec/payroll_nz/models/account_spec.rb +63 -0
- data/spec/payroll_nz/models/accounts_spec.rb +41 -0
- data/spec/payroll_nz/models/address_spec.rb +71 -0
- data/spec/payroll_nz/models/bank_account_spec.rb +87 -0
- data/spec/payroll_nz/models/benefit_spec.rb +103 -0
- data/spec/payroll_nz/models/deduction_line_spec.rb +65 -0
- data/spec/payroll_nz/models/deduction_object_spec.rb +53 -0
- data/spec/payroll_nz/models/deduction_spec.rb +75 -0
- data/spec/payroll_nz/models/deductions_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/earnings_order_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_order_spec.rb +65 -0
- data/spec/payroll_nz/models/earnings_orders_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_rate_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_rate_spec.rb +103 -0
- data/spec/payroll_nz/models/earnings_rates_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_template_object_spec.rb +53 -0
- data/spec/payroll_nz/models/earnings_template_spec.rb +71 -0
- data/spec/payroll_nz/models/employee_earnings_templates_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_balance_spec.rb +59 -0
- data/spec/payroll_nz/models/employee_leave_balances_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_setup_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_setup_spec.rb +77 -0
- data/spec/payroll_nz/models/employee_leave_spec.rb +77 -0
- data/spec/payroll_nz/models/employee_leave_type_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leave_type_spec.rb +99 -0
- data/spec/payroll_nz/models/employee_leave_types_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_leaves_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_opening_balance_spec.rb +59 -0
- data/spec/payroll_nz/models/employee_opening_balances_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_pay_template_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_pay_template_spec.rb +47 -0
- data/spec/payroll_nz/models/employee_pay_templates_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_spec.rb +123 -0
- data/spec/payroll_nz/models/employee_statutory_leave_balance_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_leave_balance_spec.rb +61 -0
- data/spec/payroll_nz/models/employee_statutory_leave_summary_spec.rb +85 -0
- data/spec/payroll_nz/models/employee_statutory_leaves_summaries_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leave_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leave_spec.rb +135 -0
- data/spec/payroll_nz/models/employee_statutory_sick_leaves_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_tax_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employee_tax_spec.rb +135 -0
- data/spec/payroll_nz/models/employees_spec.rb +53 -0
- data/spec/payroll_nz/models/employment_object_spec.rb +53 -0
- data/spec/payroll_nz/models/employment_spec.rb +53 -0
- data/spec/payroll_nz/models/gross_earnings_history_spec.rb +47 -0
- data/spec/payroll_nz/models/invalid_field_spec.rb +47 -0
- data/spec/payroll_nz/models/leave_accrual_line_spec.rb +47 -0
- data/spec/payroll_nz/models/leave_earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/leave_period_spec.rb +63 -0
- data/spec/payroll_nz/models/leave_periods_spec.rb +53 -0
- data/spec/payroll_nz/models/leave_type_object_spec.rb +53 -0
- data/spec/payroll_nz/models/leave_type_spec.rb +71 -0
- data/spec/payroll_nz/models/leave_types_spec.rb +53 -0
- data/spec/payroll_nz/models/pagination_spec.rb +59 -0
- data/spec/payroll_nz/models/pay_run_calendar_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_calendar_spec.rb +81 -0
- data/spec/payroll_nz/models/pay_run_calendars_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_run_spec.rb +119 -0
- data/spec/payroll_nz/models/pay_runs_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_slip_object_spec.rb +53 -0
- data/spec/payroll_nz/models/pay_slip_spec.rb +219 -0
- data/spec/payroll_nz/models/pay_slips_spec.rb +53 -0
- data/spec/payroll_nz/models/payment_line_spec.rb +65 -0
- data/spec/payroll_nz/models/payment_method_object_spec.rb +53 -0
- data/spec/payroll_nz/models/payment_method_spec.rb +51 -0
- data/spec/payroll_nz/models/problem_spec.rb +71 -0
- data/spec/payroll_nz/models/reimbursement_line_spec.rb +65 -0
- data/spec/payroll_nz/models/reimbursement_object_spec.rb +53 -0
- data/spec/payroll_nz/models/reimbursement_spec.rb +101 -0
- data/spec/payroll_nz/models/reimbursements_spec.rb +53 -0
- data/spec/payroll_nz/models/salary_and_wage_object_spec.rb +53 -0
- data/spec/payroll_nz/models/salary_and_wage_spec.rb +103 -0
- data/spec/payroll_nz/models/salary_and_wages_spec.rb +53 -0
- data/spec/payroll_nz/models/settings_spec.rb +53 -0
- data/spec/payroll_nz/models/statutory_deduction_category_spec.rb +35 -0
- data/spec/payroll_nz/models/statutory_deduction_line_spec.rb +59 -0
- data/spec/payroll_nz/models/statutory_deduction_object_spec.rb +53 -0
- data/spec/payroll_nz/models/statutory_deduction_spec.rb +65 -0
- data/spec/payroll_nz/models/statutory_deductions_spec.rb +53 -0
- data/spec/payroll_nz/models/superannuation_line_spec.rb +71 -0
- data/spec/payroll_nz/models/superannuation_object_spec.rb +53 -0
- data/spec/payroll_nz/models/superannuations_spec.rb +53 -0
- data/spec/payroll_nz/models/tax_code_spec.rb +35 -0
- data/spec/payroll_nz/models/tax_line_spec.rb +65 -0
- data/spec/payroll_nz/models/tax_settings_spec.rb +75 -0
- data/spec/payroll_nz/models/timesheet_earnings_line_spec.rb +95 -0
- data/spec/payroll_nz/models/timesheet_line_object_spec.rb +53 -0
- data/spec/payroll_nz/models/timesheet_line_spec.rb +65 -0
- data/spec/payroll_nz/models/timesheet_object_spec.rb +53 -0
- data/spec/payroll_nz/models/timesheet_spec.rb +93 -0
- data/spec/payroll_nz/models/timesheets_spec.rb +53 -0
- data/spec/payroll_nz/models/tracking_categories_spec.rb +53 -0
- data/spec/payroll_nz/models/tracking_category_spec.rb +47 -0
- data/spec/payroll_uk/api/payroll_uk_api_spec.rb +912 -0
- data/spec/payroll_uk/models/account_spec.rb +63 -0
- data/spec/payroll_uk/models/accounts_spec.rb +41 -0
- data/spec/payroll_uk/models/address_spec.rb +65 -0
- data/spec/payroll_uk/models/bank_account_spec.rb +53 -0
- data/spec/payroll_uk/models/benefit_line_spec.rb +65 -0
- data/spec/payroll_uk/models/benefit_object_spec.rb +53 -0
- data/spec/payroll_uk/models/benefit_spec.rb +127 -0
- data/spec/payroll_uk/models/benefits_spec.rb +53 -0
- data/spec/payroll_uk/models/court_order_line_spec.rb +47 -0
- data/spec/payroll_uk/models/deduction_line_spec.rb +59 -0
- data/spec/payroll_uk/models/deduction_object_spec.rb +53 -0
- data/spec/payroll_uk/models/deduction_spec.rb +139 -0
- data/spec/payroll_uk/models/deductions_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_line_spec.rb +89 -0
- data/spec/payroll_uk/models/earnings_order_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_order_spec.rb +65 -0
- data/spec/payroll_uk/models/earnings_orders_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_rate_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_rate_spec.rb +103 -0
- data/spec/payroll_uk/models/earnings_rates_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_template_object_spec.rb +53 -0
- data/spec/payroll_uk/models/earnings_template_spec.rb +71 -0
- data/spec/payroll_uk/models/employee_leave_balance_spec.rb +59 -0
- data/spec/payroll_uk/models/employee_leave_balances_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_spec.rb +77 -0
- data/spec/payroll_uk/models/employee_leave_type_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leave_type_spec.rb +75 -0
- data/spec/payroll_uk/models/employee_leave_types_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_leaves_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_opening_balances_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_opening_balances_spec.rb +71 -0
- data/spec/payroll_uk/models/employee_pay_template_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_pay_template_spec.rb +47 -0
- data/spec/payroll_uk/models/employee_pay_templates_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_spec.rb +129 -0
- data/spec/payroll_uk/models/employee_statutory_leave_balance_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_leave_balance_spec.rb +61 -0
- data/spec/payroll_uk/models/employee_statutory_leave_summary_spec.rb +85 -0
- data/spec/payroll_uk/models/employee_statutory_leaves_summaries_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leave_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leave_spec.rb +135 -0
- data/spec/payroll_uk/models/employee_statutory_sick_leaves_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_tax_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employee_tax_spec.rb +101 -0
- data/spec/payroll_uk/models/employees_spec.rb +53 -0
- data/spec/payroll_uk/models/employment_object_spec.rb +53 -0
- data/spec/payroll_uk/models/employment_spec.rb +63 -0
- data/spec/payroll_uk/models/invalid_field_spec.rb +47 -0
- data/spec/payroll_uk/models/leave_accrual_line_spec.rb +47 -0
- data/spec/payroll_uk/models/leave_earnings_line_spec.rb +71 -0
- data/spec/payroll_uk/models/leave_period_spec.rb +63 -0
- data/spec/payroll_uk/models/leave_periods_spec.rb +53 -0
- data/spec/payroll_uk/models/leave_type_object_spec.rb +53 -0
- data/spec/payroll_uk/models/leave_type_spec.rb +83 -0
- data/spec/payroll_uk/models/leave_types_spec.rb +53 -0
- data/spec/payroll_uk/models/pagination_spec.rb +59 -0
- data/spec/payroll_uk/models/pay_run_calendar_object_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_calendar_spec.rb +81 -0
- data/spec/payroll_uk/models/pay_run_calendars_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_object_spec.rb +53 -0
- data/spec/payroll_uk/models/pay_run_spec.rb +119 -0
- data/spec/payroll_uk/models/pay_runs_spec.rb +53 -0
- data/spec/payroll_uk/models/payment_line_spec.rb +65 -0
- data/spec/payroll_uk/models/payment_method_object_spec.rb +53 -0
- data/spec/payroll_uk/models/payment_method_spec.rb +51 -0
- data/spec/payroll_uk/models/payslip_object_spec.rb +53 -0
- data/spec/payroll_uk/models/payslip_spec.rb +201 -0
- data/spec/payroll_uk/models/payslips_spec.rb +53 -0
- data/spec/payroll_uk/models/problem_spec.rb +71 -0
- data/spec/payroll_uk/models/reimbursement_line_spec.rb +53 -0
- data/spec/payroll_uk/models/reimbursement_object_spec.rb +53 -0
- data/spec/payroll_uk/models/reimbursement_spec.rb +59 -0
- data/spec/payroll_uk/models/reimbursements_spec.rb +53 -0
- data/spec/payroll_uk/models/salary_and_wage_object_spec.rb +53 -0
- data/spec/payroll_uk/models/salary_and_wage_spec.rb +97 -0
- data/spec/payroll_uk/models/salary_and_wages_spec.rb +53 -0
- data/spec/payroll_uk/models/settings_spec.rb +53 -0
- data/spec/payroll_uk/models/statutory_deduction_category_spec.rb +35 -0
- data/spec/payroll_uk/models/statutory_deduction_spec.rb +65 -0
- data/spec/payroll_uk/models/tax_line_spec.rb +71 -0
- data/spec/payroll_uk/models/timesheet_earnings_line_spec.rb +71 -0
- data/spec/payroll_uk/models/timesheet_line_object_spec.rb +53 -0
- data/spec/payroll_uk/models/timesheet_line_spec.rb +65 -0
- data/spec/payroll_uk/models/timesheet_object_spec.rb +53 -0
- data/spec/payroll_uk/models/timesheet_spec.rb +93 -0
- data/spec/payroll_uk/models/timesheets_spec.rb +53 -0
- data/spec/payroll_uk/models/tracking_categories_spec.rb +53 -0
- data/spec/payroll_uk/models/tracking_category_spec.rb +47 -0
- data/xero-ruby.gem +0 -0
- data/xero-ruby.gemspec +1 -1
- metadata +1144 -2
|
@@ -0,0 +1,2254 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Xero Payroll AU
|
|
3
|
+
|
|
4
|
+
#This is the Xero Payroll API for orgs in Australia region.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.6.0
|
|
7
|
+
Contact: api@xero.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
module XeroRuby
|
|
14
|
+
class PayrollAuApi
|
|
15
|
+
attr_accessor :api_client
|
|
16
|
+
|
|
17
|
+
def initialize(api_client = ApiClient.new)
|
|
18
|
+
@api_client = api_client
|
|
19
|
+
end
|
|
20
|
+
# Use this method to create a payroll employee
|
|
21
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
22
|
+
# @param employee [Array<Employee>]
|
|
23
|
+
# @param [Hash] opts the optional parameters
|
|
24
|
+
# @return [Employees]
|
|
25
|
+
def create_employee(xero_tenant_id, employee, opts = {})
|
|
26
|
+
data, _status_code, _headers = create_employee_with_http_info(xero_tenant_id, employee, opts)
|
|
27
|
+
data
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
# Use this method to create a payroll employee
|
|
31
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
32
|
+
# @param employee [Array<Employee>]
|
|
33
|
+
# @param [Hash] opts the optional parameters
|
|
34
|
+
# @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
|
|
35
|
+
def create_employee_with_http_info(xero_tenant_id, employee, opts = {})
|
|
36
|
+
if @api_client.config.debugging
|
|
37
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_employee ...'
|
|
38
|
+
end
|
|
39
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
40
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
41
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_employee"
|
|
42
|
+
end
|
|
43
|
+
# verify the required parameter 'employee' is set
|
|
44
|
+
if @api_client.config.client_side_validation && employee.nil?
|
|
45
|
+
fail ArgumentError, "Missing the required parameter 'employee' when calling PayrollAuApi.create_employee"
|
|
46
|
+
end
|
|
47
|
+
# resource path
|
|
48
|
+
local_var_path = '/Employees'
|
|
49
|
+
|
|
50
|
+
# camelize keys of incoming `where` opts
|
|
51
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
52
|
+
|
|
53
|
+
# query parameters
|
|
54
|
+
query_params = opts[:query_params] || {}
|
|
55
|
+
|
|
56
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
57
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
58
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
59
|
+
|
|
60
|
+
# header parameters
|
|
61
|
+
header_params = opts[:header_params] || {}
|
|
62
|
+
# HTTP header 'Accept' (if needed)
|
|
63
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
64
|
+
# HTTP header 'Content-Type'
|
|
65
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
66
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
67
|
+
|
|
68
|
+
# form parameters
|
|
69
|
+
form_params = opts[:form_params] || {}
|
|
70
|
+
|
|
71
|
+
# http body (model)
|
|
72
|
+
post_body = opts[:body] || @api_client.object_to_http_body(employee)
|
|
73
|
+
|
|
74
|
+
# return_type
|
|
75
|
+
return_type = opts[:return_type] || 'Employees'
|
|
76
|
+
|
|
77
|
+
# auth_names
|
|
78
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
79
|
+
|
|
80
|
+
new_options = opts.merge(
|
|
81
|
+
:header_params => header_params,
|
|
82
|
+
:query_params => query_params,
|
|
83
|
+
:form_params => form_params,
|
|
84
|
+
:body => post_body,
|
|
85
|
+
:auth_names => auth_names,
|
|
86
|
+
:return_type => return_type
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
90
|
+
if @api_client.config.debugging
|
|
91
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
92
|
+
end
|
|
93
|
+
return data, status_code, headers
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# Use this method to create a Leave Application
|
|
97
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
98
|
+
# @param leave_application [Array<LeaveApplication>]
|
|
99
|
+
# @param [Hash] opts the optional parameters
|
|
100
|
+
# @return [LeaveApplications]
|
|
101
|
+
def create_leave_application(xero_tenant_id, leave_application, opts = {})
|
|
102
|
+
data, _status_code, _headers = create_leave_application_with_http_info(xero_tenant_id, leave_application, opts)
|
|
103
|
+
data
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# Use this method to create a Leave Application
|
|
107
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
108
|
+
# @param leave_application [Array<LeaveApplication>]
|
|
109
|
+
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
|
|
111
|
+
def create_leave_application_with_http_info(xero_tenant_id, leave_application, opts = {})
|
|
112
|
+
if @api_client.config.debugging
|
|
113
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_leave_application ...'
|
|
114
|
+
end
|
|
115
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
116
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
117
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_leave_application"
|
|
118
|
+
end
|
|
119
|
+
# verify the required parameter 'leave_application' is set
|
|
120
|
+
if @api_client.config.client_side_validation && leave_application.nil?
|
|
121
|
+
fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.create_leave_application"
|
|
122
|
+
end
|
|
123
|
+
# resource path
|
|
124
|
+
local_var_path = '/LeaveApplications'
|
|
125
|
+
|
|
126
|
+
# camelize keys of incoming `where` opts
|
|
127
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
128
|
+
|
|
129
|
+
# query parameters
|
|
130
|
+
query_params = opts[:query_params] || {}
|
|
131
|
+
|
|
132
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
133
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
134
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
135
|
+
|
|
136
|
+
# header parameters
|
|
137
|
+
header_params = opts[:header_params] || {}
|
|
138
|
+
# HTTP header 'Accept' (if needed)
|
|
139
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
140
|
+
# HTTP header 'Content-Type'
|
|
141
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
142
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
143
|
+
|
|
144
|
+
# form parameters
|
|
145
|
+
form_params = opts[:form_params] || {}
|
|
146
|
+
|
|
147
|
+
# http body (model)
|
|
148
|
+
post_body = opts[:body] || @api_client.object_to_http_body(leave_application)
|
|
149
|
+
|
|
150
|
+
# return_type
|
|
151
|
+
return_type = opts[:return_type] || 'LeaveApplications'
|
|
152
|
+
|
|
153
|
+
# auth_names
|
|
154
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
155
|
+
|
|
156
|
+
new_options = opts.merge(
|
|
157
|
+
:header_params => header_params,
|
|
158
|
+
:query_params => query_params,
|
|
159
|
+
:form_params => form_params,
|
|
160
|
+
:body => post_body,
|
|
161
|
+
:auth_names => auth_names,
|
|
162
|
+
:return_type => return_type
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
166
|
+
if @api_client.config.debugging
|
|
167
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
168
|
+
end
|
|
169
|
+
return data, status_code, headers
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
# Use this method to create a Pay Item
|
|
173
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
174
|
+
# @param pay_item [PayItem]
|
|
175
|
+
# @param [Hash] opts the optional parameters
|
|
176
|
+
# @return [PayItems]
|
|
177
|
+
def create_pay_item(xero_tenant_id, pay_item, opts = {})
|
|
178
|
+
data, _status_code, _headers = create_pay_item_with_http_info(xero_tenant_id, pay_item, opts)
|
|
179
|
+
data
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
# Use this method to create a Pay Item
|
|
183
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
184
|
+
# @param pay_item [PayItem]
|
|
185
|
+
# @param [Hash] opts the optional parameters
|
|
186
|
+
# @return [Array<(PayItems, Integer, Hash)>] PayItems data, response status code and response headers
|
|
187
|
+
def create_pay_item_with_http_info(xero_tenant_id, pay_item, opts = {})
|
|
188
|
+
if @api_client.config.debugging
|
|
189
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_pay_item ...'
|
|
190
|
+
end
|
|
191
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
192
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
193
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_pay_item"
|
|
194
|
+
end
|
|
195
|
+
# verify the required parameter 'pay_item' is set
|
|
196
|
+
if @api_client.config.client_side_validation && pay_item.nil?
|
|
197
|
+
fail ArgumentError, "Missing the required parameter 'pay_item' when calling PayrollAuApi.create_pay_item"
|
|
198
|
+
end
|
|
199
|
+
# resource path
|
|
200
|
+
local_var_path = '/PayItems'
|
|
201
|
+
|
|
202
|
+
# camelize keys of incoming `where` opts
|
|
203
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
204
|
+
|
|
205
|
+
# query parameters
|
|
206
|
+
query_params = opts[:query_params] || {}
|
|
207
|
+
|
|
208
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
209
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
210
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
211
|
+
|
|
212
|
+
# header parameters
|
|
213
|
+
header_params = opts[:header_params] || {}
|
|
214
|
+
# HTTP header 'Accept' (if needed)
|
|
215
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
216
|
+
# HTTP header 'Content-Type'
|
|
217
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
218
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
219
|
+
|
|
220
|
+
# form parameters
|
|
221
|
+
form_params = opts[:form_params] || {}
|
|
222
|
+
|
|
223
|
+
# http body (model)
|
|
224
|
+
post_body = opts[:body] || @api_client.object_to_http_body(pay_item)
|
|
225
|
+
|
|
226
|
+
# return_type
|
|
227
|
+
return_type = opts[:return_type] || 'PayItems'
|
|
228
|
+
|
|
229
|
+
# auth_names
|
|
230
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
231
|
+
|
|
232
|
+
new_options = opts.merge(
|
|
233
|
+
:header_params => header_params,
|
|
234
|
+
:query_params => query_params,
|
|
235
|
+
:form_params => form_params,
|
|
236
|
+
:body => post_body,
|
|
237
|
+
:auth_names => auth_names,
|
|
238
|
+
:return_type => return_type
|
|
239
|
+
)
|
|
240
|
+
|
|
241
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
242
|
+
if @api_client.config.debugging
|
|
243
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_pay_item\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
244
|
+
end
|
|
245
|
+
return data, status_code, headers
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Use this method to create a PayRun
|
|
249
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
250
|
+
# @param pay_run [Array<PayRun>]
|
|
251
|
+
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @return [PayRuns]
|
|
253
|
+
def create_pay_run(xero_tenant_id, pay_run, opts = {})
|
|
254
|
+
data, _status_code, _headers = create_pay_run_with_http_info(xero_tenant_id, pay_run, opts)
|
|
255
|
+
data
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
# Use this method to create a PayRun
|
|
259
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
260
|
+
# @param pay_run [Array<PayRun>]
|
|
261
|
+
# @param [Hash] opts the optional parameters
|
|
262
|
+
# @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
|
|
263
|
+
def create_pay_run_with_http_info(xero_tenant_id, pay_run, opts = {})
|
|
264
|
+
if @api_client.config.debugging
|
|
265
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_pay_run ...'
|
|
266
|
+
end
|
|
267
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
268
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
269
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_pay_run"
|
|
270
|
+
end
|
|
271
|
+
# verify the required parameter 'pay_run' is set
|
|
272
|
+
if @api_client.config.client_side_validation && pay_run.nil?
|
|
273
|
+
fail ArgumentError, "Missing the required parameter 'pay_run' when calling PayrollAuApi.create_pay_run"
|
|
274
|
+
end
|
|
275
|
+
# resource path
|
|
276
|
+
local_var_path = '/PayRuns'
|
|
277
|
+
|
|
278
|
+
# camelize keys of incoming `where` opts
|
|
279
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
280
|
+
|
|
281
|
+
# query parameters
|
|
282
|
+
query_params = opts[:query_params] || {}
|
|
283
|
+
|
|
284
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
285
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
286
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
287
|
+
|
|
288
|
+
# header parameters
|
|
289
|
+
header_params = opts[:header_params] || {}
|
|
290
|
+
# HTTP header 'Accept' (if needed)
|
|
291
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
292
|
+
# HTTP header 'Content-Type'
|
|
293
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
294
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
295
|
+
|
|
296
|
+
# form parameters
|
|
297
|
+
form_params = opts[:form_params] || {}
|
|
298
|
+
|
|
299
|
+
# http body (model)
|
|
300
|
+
post_body = opts[:body] || @api_client.object_to_http_body(pay_run)
|
|
301
|
+
|
|
302
|
+
# return_type
|
|
303
|
+
return_type = opts[:return_type] || 'PayRuns'
|
|
304
|
+
|
|
305
|
+
# auth_names
|
|
306
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
307
|
+
|
|
308
|
+
new_options = opts.merge(
|
|
309
|
+
:header_params => header_params,
|
|
310
|
+
:query_params => query_params,
|
|
311
|
+
:form_params => form_params,
|
|
312
|
+
:body => post_body,
|
|
313
|
+
:auth_names => auth_names,
|
|
314
|
+
:return_type => return_type
|
|
315
|
+
)
|
|
316
|
+
|
|
317
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
318
|
+
if @api_client.config.debugging
|
|
319
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
320
|
+
end
|
|
321
|
+
return data, status_code, headers
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
# Use this method to create a Payroll Calendars
|
|
325
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
326
|
+
# @param payroll_calendar [Array<PayrollCalendar>]
|
|
327
|
+
# @param [Hash] opts the optional parameters
|
|
328
|
+
# @return [PayrollCalendars]
|
|
329
|
+
def create_payroll_calendar(xero_tenant_id, payroll_calendar, opts = {})
|
|
330
|
+
data, _status_code, _headers = create_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar, opts)
|
|
331
|
+
data
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
# Use this method to create a Payroll Calendars
|
|
335
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
336
|
+
# @param payroll_calendar [Array<PayrollCalendar>]
|
|
337
|
+
# @param [Hash] opts the optional parameters
|
|
338
|
+
# @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
|
|
339
|
+
def create_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar, opts = {})
|
|
340
|
+
if @api_client.config.debugging
|
|
341
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_payroll_calendar ...'
|
|
342
|
+
end
|
|
343
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
344
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
345
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_payroll_calendar"
|
|
346
|
+
end
|
|
347
|
+
# verify the required parameter 'payroll_calendar' is set
|
|
348
|
+
if @api_client.config.client_side_validation && payroll_calendar.nil?
|
|
349
|
+
fail ArgumentError, "Missing the required parameter 'payroll_calendar' when calling PayrollAuApi.create_payroll_calendar"
|
|
350
|
+
end
|
|
351
|
+
# resource path
|
|
352
|
+
local_var_path = '/PayrollCalendars'
|
|
353
|
+
|
|
354
|
+
# camelize keys of incoming `where` opts
|
|
355
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
356
|
+
|
|
357
|
+
# query parameters
|
|
358
|
+
query_params = opts[:query_params] || {}
|
|
359
|
+
|
|
360
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
361
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
362
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
363
|
+
|
|
364
|
+
# header parameters
|
|
365
|
+
header_params = opts[:header_params] || {}
|
|
366
|
+
# HTTP header 'Accept' (if needed)
|
|
367
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
368
|
+
# HTTP header 'Content-Type'
|
|
369
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
370
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
371
|
+
|
|
372
|
+
# form parameters
|
|
373
|
+
form_params = opts[:form_params] || {}
|
|
374
|
+
|
|
375
|
+
# http body (model)
|
|
376
|
+
post_body = opts[:body] || @api_client.object_to_http_body(payroll_calendar)
|
|
377
|
+
|
|
378
|
+
# return_type
|
|
379
|
+
return_type = opts[:return_type] || 'PayrollCalendars'
|
|
380
|
+
|
|
381
|
+
# auth_names
|
|
382
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
383
|
+
|
|
384
|
+
new_options = opts.merge(
|
|
385
|
+
:header_params => header_params,
|
|
386
|
+
:query_params => query_params,
|
|
387
|
+
:form_params => form_params,
|
|
388
|
+
:body => post_body,
|
|
389
|
+
:auth_names => auth_names,
|
|
390
|
+
:return_type => return_type
|
|
391
|
+
)
|
|
392
|
+
|
|
393
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
394
|
+
if @api_client.config.debugging
|
|
395
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_payroll_calendar\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
396
|
+
end
|
|
397
|
+
return data, status_code, headers
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
# Use this method to create a super fund
|
|
401
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
402
|
+
# @param super_fund [Array<SuperFund>]
|
|
403
|
+
# @param [Hash] opts the optional parameters
|
|
404
|
+
# @return [SuperFunds]
|
|
405
|
+
def create_superfund(xero_tenant_id, super_fund, opts = {})
|
|
406
|
+
data, _status_code, _headers = create_superfund_with_http_info(xero_tenant_id, super_fund, opts)
|
|
407
|
+
data
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
# Use this method to create a super fund
|
|
411
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
412
|
+
# @param super_fund [Array<SuperFund>]
|
|
413
|
+
# @param [Hash] opts the optional parameters
|
|
414
|
+
# @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
|
|
415
|
+
def create_superfund_with_http_info(xero_tenant_id, super_fund, opts = {})
|
|
416
|
+
if @api_client.config.debugging
|
|
417
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_superfund ...'
|
|
418
|
+
end
|
|
419
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
420
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
421
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_superfund"
|
|
422
|
+
end
|
|
423
|
+
# verify the required parameter 'super_fund' is set
|
|
424
|
+
if @api_client.config.client_side_validation && super_fund.nil?
|
|
425
|
+
fail ArgumentError, "Missing the required parameter 'super_fund' when calling PayrollAuApi.create_superfund"
|
|
426
|
+
end
|
|
427
|
+
# resource path
|
|
428
|
+
local_var_path = '/Superfunds'
|
|
429
|
+
|
|
430
|
+
# camelize keys of incoming `where` opts
|
|
431
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
432
|
+
|
|
433
|
+
# query parameters
|
|
434
|
+
query_params = opts[:query_params] || {}
|
|
435
|
+
|
|
436
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
437
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
438
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
439
|
+
|
|
440
|
+
# header parameters
|
|
441
|
+
header_params = opts[:header_params] || {}
|
|
442
|
+
# HTTP header 'Accept' (if needed)
|
|
443
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
444
|
+
# HTTP header 'Content-Type'
|
|
445
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
446
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
447
|
+
|
|
448
|
+
# form parameters
|
|
449
|
+
form_params = opts[:form_params] || {}
|
|
450
|
+
|
|
451
|
+
# http body (model)
|
|
452
|
+
post_body = opts[:body] || @api_client.object_to_http_body(super_fund)
|
|
453
|
+
|
|
454
|
+
# return_type
|
|
455
|
+
return_type = opts[:return_type] || 'SuperFunds'
|
|
456
|
+
|
|
457
|
+
# auth_names
|
|
458
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
459
|
+
|
|
460
|
+
new_options = opts.merge(
|
|
461
|
+
:header_params => header_params,
|
|
462
|
+
:query_params => query_params,
|
|
463
|
+
:form_params => form_params,
|
|
464
|
+
:body => post_body,
|
|
465
|
+
:auth_names => auth_names,
|
|
466
|
+
:return_type => return_type
|
|
467
|
+
)
|
|
468
|
+
|
|
469
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
470
|
+
if @api_client.config.debugging
|
|
471
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
472
|
+
end
|
|
473
|
+
return data, status_code, headers
|
|
474
|
+
end
|
|
475
|
+
|
|
476
|
+
# Use this method to create a timesheet
|
|
477
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
478
|
+
# @param timesheet [Array<Timesheet>]
|
|
479
|
+
# @param [Hash] opts the optional parameters
|
|
480
|
+
# @return [Timesheets]
|
|
481
|
+
def create_timesheet(xero_tenant_id, timesheet, opts = {})
|
|
482
|
+
data, _status_code, _headers = create_timesheet_with_http_info(xero_tenant_id, timesheet, opts)
|
|
483
|
+
data
|
|
484
|
+
end
|
|
485
|
+
|
|
486
|
+
# Use this method to create a timesheet
|
|
487
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
488
|
+
# @param timesheet [Array<Timesheet>]
|
|
489
|
+
# @param [Hash] opts the optional parameters
|
|
490
|
+
# @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
|
|
491
|
+
def create_timesheet_with_http_info(xero_tenant_id, timesheet, opts = {})
|
|
492
|
+
if @api_client.config.debugging
|
|
493
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.create_timesheet ...'
|
|
494
|
+
end
|
|
495
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
496
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
497
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_timesheet"
|
|
498
|
+
end
|
|
499
|
+
# verify the required parameter 'timesheet' is set
|
|
500
|
+
if @api_client.config.client_side_validation && timesheet.nil?
|
|
501
|
+
fail ArgumentError, "Missing the required parameter 'timesheet' when calling PayrollAuApi.create_timesheet"
|
|
502
|
+
end
|
|
503
|
+
# resource path
|
|
504
|
+
local_var_path = '/Timesheets'
|
|
505
|
+
|
|
506
|
+
# camelize keys of incoming `where` opts
|
|
507
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
508
|
+
|
|
509
|
+
# query parameters
|
|
510
|
+
query_params = opts[:query_params] || {}
|
|
511
|
+
|
|
512
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
513
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
514
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
515
|
+
|
|
516
|
+
# header parameters
|
|
517
|
+
header_params = opts[:header_params] || {}
|
|
518
|
+
# HTTP header 'Accept' (if needed)
|
|
519
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
520
|
+
# HTTP header 'Content-Type'
|
|
521
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
522
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
523
|
+
|
|
524
|
+
# form parameters
|
|
525
|
+
form_params = opts[:form_params] || {}
|
|
526
|
+
|
|
527
|
+
# http body (model)
|
|
528
|
+
post_body = opts[:body] || @api_client.object_to_http_body(timesheet)
|
|
529
|
+
|
|
530
|
+
# return_type
|
|
531
|
+
return_type = opts[:return_type] || 'Timesheets'
|
|
532
|
+
|
|
533
|
+
# auth_names
|
|
534
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
535
|
+
|
|
536
|
+
new_options = opts.merge(
|
|
537
|
+
:header_params => header_params,
|
|
538
|
+
:query_params => query_params,
|
|
539
|
+
:form_params => form_params,
|
|
540
|
+
:body => post_body,
|
|
541
|
+
:auth_names => auth_names,
|
|
542
|
+
:return_type => return_type
|
|
543
|
+
)
|
|
544
|
+
|
|
545
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
546
|
+
if @api_client.config.debugging
|
|
547
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#create_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
548
|
+
end
|
|
549
|
+
return data, status_code, headers
|
|
550
|
+
end
|
|
551
|
+
|
|
552
|
+
# searches for an employee by unique id
|
|
553
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
554
|
+
# @param employee_id [String] Employee id for single object
|
|
555
|
+
# @param [Hash] opts the optional parameters
|
|
556
|
+
# @return [Employees]
|
|
557
|
+
def get_employee(xero_tenant_id, employee_id, opts = {})
|
|
558
|
+
data, _status_code, _headers = get_employee_with_http_info(xero_tenant_id, employee_id, opts)
|
|
559
|
+
data
|
|
560
|
+
end
|
|
561
|
+
|
|
562
|
+
# searches for an employee by unique id
|
|
563
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
564
|
+
# @param employee_id [String] Employee id for single object
|
|
565
|
+
# @param [Hash] opts the optional parameters
|
|
566
|
+
# @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
|
|
567
|
+
def get_employee_with_http_info(xero_tenant_id, employee_id, opts = {})
|
|
568
|
+
if @api_client.config.debugging
|
|
569
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_employee ...'
|
|
570
|
+
end
|
|
571
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
572
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
573
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_employee"
|
|
574
|
+
end
|
|
575
|
+
# verify the required parameter 'employee_id' is set
|
|
576
|
+
if @api_client.config.client_side_validation && employee_id.nil?
|
|
577
|
+
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.get_employee"
|
|
578
|
+
end
|
|
579
|
+
# resource path
|
|
580
|
+
local_var_path = '/Employees/{EmployeeId}'.sub('{' + 'EmployeeId' + '}', employee_id.to_s)
|
|
581
|
+
|
|
582
|
+
# camelize keys of incoming `where` opts
|
|
583
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
584
|
+
|
|
585
|
+
# query parameters
|
|
586
|
+
query_params = opts[:query_params] || {}
|
|
587
|
+
|
|
588
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
589
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
590
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
591
|
+
|
|
592
|
+
# header parameters
|
|
593
|
+
header_params = opts[:header_params] || {}
|
|
594
|
+
# HTTP header 'Accept' (if needed)
|
|
595
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
596
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
597
|
+
|
|
598
|
+
# form parameters
|
|
599
|
+
form_params = opts[:form_params] || {}
|
|
600
|
+
|
|
601
|
+
# http body (model)
|
|
602
|
+
post_body = opts[:body]
|
|
603
|
+
|
|
604
|
+
# return_type
|
|
605
|
+
return_type = opts[:return_type] || 'Employees'
|
|
606
|
+
|
|
607
|
+
# auth_names
|
|
608
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
609
|
+
|
|
610
|
+
new_options = opts.merge(
|
|
611
|
+
:header_params => header_params,
|
|
612
|
+
:query_params => query_params,
|
|
613
|
+
:form_params => form_params,
|
|
614
|
+
:body => post_body,
|
|
615
|
+
:auth_names => auth_names,
|
|
616
|
+
:return_type => return_type
|
|
617
|
+
)
|
|
618
|
+
|
|
619
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
620
|
+
if @api_client.config.debugging
|
|
621
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
622
|
+
end
|
|
623
|
+
return data, status_code, headers
|
|
624
|
+
end
|
|
625
|
+
|
|
626
|
+
# searches employees
|
|
627
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
628
|
+
# @param [Hash] opts the optional parameters
|
|
629
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
630
|
+
# @option opts [String] :where Filter by an any element
|
|
631
|
+
# @option opts [String] :order Order by an any element
|
|
632
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 employees will be returned in a single API call
|
|
633
|
+
# @return [Employees]
|
|
634
|
+
def get_employees(xero_tenant_id, opts = {})
|
|
635
|
+
data, _status_code, _headers = get_employees_with_http_info(xero_tenant_id, opts)
|
|
636
|
+
data
|
|
637
|
+
end
|
|
638
|
+
|
|
639
|
+
# searches employees
|
|
640
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
641
|
+
# @param [Hash] opts the optional parameters
|
|
642
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
643
|
+
# @option opts [String] :where Filter by an any element
|
|
644
|
+
# @option opts [String] :order Order by an any element
|
|
645
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 employees will be returned in a single API call
|
|
646
|
+
# @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
|
|
647
|
+
def get_employees_with_http_info(xero_tenant_id, opts = {})
|
|
648
|
+
if @api_client.config.debugging
|
|
649
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_employees ...'
|
|
650
|
+
end
|
|
651
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
652
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
653
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_employees"
|
|
654
|
+
end
|
|
655
|
+
# resource path
|
|
656
|
+
local_var_path = '/Employees'
|
|
657
|
+
|
|
658
|
+
# camelize keys of incoming `where` opts
|
|
659
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
660
|
+
|
|
661
|
+
# query parameters
|
|
662
|
+
query_params = opts[:query_params] || {}
|
|
663
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
664
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
665
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
666
|
+
|
|
667
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
668
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
669
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
670
|
+
|
|
671
|
+
# header parameters
|
|
672
|
+
header_params = opts[:header_params] || {}
|
|
673
|
+
# HTTP header 'Accept' (if needed)
|
|
674
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
675
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
676
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
677
|
+
|
|
678
|
+
# form parameters
|
|
679
|
+
form_params = opts[:form_params] || {}
|
|
680
|
+
|
|
681
|
+
# http body (model)
|
|
682
|
+
post_body = opts[:body]
|
|
683
|
+
|
|
684
|
+
# return_type
|
|
685
|
+
return_type = opts[:return_type] || 'Employees'
|
|
686
|
+
|
|
687
|
+
# auth_names
|
|
688
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
689
|
+
|
|
690
|
+
new_options = opts.merge(
|
|
691
|
+
:header_params => header_params,
|
|
692
|
+
:query_params => query_params,
|
|
693
|
+
:form_params => form_params,
|
|
694
|
+
:body => post_body,
|
|
695
|
+
:auth_names => auth_names,
|
|
696
|
+
:return_type => return_type
|
|
697
|
+
)
|
|
698
|
+
|
|
699
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
700
|
+
if @api_client.config.debugging
|
|
701
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_employees\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
702
|
+
end
|
|
703
|
+
return data, status_code, headers
|
|
704
|
+
end
|
|
705
|
+
|
|
706
|
+
# searches for an Leave Application by unique id
|
|
707
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
708
|
+
# @param leave_application_id [String] Leave Application id for single object
|
|
709
|
+
# @param [Hash] opts the optional parameters
|
|
710
|
+
# @return [LeaveApplications]
|
|
711
|
+
def get_leave_application(xero_tenant_id, leave_application_id, opts = {})
|
|
712
|
+
data, _status_code, _headers = get_leave_application_with_http_info(xero_tenant_id, leave_application_id, opts)
|
|
713
|
+
data
|
|
714
|
+
end
|
|
715
|
+
|
|
716
|
+
# searches for an Leave Application by unique id
|
|
717
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
718
|
+
# @param leave_application_id [String] Leave Application id for single object
|
|
719
|
+
# @param [Hash] opts the optional parameters
|
|
720
|
+
# @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
|
|
721
|
+
def get_leave_application_with_http_info(xero_tenant_id, leave_application_id, opts = {})
|
|
722
|
+
if @api_client.config.debugging
|
|
723
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_leave_application ...'
|
|
724
|
+
end
|
|
725
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
726
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
727
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_leave_application"
|
|
728
|
+
end
|
|
729
|
+
# verify the required parameter 'leave_application_id' is set
|
|
730
|
+
if @api_client.config.client_side_validation && leave_application_id.nil?
|
|
731
|
+
fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.get_leave_application"
|
|
732
|
+
end
|
|
733
|
+
# resource path
|
|
734
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationId}'.sub('{' + 'LeaveApplicationId' + '}', leave_application_id.to_s)
|
|
735
|
+
|
|
736
|
+
# camelize keys of incoming `where` opts
|
|
737
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
738
|
+
|
|
739
|
+
# query parameters
|
|
740
|
+
query_params = opts[:query_params] || {}
|
|
741
|
+
|
|
742
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
743
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
744
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
745
|
+
|
|
746
|
+
# header parameters
|
|
747
|
+
header_params = opts[:header_params] || {}
|
|
748
|
+
# HTTP header 'Accept' (if needed)
|
|
749
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
750
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
751
|
+
|
|
752
|
+
# form parameters
|
|
753
|
+
form_params = opts[:form_params] || {}
|
|
754
|
+
|
|
755
|
+
# http body (model)
|
|
756
|
+
post_body = opts[:body]
|
|
757
|
+
|
|
758
|
+
# return_type
|
|
759
|
+
return_type = opts[:return_type] || 'LeaveApplications'
|
|
760
|
+
|
|
761
|
+
# auth_names
|
|
762
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
763
|
+
|
|
764
|
+
new_options = opts.merge(
|
|
765
|
+
:header_params => header_params,
|
|
766
|
+
:query_params => query_params,
|
|
767
|
+
:form_params => form_params,
|
|
768
|
+
:body => post_body,
|
|
769
|
+
:auth_names => auth_names,
|
|
770
|
+
:return_type => return_type
|
|
771
|
+
)
|
|
772
|
+
|
|
773
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
774
|
+
if @api_client.config.debugging
|
|
775
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
776
|
+
end
|
|
777
|
+
return data, status_code, headers
|
|
778
|
+
end
|
|
779
|
+
|
|
780
|
+
# searches Leave Applications
|
|
781
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
782
|
+
# @param [Hash] opts the optional parameters
|
|
783
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
784
|
+
# @option opts [String] :where Filter by an any element
|
|
785
|
+
# @option opts [String] :order Order by an any element
|
|
786
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
787
|
+
# @return [LeaveApplications]
|
|
788
|
+
def get_leave_applications(xero_tenant_id, opts = {})
|
|
789
|
+
data, _status_code, _headers = get_leave_applications_with_http_info(xero_tenant_id, opts)
|
|
790
|
+
data
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
# searches Leave Applications
|
|
794
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
795
|
+
# @param [Hash] opts the optional parameters
|
|
796
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
797
|
+
# @option opts [String] :where Filter by an any element
|
|
798
|
+
# @option opts [String] :order Order by an any element
|
|
799
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
800
|
+
# @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
|
|
801
|
+
def get_leave_applications_with_http_info(xero_tenant_id, opts = {})
|
|
802
|
+
if @api_client.config.debugging
|
|
803
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_leave_applications ...'
|
|
804
|
+
end
|
|
805
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
806
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
807
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_leave_applications"
|
|
808
|
+
end
|
|
809
|
+
# resource path
|
|
810
|
+
local_var_path = '/LeaveApplications'
|
|
811
|
+
|
|
812
|
+
# camelize keys of incoming `where` opts
|
|
813
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
814
|
+
|
|
815
|
+
# query parameters
|
|
816
|
+
query_params = opts[:query_params] || {}
|
|
817
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
818
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
819
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
820
|
+
|
|
821
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
822
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
823
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
824
|
+
|
|
825
|
+
# header parameters
|
|
826
|
+
header_params = opts[:header_params] || {}
|
|
827
|
+
# HTTP header 'Accept' (if needed)
|
|
828
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
829
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
830
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
831
|
+
|
|
832
|
+
# form parameters
|
|
833
|
+
form_params = opts[:form_params] || {}
|
|
834
|
+
|
|
835
|
+
# http body (model)
|
|
836
|
+
post_body = opts[:body]
|
|
837
|
+
|
|
838
|
+
# return_type
|
|
839
|
+
return_type = opts[:return_type] || 'LeaveApplications'
|
|
840
|
+
|
|
841
|
+
# auth_names
|
|
842
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
843
|
+
|
|
844
|
+
new_options = opts.merge(
|
|
845
|
+
:header_params => header_params,
|
|
846
|
+
:query_params => query_params,
|
|
847
|
+
:form_params => form_params,
|
|
848
|
+
:body => post_body,
|
|
849
|
+
:auth_names => auth_names,
|
|
850
|
+
:return_type => return_type
|
|
851
|
+
)
|
|
852
|
+
|
|
853
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
854
|
+
if @api_client.config.debugging
|
|
855
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_leave_applications\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
856
|
+
end
|
|
857
|
+
return data, status_code, headers
|
|
858
|
+
end
|
|
859
|
+
|
|
860
|
+
# searches Pay Items
|
|
861
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
862
|
+
# @param [Hash] opts the optional parameters
|
|
863
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
864
|
+
# @option opts [String] :where Filter by an any element
|
|
865
|
+
# @option opts [String] :order Order by an any element
|
|
866
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
867
|
+
# @return [PayItems]
|
|
868
|
+
def get_pay_items(xero_tenant_id, opts = {})
|
|
869
|
+
data, _status_code, _headers = get_pay_items_with_http_info(xero_tenant_id, opts)
|
|
870
|
+
data
|
|
871
|
+
end
|
|
872
|
+
|
|
873
|
+
# searches Pay Items
|
|
874
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
875
|
+
# @param [Hash] opts the optional parameters
|
|
876
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
877
|
+
# @option opts [String] :where Filter by an any element
|
|
878
|
+
# @option opts [String] :order Order by an any element
|
|
879
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
880
|
+
# @return [Array<(PayItems, Integer, Hash)>] PayItems data, response status code and response headers
|
|
881
|
+
def get_pay_items_with_http_info(xero_tenant_id, opts = {})
|
|
882
|
+
if @api_client.config.debugging
|
|
883
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_items ...'
|
|
884
|
+
end
|
|
885
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
886
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
887
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_items"
|
|
888
|
+
end
|
|
889
|
+
# resource path
|
|
890
|
+
local_var_path = '/PayItems'
|
|
891
|
+
|
|
892
|
+
# camelize keys of incoming `where` opts
|
|
893
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
894
|
+
|
|
895
|
+
# query parameters
|
|
896
|
+
query_params = opts[:query_params] || {}
|
|
897
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
898
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
899
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
900
|
+
|
|
901
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
902
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
903
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
904
|
+
|
|
905
|
+
# header parameters
|
|
906
|
+
header_params = opts[:header_params] || {}
|
|
907
|
+
# HTTP header 'Accept' (if needed)
|
|
908
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
909
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
910
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
911
|
+
|
|
912
|
+
# form parameters
|
|
913
|
+
form_params = opts[:form_params] || {}
|
|
914
|
+
|
|
915
|
+
# http body (model)
|
|
916
|
+
post_body = opts[:body]
|
|
917
|
+
|
|
918
|
+
# return_type
|
|
919
|
+
return_type = opts[:return_type] || 'PayItems'
|
|
920
|
+
|
|
921
|
+
# auth_names
|
|
922
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
923
|
+
|
|
924
|
+
new_options = opts.merge(
|
|
925
|
+
:header_params => header_params,
|
|
926
|
+
:query_params => query_params,
|
|
927
|
+
:form_params => form_params,
|
|
928
|
+
:body => post_body,
|
|
929
|
+
:auth_names => auth_names,
|
|
930
|
+
:return_type => return_type
|
|
931
|
+
)
|
|
932
|
+
|
|
933
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
934
|
+
if @api_client.config.debugging
|
|
935
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_pay_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
936
|
+
end
|
|
937
|
+
return data, status_code, headers
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
# searches for an payrun by unique id
|
|
941
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
942
|
+
# @param pay_run_id [String] PayRun id for single object
|
|
943
|
+
# @param [Hash] opts the optional parameters
|
|
944
|
+
# @return [PayRuns]
|
|
945
|
+
def get_pay_run(xero_tenant_id, pay_run_id, opts = {})
|
|
946
|
+
data, _status_code, _headers = get_pay_run_with_http_info(xero_tenant_id, pay_run_id, opts)
|
|
947
|
+
data
|
|
948
|
+
end
|
|
949
|
+
|
|
950
|
+
# searches for an payrun by unique id
|
|
951
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
952
|
+
# @param pay_run_id [String] PayRun id for single object
|
|
953
|
+
# @param [Hash] opts the optional parameters
|
|
954
|
+
# @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
|
|
955
|
+
def get_pay_run_with_http_info(xero_tenant_id, pay_run_id, opts = {})
|
|
956
|
+
if @api_client.config.debugging
|
|
957
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_run ...'
|
|
958
|
+
end
|
|
959
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
960
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
961
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_run"
|
|
962
|
+
end
|
|
963
|
+
# verify the required parameter 'pay_run_id' is set
|
|
964
|
+
if @api_client.config.client_side_validation && pay_run_id.nil?
|
|
965
|
+
fail ArgumentError, "Missing the required parameter 'pay_run_id' when calling PayrollAuApi.get_pay_run"
|
|
966
|
+
end
|
|
967
|
+
# resource path
|
|
968
|
+
local_var_path = '/PayRuns/{PayRunID}'.sub('{' + 'PayRunID' + '}', pay_run_id.to_s)
|
|
969
|
+
|
|
970
|
+
# camelize keys of incoming `where` opts
|
|
971
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
972
|
+
|
|
973
|
+
# query parameters
|
|
974
|
+
query_params = opts[:query_params] || {}
|
|
975
|
+
|
|
976
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
977
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
978
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
979
|
+
|
|
980
|
+
# header parameters
|
|
981
|
+
header_params = opts[:header_params] || {}
|
|
982
|
+
# HTTP header 'Accept' (if needed)
|
|
983
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
984
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
985
|
+
|
|
986
|
+
# form parameters
|
|
987
|
+
form_params = opts[:form_params] || {}
|
|
988
|
+
|
|
989
|
+
# http body (model)
|
|
990
|
+
post_body = opts[:body]
|
|
991
|
+
|
|
992
|
+
# return_type
|
|
993
|
+
return_type = opts[:return_type] || 'PayRuns'
|
|
994
|
+
|
|
995
|
+
# auth_names
|
|
996
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
997
|
+
|
|
998
|
+
new_options = opts.merge(
|
|
999
|
+
:header_params => header_params,
|
|
1000
|
+
:query_params => query_params,
|
|
1001
|
+
:form_params => form_params,
|
|
1002
|
+
:body => post_body,
|
|
1003
|
+
:auth_names => auth_names,
|
|
1004
|
+
:return_type => return_type
|
|
1005
|
+
)
|
|
1006
|
+
|
|
1007
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1008
|
+
if @api_client.config.debugging
|
|
1009
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1010
|
+
end
|
|
1011
|
+
return data, status_code, headers
|
|
1012
|
+
end
|
|
1013
|
+
|
|
1014
|
+
# searches PayRuns
|
|
1015
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1016
|
+
# @param [Hash] opts the optional parameters
|
|
1017
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1018
|
+
# @option opts [String] :where Filter by an any element
|
|
1019
|
+
# @option opts [String] :order Order by an any element
|
|
1020
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 PayRuns will be returned in a single API call
|
|
1021
|
+
# @return [PayRuns]
|
|
1022
|
+
def get_pay_runs(xero_tenant_id, opts = {})
|
|
1023
|
+
data, _status_code, _headers = get_pay_runs_with_http_info(xero_tenant_id, opts)
|
|
1024
|
+
data
|
|
1025
|
+
end
|
|
1026
|
+
|
|
1027
|
+
# searches PayRuns
|
|
1028
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1029
|
+
# @param [Hash] opts the optional parameters
|
|
1030
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1031
|
+
# @option opts [String] :where Filter by an any element
|
|
1032
|
+
# @option opts [String] :order Order by an any element
|
|
1033
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 PayRuns will be returned in a single API call
|
|
1034
|
+
# @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
|
|
1035
|
+
def get_pay_runs_with_http_info(xero_tenant_id, opts = {})
|
|
1036
|
+
if @api_client.config.debugging
|
|
1037
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_runs ...'
|
|
1038
|
+
end
|
|
1039
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1040
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1041
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_runs"
|
|
1042
|
+
end
|
|
1043
|
+
# resource path
|
|
1044
|
+
local_var_path = '/PayRuns'
|
|
1045
|
+
|
|
1046
|
+
# camelize keys of incoming `where` opts
|
|
1047
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1048
|
+
|
|
1049
|
+
# query parameters
|
|
1050
|
+
query_params = opts[:query_params] || {}
|
|
1051
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
1052
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
1053
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1054
|
+
|
|
1055
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1056
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1057
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1058
|
+
|
|
1059
|
+
# header parameters
|
|
1060
|
+
header_params = opts[:header_params] || {}
|
|
1061
|
+
# HTTP header 'Accept' (if needed)
|
|
1062
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1063
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1064
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
1065
|
+
|
|
1066
|
+
# form parameters
|
|
1067
|
+
form_params = opts[:form_params] || {}
|
|
1068
|
+
|
|
1069
|
+
# http body (model)
|
|
1070
|
+
post_body = opts[:body]
|
|
1071
|
+
|
|
1072
|
+
# return_type
|
|
1073
|
+
return_type = opts[:return_type] || 'PayRuns'
|
|
1074
|
+
|
|
1075
|
+
# auth_names
|
|
1076
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1077
|
+
|
|
1078
|
+
new_options = opts.merge(
|
|
1079
|
+
:header_params => header_params,
|
|
1080
|
+
:query_params => query_params,
|
|
1081
|
+
:form_params => form_params,
|
|
1082
|
+
:body => post_body,
|
|
1083
|
+
:auth_names => auth_names,
|
|
1084
|
+
:return_type => return_type
|
|
1085
|
+
)
|
|
1086
|
+
|
|
1087
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1088
|
+
if @api_client.config.debugging
|
|
1089
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_pay_runs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1090
|
+
end
|
|
1091
|
+
return data, status_code, headers
|
|
1092
|
+
end
|
|
1093
|
+
|
|
1094
|
+
# searches Payroll Calendars
|
|
1095
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1096
|
+
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
|
1097
|
+
# @param [Hash] opts the optional parameters
|
|
1098
|
+
# @return [PayrollCalendars]
|
|
1099
|
+
def get_payroll_calendar(xero_tenant_id, payroll_calendar_id, opts = {})
|
|
1100
|
+
data, _status_code, _headers = get_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar_id, opts)
|
|
1101
|
+
data
|
|
1102
|
+
end
|
|
1103
|
+
|
|
1104
|
+
# searches Payroll Calendars
|
|
1105
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1106
|
+
# @param payroll_calendar_id [String] Payroll Calendar id for single object
|
|
1107
|
+
# @param [Hash] opts the optional parameters
|
|
1108
|
+
# @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
|
|
1109
|
+
def get_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar_id, opts = {})
|
|
1110
|
+
if @api_client.config.debugging
|
|
1111
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payroll_calendar ...'
|
|
1112
|
+
end
|
|
1113
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1114
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1115
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payroll_calendar"
|
|
1116
|
+
end
|
|
1117
|
+
# verify the required parameter 'payroll_calendar_id' is set
|
|
1118
|
+
if @api_client.config.client_side_validation && payroll_calendar_id.nil?
|
|
1119
|
+
fail ArgumentError, "Missing the required parameter 'payroll_calendar_id' when calling PayrollAuApi.get_payroll_calendar"
|
|
1120
|
+
end
|
|
1121
|
+
# resource path
|
|
1122
|
+
local_var_path = '/PayrollCalendars/{PayrollCalendarID}'.sub('{' + 'PayrollCalendarID' + '}', payroll_calendar_id.to_s)
|
|
1123
|
+
|
|
1124
|
+
# camelize keys of incoming `where` opts
|
|
1125
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1126
|
+
|
|
1127
|
+
# query parameters
|
|
1128
|
+
query_params = opts[:query_params] || {}
|
|
1129
|
+
|
|
1130
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1131
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1132
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1133
|
+
|
|
1134
|
+
# header parameters
|
|
1135
|
+
header_params = opts[:header_params] || {}
|
|
1136
|
+
# HTTP header 'Accept' (if needed)
|
|
1137
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1138
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1139
|
+
|
|
1140
|
+
# form parameters
|
|
1141
|
+
form_params = opts[:form_params] || {}
|
|
1142
|
+
|
|
1143
|
+
# http body (model)
|
|
1144
|
+
post_body = opts[:body]
|
|
1145
|
+
|
|
1146
|
+
# return_type
|
|
1147
|
+
return_type = opts[:return_type] || 'PayrollCalendars'
|
|
1148
|
+
|
|
1149
|
+
# auth_names
|
|
1150
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1151
|
+
|
|
1152
|
+
new_options = opts.merge(
|
|
1153
|
+
:header_params => header_params,
|
|
1154
|
+
:query_params => query_params,
|
|
1155
|
+
:form_params => form_params,
|
|
1156
|
+
:body => post_body,
|
|
1157
|
+
:auth_names => auth_names,
|
|
1158
|
+
:return_type => return_type
|
|
1159
|
+
)
|
|
1160
|
+
|
|
1161
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1162
|
+
if @api_client.config.debugging
|
|
1163
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_payroll_calendar\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1164
|
+
end
|
|
1165
|
+
return data, status_code, headers
|
|
1166
|
+
end
|
|
1167
|
+
|
|
1168
|
+
# searches Payroll Calendars
|
|
1169
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1170
|
+
# @param [Hash] opts the optional parameters
|
|
1171
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1172
|
+
# @option opts [String] :where Filter by an any element
|
|
1173
|
+
# @option opts [String] :order Order by an any element
|
|
1174
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
1175
|
+
# @return [PayrollCalendars]
|
|
1176
|
+
def get_payroll_calendars(xero_tenant_id, opts = {})
|
|
1177
|
+
data, _status_code, _headers = get_payroll_calendars_with_http_info(xero_tenant_id, opts)
|
|
1178
|
+
data
|
|
1179
|
+
end
|
|
1180
|
+
|
|
1181
|
+
# searches Payroll Calendars
|
|
1182
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1183
|
+
# @param [Hash] opts the optional parameters
|
|
1184
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1185
|
+
# @option opts [String] :where Filter by an any element
|
|
1186
|
+
# @option opts [String] :order Order by an any element
|
|
1187
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 objects will be returned in a single API call
|
|
1188
|
+
# @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
|
|
1189
|
+
def get_payroll_calendars_with_http_info(xero_tenant_id, opts = {})
|
|
1190
|
+
if @api_client.config.debugging
|
|
1191
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payroll_calendars ...'
|
|
1192
|
+
end
|
|
1193
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1194
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1195
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payroll_calendars"
|
|
1196
|
+
end
|
|
1197
|
+
# resource path
|
|
1198
|
+
local_var_path = '/PayrollCalendars'
|
|
1199
|
+
|
|
1200
|
+
# camelize keys of incoming `where` opts
|
|
1201
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1202
|
+
|
|
1203
|
+
# query parameters
|
|
1204
|
+
query_params = opts[:query_params] || {}
|
|
1205
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
1206
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
1207
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1208
|
+
|
|
1209
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1210
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1211
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1212
|
+
|
|
1213
|
+
# header parameters
|
|
1214
|
+
header_params = opts[:header_params] || {}
|
|
1215
|
+
# HTTP header 'Accept' (if needed)
|
|
1216
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1217
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1218
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
1219
|
+
|
|
1220
|
+
# form parameters
|
|
1221
|
+
form_params = opts[:form_params] || {}
|
|
1222
|
+
|
|
1223
|
+
# http body (model)
|
|
1224
|
+
post_body = opts[:body]
|
|
1225
|
+
|
|
1226
|
+
# return_type
|
|
1227
|
+
return_type = opts[:return_type] || 'PayrollCalendars'
|
|
1228
|
+
|
|
1229
|
+
# auth_names
|
|
1230
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1231
|
+
|
|
1232
|
+
new_options = opts.merge(
|
|
1233
|
+
:header_params => header_params,
|
|
1234
|
+
:query_params => query_params,
|
|
1235
|
+
:form_params => form_params,
|
|
1236
|
+
:body => post_body,
|
|
1237
|
+
:auth_names => auth_names,
|
|
1238
|
+
:return_type => return_type
|
|
1239
|
+
)
|
|
1240
|
+
|
|
1241
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1242
|
+
if @api_client.config.debugging
|
|
1243
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_payroll_calendars\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1244
|
+
end
|
|
1245
|
+
return data, status_code, headers
|
|
1246
|
+
end
|
|
1247
|
+
|
|
1248
|
+
# searches for an payslip by unique id
|
|
1249
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1250
|
+
# @param payslip_id [String] Payslip id for single object
|
|
1251
|
+
# @param [Hash] opts the optional parameters
|
|
1252
|
+
# @return [PayslipObject]
|
|
1253
|
+
def get_payslip(xero_tenant_id, payslip_id, opts = {})
|
|
1254
|
+
data, _status_code, _headers = get_payslip_with_http_info(xero_tenant_id, payslip_id, opts)
|
|
1255
|
+
data
|
|
1256
|
+
end
|
|
1257
|
+
|
|
1258
|
+
# searches for an payslip by unique id
|
|
1259
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1260
|
+
# @param payslip_id [String] Payslip id for single object
|
|
1261
|
+
# @param [Hash] opts the optional parameters
|
|
1262
|
+
# @return [Array<(PayslipObject, Integer, Hash)>] PayslipObject data, response status code and response headers
|
|
1263
|
+
def get_payslip_with_http_info(xero_tenant_id, payslip_id, opts = {})
|
|
1264
|
+
if @api_client.config.debugging
|
|
1265
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payslip ...'
|
|
1266
|
+
end
|
|
1267
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1268
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1269
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payslip"
|
|
1270
|
+
end
|
|
1271
|
+
# verify the required parameter 'payslip_id' is set
|
|
1272
|
+
if @api_client.config.client_side_validation && payslip_id.nil?
|
|
1273
|
+
fail ArgumentError, "Missing the required parameter 'payslip_id' when calling PayrollAuApi.get_payslip"
|
|
1274
|
+
end
|
|
1275
|
+
# resource path
|
|
1276
|
+
local_var_path = '/Payslip/{PayslipID}'.sub('{' + 'PayslipID' + '}', payslip_id.to_s)
|
|
1277
|
+
|
|
1278
|
+
# camelize keys of incoming `where` opts
|
|
1279
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1280
|
+
|
|
1281
|
+
# query parameters
|
|
1282
|
+
query_params = opts[:query_params] || {}
|
|
1283
|
+
|
|
1284
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1285
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1286
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1287
|
+
|
|
1288
|
+
# header parameters
|
|
1289
|
+
header_params = opts[:header_params] || {}
|
|
1290
|
+
# HTTP header 'Accept' (if needed)
|
|
1291
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1292
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1293
|
+
|
|
1294
|
+
# form parameters
|
|
1295
|
+
form_params = opts[:form_params] || {}
|
|
1296
|
+
|
|
1297
|
+
# http body (model)
|
|
1298
|
+
post_body = opts[:body]
|
|
1299
|
+
|
|
1300
|
+
# return_type
|
|
1301
|
+
return_type = opts[:return_type] || 'PayslipObject'
|
|
1302
|
+
|
|
1303
|
+
# auth_names
|
|
1304
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1305
|
+
|
|
1306
|
+
new_options = opts.merge(
|
|
1307
|
+
:header_params => header_params,
|
|
1308
|
+
:query_params => query_params,
|
|
1309
|
+
:form_params => form_params,
|
|
1310
|
+
:body => post_body,
|
|
1311
|
+
:auth_names => auth_names,
|
|
1312
|
+
:return_type => return_type
|
|
1313
|
+
)
|
|
1314
|
+
|
|
1315
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1316
|
+
if @api_client.config.debugging
|
|
1317
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_payslip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1318
|
+
end
|
|
1319
|
+
return data, status_code, headers
|
|
1320
|
+
end
|
|
1321
|
+
|
|
1322
|
+
# retrieve settings
|
|
1323
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1324
|
+
# @param [Hash] opts the optional parameters
|
|
1325
|
+
# @return [SettingsObject]
|
|
1326
|
+
def get_settings(xero_tenant_id, opts = {})
|
|
1327
|
+
data, _status_code, _headers = get_settings_with_http_info(xero_tenant_id, opts)
|
|
1328
|
+
data
|
|
1329
|
+
end
|
|
1330
|
+
|
|
1331
|
+
# retrieve settings
|
|
1332
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1333
|
+
# @param [Hash] opts the optional parameters
|
|
1334
|
+
# @return [Array<(SettingsObject, Integer, Hash)>] SettingsObject data, response status code and response headers
|
|
1335
|
+
def get_settings_with_http_info(xero_tenant_id, opts = {})
|
|
1336
|
+
if @api_client.config.debugging
|
|
1337
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_settings ...'
|
|
1338
|
+
end
|
|
1339
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1340
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1341
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_settings"
|
|
1342
|
+
end
|
|
1343
|
+
# resource path
|
|
1344
|
+
local_var_path = '/Settings'
|
|
1345
|
+
|
|
1346
|
+
# camelize keys of incoming `where` opts
|
|
1347
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1348
|
+
|
|
1349
|
+
# query parameters
|
|
1350
|
+
query_params = opts[:query_params] || {}
|
|
1351
|
+
|
|
1352
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1353
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1354
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1355
|
+
|
|
1356
|
+
# header parameters
|
|
1357
|
+
header_params = opts[:header_params] || {}
|
|
1358
|
+
# HTTP header 'Accept' (if needed)
|
|
1359
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1360
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1361
|
+
|
|
1362
|
+
# form parameters
|
|
1363
|
+
form_params = opts[:form_params] || {}
|
|
1364
|
+
|
|
1365
|
+
# http body (model)
|
|
1366
|
+
post_body = opts[:body]
|
|
1367
|
+
|
|
1368
|
+
# return_type
|
|
1369
|
+
return_type = opts[:return_type] || 'SettingsObject'
|
|
1370
|
+
|
|
1371
|
+
# auth_names
|
|
1372
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1373
|
+
|
|
1374
|
+
new_options = opts.merge(
|
|
1375
|
+
:header_params => header_params,
|
|
1376
|
+
:query_params => query_params,
|
|
1377
|
+
:form_params => form_params,
|
|
1378
|
+
:body => post_body,
|
|
1379
|
+
:auth_names => auth_names,
|
|
1380
|
+
:return_type => return_type
|
|
1381
|
+
)
|
|
1382
|
+
|
|
1383
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1384
|
+
if @api_client.config.debugging
|
|
1385
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1386
|
+
end
|
|
1387
|
+
return data, status_code, headers
|
|
1388
|
+
end
|
|
1389
|
+
|
|
1390
|
+
# searches for an Superfund by unique id
|
|
1391
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1392
|
+
# @param super_fund_id [String] Superfund id for single object
|
|
1393
|
+
# @param [Hash] opts the optional parameters
|
|
1394
|
+
# @return [SuperFunds]
|
|
1395
|
+
def get_superfund(xero_tenant_id, super_fund_id, opts = {})
|
|
1396
|
+
data, _status_code, _headers = get_superfund_with_http_info(xero_tenant_id, super_fund_id, opts)
|
|
1397
|
+
data
|
|
1398
|
+
end
|
|
1399
|
+
|
|
1400
|
+
# searches for an Superfund by unique id
|
|
1401
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1402
|
+
# @param super_fund_id [String] Superfund id for single object
|
|
1403
|
+
# @param [Hash] opts the optional parameters
|
|
1404
|
+
# @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
|
|
1405
|
+
def get_superfund_with_http_info(xero_tenant_id, super_fund_id, opts = {})
|
|
1406
|
+
if @api_client.config.debugging
|
|
1407
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfund ...'
|
|
1408
|
+
end
|
|
1409
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1410
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1411
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfund"
|
|
1412
|
+
end
|
|
1413
|
+
# verify the required parameter 'super_fund_id' is set
|
|
1414
|
+
if @api_client.config.client_side_validation && super_fund_id.nil?
|
|
1415
|
+
fail ArgumentError, "Missing the required parameter 'super_fund_id' when calling PayrollAuApi.get_superfund"
|
|
1416
|
+
end
|
|
1417
|
+
# resource path
|
|
1418
|
+
local_var_path = '/Superfunds/{SuperFundID}'.sub('{' + 'SuperFundID' + '}', super_fund_id.to_s)
|
|
1419
|
+
|
|
1420
|
+
# camelize keys of incoming `where` opts
|
|
1421
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1422
|
+
|
|
1423
|
+
# query parameters
|
|
1424
|
+
query_params = opts[:query_params] || {}
|
|
1425
|
+
|
|
1426
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1427
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1428
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1429
|
+
|
|
1430
|
+
# header parameters
|
|
1431
|
+
header_params = opts[:header_params] || {}
|
|
1432
|
+
# HTTP header 'Accept' (if needed)
|
|
1433
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1434
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1435
|
+
|
|
1436
|
+
# form parameters
|
|
1437
|
+
form_params = opts[:form_params] || {}
|
|
1438
|
+
|
|
1439
|
+
# http body (model)
|
|
1440
|
+
post_body = opts[:body]
|
|
1441
|
+
|
|
1442
|
+
# return_type
|
|
1443
|
+
return_type = opts[:return_type] || 'SuperFunds'
|
|
1444
|
+
|
|
1445
|
+
# auth_names
|
|
1446
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1447
|
+
|
|
1448
|
+
new_options = opts.merge(
|
|
1449
|
+
:header_params => header_params,
|
|
1450
|
+
:query_params => query_params,
|
|
1451
|
+
:form_params => form_params,
|
|
1452
|
+
:body => post_body,
|
|
1453
|
+
:auth_names => auth_names,
|
|
1454
|
+
:return_type => return_type
|
|
1455
|
+
)
|
|
1456
|
+
|
|
1457
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1458
|
+
if @api_client.config.debugging
|
|
1459
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1460
|
+
end
|
|
1461
|
+
return data, status_code, headers
|
|
1462
|
+
end
|
|
1463
|
+
|
|
1464
|
+
# searches SuperfundProducts
|
|
1465
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1466
|
+
# @param [Hash] opts the optional parameters
|
|
1467
|
+
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
|
1468
|
+
# @option opts [String] :usi The USI of the Regulated SuperFund
|
|
1469
|
+
# @return [SuperFundProducts]
|
|
1470
|
+
def get_superfund_products(xero_tenant_id, opts = {})
|
|
1471
|
+
data, _status_code, _headers = get_superfund_products_with_http_info(xero_tenant_id, opts)
|
|
1472
|
+
data
|
|
1473
|
+
end
|
|
1474
|
+
|
|
1475
|
+
# searches SuperfundProducts
|
|
1476
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1477
|
+
# @param [Hash] opts the optional parameters
|
|
1478
|
+
# @option opts [String] :abn The ABN of the Regulated SuperFund
|
|
1479
|
+
# @option opts [String] :usi The USI of the Regulated SuperFund
|
|
1480
|
+
# @return [Array<(SuperFundProducts, Integer, Hash)>] SuperFundProducts data, response status code and response headers
|
|
1481
|
+
def get_superfund_products_with_http_info(xero_tenant_id, opts = {})
|
|
1482
|
+
if @api_client.config.debugging
|
|
1483
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfund_products ...'
|
|
1484
|
+
end
|
|
1485
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1486
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1487
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfund_products"
|
|
1488
|
+
end
|
|
1489
|
+
# resource path
|
|
1490
|
+
local_var_path = '/SuperfundProducts'
|
|
1491
|
+
|
|
1492
|
+
# camelize keys of incoming `where` opts
|
|
1493
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1494
|
+
|
|
1495
|
+
# query parameters
|
|
1496
|
+
query_params = opts[:query_params] || {}
|
|
1497
|
+
query_params[:'ABN'] = opts[:'abn'] if !opts[:'abn'].nil?
|
|
1498
|
+
query_params[:'USI'] = opts[:'usi'] if !opts[:'usi'].nil?
|
|
1499
|
+
|
|
1500
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1501
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1502
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1503
|
+
|
|
1504
|
+
# header parameters
|
|
1505
|
+
header_params = opts[:header_params] || {}
|
|
1506
|
+
# HTTP header 'Accept' (if needed)
|
|
1507
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1508
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1509
|
+
|
|
1510
|
+
# form parameters
|
|
1511
|
+
form_params = opts[:form_params] || {}
|
|
1512
|
+
|
|
1513
|
+
# http body (model)
|
|
1514
|
+
post_body = opts[:body]
|
|
1515
|
+
|
|
1516
|
+
# return_type
|
|
1517
|
+
return_type = opts[:return_type] || 'SuperFundProducts'
|
|
1518
|
+
|
|
1519
|
+
# auth_names
|
|
1520
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1521
|
+
|
|
1522
|
+
new_options = opts.merge(
|
|
1523
|
+
:header_params => header_params,
|
|
1524
|
+
:query_params => query_params,
|
|
1525
|
+
:form_params => form_params,
|
|
1526
|
+
:body => post_body,
|
|
1527
|
+
:auth_names => auth_names,
|
|
1528
|
+
:return_type => return_type
|
|
1529
|
+
)
|
|
1530
|
+
|
|
1531
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1532
|
+
if @api_client.config.debugging
|
|
1533
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_superfund_products\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1534
|
+
end
|
|
1535
|
+
return data, status_code, headers
|
|
1536
|
+
end
|
|
1537
|
+
|
|
1538
|
+
# searches SuperFunds
|
|
1539
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1540
|
+
# @param [Hash] opts the optional parameters
|
|
1541
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1542
|
+
# @option opts [String] :where Filter by an any element
|
|
1543
|
+
# @option opts [String] :order Order by an any element
|
|
1544
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 SuperFunds will be returned in a single API call
|
|
1545
|
+
# @return [SuperFunds]
|
|
1546
|
+
def get_superfunds(xero_tenant_id, opts = {})
|
|
1547
|
+
data, _status_code, _headers = get_superfunds_with_http_info(xero_tenant_id, opts)
|
|
1548
|
+
data
|
|
1549
|
+
end
|
|
1550
|
+
|
|
1551
|
+
# searches SuperFunds
|
|
1552
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1553
|
+
# @param [Hash] opts the optional parameters
|
|
1554
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1555
|
+
# @option opts [String] :where Filter by an any element
|
|
1556
|
+
# @option opts [String] :order Order by an any element
|
|
1557
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 SuperFunds will be returned in a single API call
|
|
1558
|
+
# @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
|
|
1559
|
+
def get_superfunds_with_http_info(xero_tenant_id, opts = {})
|
|
1560
|
+
if @api_client.config.debugging
|
|
1561
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfunds ...'
|
|
1562
|
+
end
|
|
1563
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1564
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1565
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfunds"
|
|
1566
|
+
end
|
|
1567
|
+
# resource path
|
|
1568
|
+
local_var_path = '/Superfunds'
|
|
1569
|
+
|
|
1570
|
+
# camelize keys of incoming `where` opts
|
|
1571
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1572
|
+
|
|
1573
|
+
# query parameters
|
|
1574
|
+
query_params = opts[:query_params] || {}
|
|
1575
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
1576
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
1577
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1578
|
+
|
|
1579
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1580
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1581
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1582
|
+
|
|
1583
|
+
# header parameters
|
|
1584
|
+
header_params = opts[:header_params] || {}
|
|
1585
|
+
# HTTP header 'Accept' (if needed)
|
|
1586
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1587
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1588
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
1589
|
+
|
|
1590
|
+
# form parameters
|
|
1591
|
+
form_params = opts[:form_params] || {}
|
|
1592
|
+
|
|
1593
|
+
# http body (model)
|
|
1594
|
+
post_body = opts[:body]
|
|
1595
|
+
|
|
1596
|
+
# return_type
|
|
1597
|
+
return_type = opts[:return_type] || 'SuperFunds'
|
|
1598
|
+
|
|
1599
|
+
# auth_names
|
|
1600
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1601
|
+
|
|
1602
|
+
new_options = opts.merge(
|
|
1603
|
+
:header_params => header_params,
|
|
1604
|
+
:query_params => query_params,
|
|
1605
|
+
:form_params => form_params,
|
|
1606
|
+
:body => post_body,
|
|
1607
|
+
:auth_names => auth_names,
|
|
1608
|
+
:return_type => return_type
|
|
1609
|
+
)
|
|
1610
|
+
|
|
1611
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1612
|
+
if @api_client.config.debugging
|
|
1613
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_superfunds\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1614
|
+
end
|
|
1615
|
+
return data, status_code, headers
|
|
1616
|
+
end
|
|
1617
|
+
|
|
1618
|
+
# searches for an timesheet by unique id
|
|
1619
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1620
|
+
# @param timesheet_id [String] Timesheet id for single object
|
|
1621
|
+
# @param [Hash] opts the optional parameters
|
|
1622
|
+
# @return [TimesheetObject]
|
|
1623
|
+
def get_timesheet(xero_tenant_id, timesheet_id, opts = {})
|
|
1624
|
+
data, _status_code, _headers = get_timesheet_with_http_info(xero_tenant_id, timesheet_id, opts)
|
|
1625
|
+
data
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1628
|
+
# searches for an timesheet by unique id
|
|
1629
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1630
|
+
# @param timesheet_id [String] Timesheet id for single object
|
|
1631
|
+
# @param [Hash] opts the optional parameters
|
|
1632
|
+
# @return [Array<(TimesheetObject, Integer, Hash)>] TimesheetObject data, response status code and response headers
|
|
1633
|
+
def get_timesheet_with_http_info(xero_tenant_id, timesheet_id, opts = {})
|
|
1634
|
+
if @api_client.config.debugging
|
|
1635
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_timesheet ...'
|
|
1636
|
+
end
|
|
1637
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1638
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1639
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_timesheet"
|
|
1640
|
+
end
|
|
1641
|
+
# verify the required parameter 'timesheet_id' is set
|
|
1642
|
+
if @api_client.config.client_side_validation && timesheet_id.nil?
|
|
1643
|
+
fail ArgumentError, "Missing the required parameter 'timesheet_id' when calling PayrollAuApi.get_timesheet"
|
|
1644
|
+
end
|
|
1645
|
+
# resource path
|
|
1646
|
+
local_var_path = '/Timesheets/{TimesheetID}'.sub('{' + 'TimesheetID' + '}', timesheet_id.to_s)
|
|
1647
|
+
|
|
1648
|
+
# camelize keys of incoming `where` opts
|
|
1649
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1650
|
+
|
|
1651
|
+
# query parameters
|
|
1652
|
+
query_params = opts[:query_params] || {}
|
|
1653
|
+
|
|
1654
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1655
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1656
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1657
|
+
|
|
1658
|
+
# header parameters
|
|
1659
|
+
header_params = opts[:header_params] || {}
|
|
1660
|
+
# HTTP header 'Accept' (if needed)
|
|
1661
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1662
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1663
|
+
|
|
1664
|
+
# form parameters
|
|
1665
|
+
form_params = opts[:form_params] || {}
|
|
1666
|
+
|
|
1667
|
+
# http body (model)
|
|
1668
|
+
post_body = opts[:body]
|
|
1669
|
+
|
|
1670
|
+
# return_type
|
|
1671
|
+
return_type = opts[:return_type] || 'TimesheetObject'
|
|
1672
|
+
|
|
1673
|
+
# auth_names
|
|
1674
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1675
|
+
|
|
1676
|
+
new_options = opts.merge(
|
|
1677
|
+
:header_params => header_params,
|
|
1678
|
+
:query_params => query_params,
|
|
1679
|
+
:form_params => form_params,
|
|
1680
|
+
:body => post_body,
|
|
1681
|
+
:auth_names => auth_names,
|
|
1682
|
+
:return_type => return_type
|
|
1683
|
+
)
|
|
1684
|
+
|
|
1685
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1686
|
+
if @api_client.config.debugging
|
|
1687
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1688
|
+
end
|
|
1689
|
+
return data, status_code, headers
|
|
1690
|
+
end
|
|
1691
|
+
|
|
1692
|
+
# searches timesheets
|
|
1693
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1694
|
+
# @param [Hash] opts the optional parameters
|
|
1695
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1696
|
+
# @option opts [String] :where Filter by an any element
|
|
1697
|
+
# @option opts [String] :order Order by an any element
|
|
1698
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 timesheets will be returned in a single API call
|
|
1699
|
+
# @return [Timesheets]
|
|
1700
|
+
def get_timesheets(xero_tenant_id, opts = {})
|
|
1701
|
+
data, _status_code, _headers = get_timesheets_with_http_info(xero_tenant_id, opts)
|
|
1702
|
+
data
|
|
1703
|
+
end
|
|
1704
|
+
|
|
1705
|
+
# searches timesheets
|
|
1706
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1707
|
+
# @param [Hash] opts the optional parameters
|
|
1708
|
+
# @option opts [String] :if_modified_since Only records created or modified since this timestamp will be returned
|
|
1709
|
+
# @option opts [String] :where Filter by an any element
|
|
1710
|
+
# @option opts [String] :order Order by an any element
|
|
1711
|
+
# @option opts [Integer] :page e.g. page=1 – Up to 100 timesheets will be returned in a single API call
|
|
1712
|
+
# @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
|
|
1713
|
+
def get_timesheets_with_http_info(xero_tenant_id, opts = {})
|
|
1714
|
+
if @api_client.config.debugging
|
|
1715
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.get_timesheets ...'
|
|
1716
|
+
end
|
|
1717
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1718
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1719
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_timesheets"
|
|
1720
|
+
end
|
|
1721
|
+
# resource path
|
|
1722
|
+
local_var_path = '/Timesheets'
|
|
1723
|
+
|
|
1724
|
+
# camelize keys of incoming `where` opts
|
|
1725
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1726
|
+
|
|
1727
|
+
# query parameters
|
|
1728
|
+
query_params = opts[:query_params] || {}
|
|
1729
|
+
query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
|
|
1730
|
+
query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
|
|
1731
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
1732
|
+
|
|
1733
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1734
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1735
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1736
|
+
|
|
1737
|
+
# header parameters
|
|
1738
|
+
header_params = opts[:header_params] || {}
|
|
1739
|
+
# HTTP header 'Accept' (if needed)
|
|
1740
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1741
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1742
|
+
header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
|
|
1743
|
+
|
|
1744
|
+
# form parameters
|
|
1745
|
+
form_params = opts[:form_params] || {}
|
|
1746
|
+
|
|
1747
|
+
# http body (model)
|
|
1748
|
+
post_body = opts[:body]
|
|
1749
|
+
|
|
1750
|
+
# return_type
|
|
1751
|
+
return_type = opts[:return_type] || 'Timesheets'
|
|
1752
|
+
|
|
1753
|
+
# auth_names
|
|
1754
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1755
|
+
|
|
1756
|
+
new_options = opts.merge(
|
|
1757
|
+
:header_params => header_params,
|
|
1758
|
+
:query_params => query_params,
|
|
1759
|
+
:form_params => form_params,
|
|
1760
|
+
:body => post_body,
|
|
1761
|
+
:auth_names => auth_names,
|
|
1762
|
+
:return_type => return_type
|
|
1763
|
+
)
|
|
1764
|
+
|
|
1765
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
|
|
1766
|
+
if @api_client.config.debugging
|
|
1767
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#get_timesheets\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1768
|
+
end
|
|
1769
|
+
return data, status_code, headers
|
|
1770
|
+
end
|
|
1771
|
+
|
|
1772
|
+
# Update an Employee
|
|
1773
|
+
# Update properties on a single employee
|
|
1774
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1775
|
+
# @param employee_id [String] Employee id for single object
|
|
1776
|
+
# @param [Hash] opts the optional parameters
|
|
1777
|
+
# @option opts [Array<Employee>] :employee
|
|
1778
|
+
# @return [Employees]
|
|
1779
|
+
def update_employee(xero_tenant_id, employee_id, opts = {})
|
|
1780
|
+
data, _status_code, _headers = update_employee_with_http_info(xero_tenant_id, employee_id, opts)
|
|
1781
|
+
data
|
|
1782
|
+
end
|
|
1783
|
+
|
|
1784
|
+
# Update an Employee
|
|
1785
|
+
# Update properties on a single employee
|
|
1786
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1787
|
+
# @param employee_id [String] Employee id for single object
|
|
1788
|
+
# @param [Hash] opts the optional parameters
|
|
1789
|
+
# @option opts [Array<Employee>] :employee
|
|
1790
|
+
# @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
|
|
1791
|
+
def update_employee_with_http_info(xero_tenant_id, employee_id, opts = {})
|
|
1792
|
+
if @api_client.config.debugging
|
|
1793
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_employee ...'
|
|
1794
|
+
end
|
|
1795
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1796
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1797
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_employee"
|
|
1798
|
+
end
|
|
1799
|
+
# verify the required parameter 'employee_id' is set
|
|
1800
|
+
if @api_client.config.client_side_validation && employee_id.nil?
|
|
1801
|
+
fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.update_employee"
|
|
1802
|
+
end
|
|
1803
|
+
# resource path
|
|
1804
|
+
local_var_path = '/Employees/{EmployeeId}'.sub('{' + 'EmployeeId' + '}', employee_id.to_s)
|
|
1805
|
+
|
|
1806
|
+
# camelize keys of incoming `where` opts
|
|
1807
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1808
|
+
|
|
1809
|
+
# query parameters
|
|
1810
|
+
query_params = opts[:query_params] || {}
|
|
1811
|
+
|
|
1812
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1813
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1814
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1815
|
+
|
|
1816
|
+
# header parameters
|
|
1817
|
+
header_params = opts[:header_params] || {}
|
|
1818
|
+
# HTTP header 'Accept' (if needed)
|
|
1819
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1820
|
+
# HTTP header 'Content-Type'
|
|
1821
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1822
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1823
|
+
|
|
1824
|
+
# form parameters
|
|
1825
|
+
form_params = opts[:form_params] || {}
|
|
1826
|
+
|
|
1827
|
+
# http body (model)
|
|
1828
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'employee'])
|
|
1829
|
+
|
|
1830
|
+
# return_type
|
|
1831
|
+
return_type = opts[:return_type] || 'Employees'
|
|
1832
|
+
|
|
1833
|
+
# auth_names
|
|
1834
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1835
|
+
|
|
1836
|
+
new_options = opts.merge(
|
|
1837
|
+
:header_params => header_params,
|
|
1838
|
+
:query_params => query_params,
|
|
1839
|
+
:form_params => form_params,
|
|
1840
|
+
:body => post_body,
|
|
1841
|
+
:auth_names => auth_names,
|
|
1842
|
+
:return_type => return_type
|
|
1843
|
+
)
|
|
1844
|
+
|
|
1845
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
1846
|
+
if @api_client.config.debugging
|
|
1847
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1848
|
+
end
|
|
1849
|
+
return data, status_code, headers
|
|
1850
|
+
end
|
|
1851
|
+
|
|
1852
|
+
# Use this method to update a Leave Application
|
|
1853
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1854
|
+
# @param leave_application_id [String] Leave Application id for single object
|
|
1855
|
+
# @param leave_application [Array<LeaveApplication>]
|
|
1856
|
+
# @param [Hash] opts the optional parameters
|
|
1857
|
+
# @return [LeaveApplications]
|
|
1858
|
+
def update_leave_application(xero_tenant_id, leave_application_id, leave_application, opts = {})
|
|
1859
|
+
data, _status_code, _headers = update_leave_application_with_http_info(xero_tenant_id, leave_application_id, leave_application, opts)
|
|
1860
|
+
data
|
|
1861
|
+
end
|
|
1862
|
+
|
|
1863
|
+
# Use this method to update a Leave Application
|
|
1864
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1865
|
+
# @param leave_application_id [String] Leave Application id for single object
|
|
1866
|
+
# @param leave_application [Array<LeaveApplication>]
|
|
1867
|
+
# @param [Hash] opts the optional parameters
|
|
1868
|
+
# @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
|
|
1869
|
+
def update_leave_application_with_http_info(xero_tenant_id, leave_application_id, leave_application, opts = {})
|
|
1870
|
+
if @api_client.config.debugging
|
|
1871
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_leave_application ...'
|
|
1872
|
+
end
|
|
1873
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1874
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1875
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_leave_application"
|
|
1876
|
+
end
|
|
1877
|
+
# verify the required parameter 'leave_application_id' is set
|
|
1878
|
+
if @api_client.config.client_side_validation && leave_application_id.nil?
|
|
1879
|
+
fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.update_leave_application"
|
|
1880
|
+
end
|
|
1881
|
+
# verify the required parameter 'leave_application' is set
|
|
1882
|
+
if @api_client.config.client_side_validation && leave_application.nil?
|
|
1883
|
+
fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.update_leave_application"
|
|
1884
|
+
end
|
|
1885
|
+
# resource path
|
|
1886
|
+
local_var_path = '/LeaveApplications/{LeaveApplicationId}'.sub('{' + 'LeaveApplicationId' + '}', leave_application_id.to_s)
|
|
1887
|
+
|
|
1888
|
+
# camelize keys of incoming `where` opts
|
|
1889
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1890
|
+
|
|
1891
|
+
# query parameters
|
|
1892
|
+
query_params = opts[:query_params] || {}
|
|
1893
|
+
|
|
1894
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1895
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1896
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1897
|
+
|
|
1898
|
+
# header parameters
|
|
1899
|
+
header_params = opts[:header_params] || {}
|
|
1900
|
+
# HTTP header 'Accept' (if needed)
|
|
1901
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1902
|
+
# HTTP header 'Content-Type'
|
|
1903
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1904
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1905
|
+
|
|
1906
|
+
# form parameters
|
|
1907
|
+
form_params = opts[:form_params] || {}
|
|
1908
|
+
|
|
1909
|
+
# http body (model)
|
|
1910
|
+
post_body = opts[:body] || @api_client.object_to_http_body(leave_application)
|
|
1911
|
+
|
|
1912
|
+
# return_type
|
|
1913
|
+
return_type = opts[:return_type] || 'LeaveApplications'
|
|
1914
|
+
|
|
1915
|
+
# auth_names
|
|
1916
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1917
|
+
|
|
1918
|
+
new_options = opts.merge(
|
|
1919
|
+
:header_params => header_params,
|
|
1920
|
+
:query_params => query_params,
|
|
1921
|
+
:form_params => form_params,
|
|
1922
|
+
:body => post_body,
|
|
1923
|
+
:auth_names => auth_names,
|
|
1924
|
+
:return_type => return_type
|
|
1925
|
+
)
|
|
1926
|
+
|
|
1927
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
1928
|
+
if @api_client.config.debugging
|
|
1929
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1930
|
+
end
|
|
1931
|
+
return data, status_code, headers
|
|
1932
|
+
end
|
|
1933
|
+
|
|
1934
|
+
# Update a PayRun
|
|
1935
|
+
# Update properties on a single PayRun
|
|
1936
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1937
|
+
# @param pay_run_id [String] PayRun id for single object
|
|
1938
|
+
# @param [Hash] opts the optional parameters
|
|
1939
|
+
# @option opts [Array<PayRun>] :pay_run
|
|
1940
|
+
# @return [PayRuns]
|
|
1941
|
+
def update_pay_run(xero_tenant_id, pay_run_id, opts = {})
|
|
1942
|
+
data, _status_code, _headers = update_pay_run_with_http_info(xero_tenant_id, pay_run_id, opts)
|
|
1943
|
+
data
|
|
1944
|
+
end
|
|
1945
|
+
|
|
1946
|
+
# Update a PayRun
|
|
1947
|
+
# Update properties on a single PayRun
|
|
1948
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
1949
|
+
# @param pay_run_id [String] PayRun id for single object
|
|
1950
|
+
# @param [Hash] opts the optional parameters
|
|
1951
|
+
# @option opts [Array<PayRun>] :pay_run
|
|
1952
|
+
# @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
|
|
1953
|
+
def update_pay_run_with_http_info(xero_tenant_id, pay_run_id, opts = {})
|
|
1954
|
+
if @api_client.config.debugging
|
|
1955
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_pay_run ...'
|
|
1956
|
+
end
|
|
1957
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
1958
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
1959
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_pay_run"
|
|
1960
|
+
end
|
|
1961
|
+
# verify the required parameter 'pay_run_id' is set
|
|
1962
|
+
if @api_client.config.client_side_validation && pay_run_id.nil?
|
|
1963
|
+
fail ArgumentError, "Missing the required parameter 'pay_run_id' when calling PayrollAuApi.update_pay_run"
|
|
1964
|
+
end
|
|
1965
|
+
# resource path
|
|
1966
|
+
local_var_path = '/PayRuns/{PayRunID}'.sub('{' + 'PayRunID' + '}', pay_run_id.to_s)
|
|
1967
|
+
|
|
1968
|
+
# camelize keys of incoming `where` opts
|
|
1969
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
1970
|
+
|
|
1971
|
+
# query parameters
|
|
1972
|
+
query_params = opts[:query_params] || {}
|
|
1973
|
+
|
|
1974
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
1975
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
1976
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
1977
|
+
|
|
1978
|
+
# header parameters
|
|
1979
|
+
header_params = opts[:header_params] || {}
|
|
1980
|
+
# HTTP header 'Accept' (if needed)
|
|
1981
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1982
|
+
# HTTP header 'Content-Type'
|
|
1983
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1984
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
1985
|
+
|
|
1986
|
+
# form parameters
|
|
1987
|
+
form_params = opts[:form_params] || {}
|
|
1988
|
+
|
|
1989
|
+
# http body (model)
|
|
1990
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'pay_run'])
|
|
1991
|
+
|
|
1992
|
+
# return_type
|
|
1993
|
+
return_type = opts[:return_type] || 'PayRuns'
|
|
1994
|
+
|
|
1995
|
+
# auth_names
|
|
1996
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
1997
|
+
|
|
1998
|
+
new_options = opts.merge(
|
|
1999
|
+
:header_params => header_params,
|
|
2000
|
+
:query_params => query_params,
|
|
2001
|
+
:form_params => form_params,
|
|
2002
|
+
:body => post_body,
|
|
2003
|
+
:auth_names => auth_names,
|
|
2004
|
+
:return_type => return_type
|
|
2005
|
+
)
|
|
2006
|
+
|
|
2007
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
2008
|
+
if @api_client.config.debugging
|
|
2009
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2010
|
+
end
|
|
2011
|
+
return data, status_code, headers
|
|
2012
|
+
end
|
|
2013
|
+
|
|
2014
|
+
# Update a Payslip
|
|
2015
|
+
# Update lines on a single payslips
|
|
2016
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2017
|
+
# @param payslip_id [String] Payslip id for single object
|
|
2018
|
+
# @param [Hash] opts the optional parameters
|
|
2019
|
+
# @option opts [Array<PayslipLines>] :payslip_lines
|
|
2020
|
+
# @return [Payslips]
|
|
2021
|
+
def update_payslip(xero_tenant_id, payslip_id, opts = {})
|
|
2022
|
+
data, _status_code, _headers = update_payslip_with_http_info(xero_tenant_id, payslip_id, opts)
|
|
2023
|
+
data
|
|
2024
|
+
end
|
|
2025
|
+
|
|
2026
|
+
# Update a Payslip
|
|
2027
|
+
# Update lines on a single payslips
|
|
2028
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2029
|
+
# @param payslip_id [String] Payslip id for single object
|
|
2030
|
+
# @param [Hash] opts the optional parameters
|
|
2031
|
+
# @option opts [Array<PayslipLines>] :payslip_lines
|
|
2032
|
+
# @return [Array<(Payslips, Integer, Hash)>] Payslips data, response status code and response headers
|
|
2033
|
+
def update_payslip_with_http_info(xero_tenant_id, payslip_id, opts = {})
|
|
2034
|
+
if @api_client.config.debugging
|
|
2035
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_payslip ...'
|
|
2036
|
+
end
|
|
2037
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
2038
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
2039
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_payslip"
|
|
2040
|
+
end
|
|
2041
|
+
# verify the required parameter 'payslip_id' is set
|
|
2042
|
+
if @api_client.config.client_side_validation && payslip_id.nil?
|
|
2043
|
+
fail ArgumentError, "Missing the required parameter 'payslip_id' when calling PayrollAuApi.update_payslip"
|
|
2044
|
+
end
|
|
2045
|
+
# resource path
|
|
2046
|
+
local_var_path = '/Payslip/{PayslipID}'.sub('{' + 'PayslipID' + '}', payslip_id.to_s)
|
|
2047
|
+
|
|
2048
|
+
# camelize keys of incoming `where` opts
|
|
2049
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
2050
|
+
|
|
2051
|
+
# query parameters
|
|
2052
|
+
query_params = opts[:query_params] || {}
|
|
2053
|
+
|
|
2054
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
2055
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
2056
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
2057
|
+
|
|
2058
|
+
# header parameters
|
|
2059
|
+
header_params = opts[:header_params] || {}
|
|
2060
|
+
# HTTP header 'Accept' (if needed)
|
|
2061
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2062
|
+
# HTTP header 'Content-Type'
|
|
2063
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2064
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
2065
|
+
|
|
2066
|
+
# form parameters
|
|
2067
|
+
form_params = opts[:form_params] || {}
|
|
2068
|
+
|
|
2069
|
+
# http body (model)
|
|
2070
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'payslip_lines'])
|
|
2071
|
+
|
|
2072
|
+
# return_type
|
|
2073
|
+
return_type = opts[:return_type] || 'Payslips'
|
|
2074
|
+
|
|
2075
|
+
# auth_names
|
|
2076
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
2077
|
+
|
|
2078
|
+
new_options = opts.merge(
|
|
2079
|
+
:header_params => header_params,
|
|
2080
|
+
:query_params => query_params,
|
|
2081
|
+
:form_params => form_params,
|
|
2082
|
+
:body => post_body,
|
|
2083
|
+
:auth_names => auth_names,
|
|
2084
|
+
:return_type => return_type
|
|
2085
|
+
)
|
|
2086
|
+
|
|
2087
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
2088
|
+
if @api_client.config.debugging
|
|
2089
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_payslip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2090
|
+
end
|
|
2091
|
+
return data, status_code, headers
|
|
2092
|
+
end
|
|
2093
|
+
|
|
2094
|
+
# Update a Superfund
|
|
2095
|
+
# Update properties on a single Superfund
|
|
2096
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2097
|
+
# @param super_fund_id [String] Superfund id for single object
|
|
2098
|
+
# @param [Hash] opts the optional parameters
|
|
2099
|
+
# @option opts [Array<SuperFund>] :super_fund
|
|
2100
|
+
# @return [SuperFunds]
|
|
2101
|
+
def update_superfund(xero_tenant_id, super_fund_id, opts = {})
|
|
2102
|
+
data, _status_code, _headers = update_superfund_with_http_info(xero_tenant_id, super_fund_id, opts)
|
|
2103
|
+
data
|
|
2104
|
+
end
|
|
2105
|
+
|
|
2106
|
+
# Update a Superfund
|
|
2107
|
+
# Update properties on a single Superfund
|
|
2108
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2109
|
+
# @param super_fund_id [String] Superfund id for single object
|
|
2110
|
+
# @param [Hash] opts the optional parameters
|
|
2111
|
+
# @option opts [Array<SuperFund>] :super_fund
|
|
2112
|
+
# @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
|
|
2113
|
+
def update_superfund_with_http_info(xero_tenant_id, super_fund_id, opts = {})
|
|
2114
|
+
if @api_client.config.debugging
|
|
2115
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_superfund ...'
|
|
2116
|
+
end
|
|
2117
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
2118
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
2119
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_superfund"
|
|
2120
|
+
end
|
|
2121
|
+
# verify the required parameter 'super_fund_id' is set
|
|
2122
|
+
if @api_client.config.client_side_validation && super_fund_id.nil?
|
|
2123
|
+
fail ArgumentError, "Missing the required parameter 'super_fund_id' when calling PayrollAuApi.update_superfund"
|
|
2124
|
+
end
|
|
2125
|
+
# resource path
|
|
2126
|
+
local_var_path = '/Superfunds/{SuperFundID}'.sub('{' + 'SuperFundID' + '}', super_fund_id.to_s)
|
|
2127
|
+
|
|
2128
|
+
# camelize keys of incoming `where` opts
|
|
2129
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
2130
|
+
|
|
2131
|
+
# query parameters
|
|
2132
|
+
query_params = opts[:query_params] || {}
|
|
2133
|
+
|
|
2134
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
2135
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
2136
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
2137
|
+
|
|
2138
|
+
# header parameters
|
|
2139
|
+
header_params = opts[:header_params] || {}
|
|
2140
|
+
# HTTP header 'Accept' (if needed)
|
|
2141
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2142
|
+
# HTTP header 'Content-Type'
|
|
2143
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2144
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
2145
|
+
|
|
2146
|
+
# form parameters
|
|
2147
|
+
form_params = opts[:form_params] || {}
|
|
2148
|
+
|
|
2149
|
+
# http body (model)
|
|
2150
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'super_fund'])
|
|
2151
|
+
|
|
2152
|
+
# return_type
|
|
2153
|
+
return_type = opts[:return_type] || 'SuperFunds'
|
|
2154
|
+
|
|
2155
|
+
# auth_names
|
|
2156
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
2157
|
+
|
|
2158
|
+
new_options = opts.merge(
|
|
2159
|
+
:header_params => header_params,
|
|
2160
|
+
:query_params => query_params,
|
|
2161
|
+
:form_params => form_params,
|
|
2162
|
+
:body => post_body,
|
|
2163
|
+
:auth_names => auth_names,
|
|
2164
|
+
:return_type => return_type
|
|
2165
|
+
)
|
|
2166
|
+
|
|
2167
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
2168
|
+
if @api_client.config.debugging
|
|
2169
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2170
|
+
end
|
|
2171
|
+
return data, status_code, headers
|
|
2172
|
+
end
|
|
2173
|
+
|
|
2174
|
+
# Update a Timesheet
|
|
2175
|
+
# Update properties on a single timesheet
|
|
2176
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2177
|
+
# @param timesheet_id [String] Timesheet id for single object
|
|
2178
|
+
# @param [Hash] opts the optional parameters
|
|
2179
|
+
# @option opts [Array<Timesheet>] :timesheet
|
|
2180
|
+
# @return [Timesheets]
|
|
2181
|
+
def update_timesheet(xero_tenant_id, timesheet_id, opts = {})
|
|
2182
|
+
data, _status_code, _headers = update_timesheet_with_http_info(xero_tenant_id, timesheet_id, opts)
|
|
2183
|
+
data
|
|
2184
|
+
end
|
|
2185
|
+
|
|
2186
|
+
# Update a Timesheet
|
|
2187
|
+
# Update properties on a single timesheet
|
|
2188
|
+
# @param xero_tenant_id [String] Xero identifier for Tenant
|
|
2189
|
+
# @param timesheet_id [String] Timesheet id for single object
|
|
2190
|
+
# @param [Hash] opts the optional parameters
|
|
2191
|
+
# @option opts [Array<Timesheet>] :timesheet
|
|
2192
|
+
# @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
|
|
2193
|
+
def update_timesheet_with_http_info(xero_tenant_id, timesheet_id, opts = {})
|
|
2194
|
+
if @api_client.config.debugging
|
|
2195
|
+
@api_client.config.logger.debug 'Calling API: PayrollAuApi.update_timesheet ...'
|
|
2196
|
+
end
|
|
2197
|
+
# verify the required parameter 'xero_tenant_id' is set
|
|
2198
|
+
if @api_client.config.client_side_validation && xero_tenant_id.nil?
|
|
2199
|
+
fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_timesheet"
|
|
2200
|
+
end
|
|
2201
|
+
# verify the required parameter 'timesheet_id' is set
|
|
2202
|
+
if @api_client.config.client_side_validation && timesheet_id.nil?
|
|
2203
|
+
fail ArgumentError, "Missing the required parameter 'timesheet_id' when calling PayrollAuApi.update_timesheet"
|
|
2204
|
+
end
|
|
2205
|
+
# resource path
|
|
2206
|
+
local_var_path = '/Timesheets/{TimesheetID}'.sub('{' + 'TimesheetID' + '}', timesheet_id.to_s)
|
|
2207
|
+
|
|
2208
|
+
# camelize keys of incoming `where` opts
|
|
2209
|
+
opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
|
|
2210
|
+
|
|
2211
|
+
# query parameters
|
|
2212
|
+
query_params = opts[:query_params] || {}
|
|
2213
|
+
|
|
2214
|
+
# XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
|
|
2215
|
+
query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
|
|
2216
|
+
query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
|
|
2217
|
+
|
|
2218
|
+
# header parameters
|
|
2219
|
+
header_params = opts[:header_params] || {}
|
|
2220
|
+
# HTTP header 'Accept' (if needed)
|
|
2221
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2222
|
+
# HTTP header 'Content-Type'
|
|
2223
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2224
|
+
header_params[:'Xero-Tenant-Id'] = xero_tenant_id
|
|
2225
|
+
|
|
2226
|
+
# form parameters
|
|
2227
|
+
form_params = opts[:form_params] || {}
|
|
2228
|
+
|
|
2229
|
+
# http body (model)
|
|
2230
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'timesheet'])
|
|
2231
|
+
|
|
2232
|
+
# return_type
|
|
2233
|
+
return_type = opts[:return_type] || 'Timesheets'
|
|
2234
|
+
|
|
2235
|
+
# auth_names
|
|
2236
|
+
auth_names = opts[:auth_names] || ['OAuth2']
|
|
2237
|
+
|
|
2238
|
+
new_options = opts.merge(
|
|
2239
|
+
:header_params => header_params,
|
|
2240
|
+
:query_params => query_params,
|
|
2241
|
+
:form_params => form_params,
|
|
2242
|
+
:body => post_body,
|
|
2243
|
+
:auth_names => auth_names,
|
|
2244
|
+
:return_type => return_type
|
|
2245
|
+
)
|
|
2246
|
+
|
|
2247
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
|
|
2248
|
+
if @api_client.config.debugging
|
|
2249
|
+
@api_client.config.logger.debug "API called: PayrollAuApi#update_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2250
|
+
end
|
|
2251
|
+
return data, status_code, headers
|
|
2252
|
+
end
|
|
2253
|
+
end
|
|
2254
|
+
end
|