xero-ruby 2.2.3 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (883) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +93 -49
  3. data/lib/xero-ruby.rb +292 -1
  4. data/lib/xero-ruby/api/accounting_api.rb +1058 -336
  5. data/lib/xero-ruby/api/asset_api.rb +7 -9
  6. data/lib/xero-ruby/api/files_api.rb +1271 -0
  7. data/lib/xero-ruby/api/payroll_au_api.rb +2254 -0
  8. data/lib/xero-ruby/api/payroll_nz_api.rb +5261 -0
  9. data/lib/xero-ruby/api/payroll_uk_api.rb +5404 -0
  10. data/lib/xero-ruby/api/project_api.rb +17 -16
  11. data/lib/xero-ruby/api_client.rb +41 -31
  12. data/lib/xero-ruby/api_error.rb +1 -1
  13. data/lib/xero-ruby/configuration.rb +9 -1
  14. data/lib/xero-ruby/models/accounting/account.rb +2 -1
  15. data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
  16. data/lib/xero-ruby/models/accounting/accounts.rb +1 -1
  17. data/lib/xero-ruby/models/accounting/accounts_payable.rb +1 -1
  18. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +1 -1
  19. data/lib/xero-ruby/models/accounting/action.rb +254 -0
  20. data/lib/xero-ruby/models/accounting/actions.rb +210 -0
  21. data/lib/xero-ruby/models/accounting/address.rb +1 -1
  22. data/lib/xero-ruby/models/accounting/allocation.rb +1 -1
  23. data/lib/xero-ruby/models/accounting/allocations.rb +1 -1
  24. data/lib/xero-ruby/models/accounting/attachment.rb +1 -1
  25. data/lib/xero-ruby/models/accounting/attachments.rb +1 -1
  26. data/lib/xero-ruby/models/accounting/balance_details.rb +229 -0
  27. data/lib/xero-ruby/models/accounting/balances.rb +1 -1
  28. data/lib/xero-ruby/models/accounting/bank_transaction.rb +1 -1
  29. data/lib/xero-ruby/models/accounting/bank_transactions.rb +1 -1
  30. data/lib/xero-ruby/models/accounting/bank_transfer.rb +1 -1
  31. data/lib/xero-ruby/models/accounting/bank_transfers.rb +1 -1
  32. data/lib/xero-ruby/models/accounting/batch_payment.rb +6 -6
  33. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +1 -16
  34. data/lib/xero-ruby/models/accounting/batch_payments.rb +1 -1
  35. data/lib/xero-ruby/models/accounting/bill.rb +1 -1
  36. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  37. data/lib/xero-ruby/models/accounting/branding_themes.rb +1 -1
  38. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +1 -1
  39. data/lib/xero-ruby/models/accounting/cis_setting.rb +1 -1
  40. data/lib/xero-ruby/models/accounting/cis_settings.rb +1 -1
  41. data/lib/xero-ruby/models/accounting/contact.rb +1 -1
  42. data/lib/xero-ruby/models/accounting/contact_group.rb +1 -1
  43. data/lib/xero-ruby/models/accounting/contact_groups.rb +1 -1
  44. data/lib/xero-ruby/models/accounting/contact_person.rb +1 -1
  45. data/lib/xero-ruby/models/accounting/contacts.rb +1 -1
  46. data/lib/xero-ruby/models/accounting/conversion_balances.rb +231 -0
  47. data/lib/xero-ruby/models/accounting/conversion_date.rb +219 -0
  48. data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
  49. data/lib/xero-ruby/models/accounting/credit_note.rb +12 -2
  50. data/lib/xero-ruby/models/accounting/credit_notes.rb +1 -1
  51. data/lib/xero-ruby/models/accounting/currencies.rb +1 -1
  52. data/lib/xero-ruby/models/accounting/currency.rb +1 -1
  53. data/lib/xero-ruby/models/accounting/currency_code.rb +3 -3
  54. data/lib/xero-ruby/models/accounting/element.rb +1 -1
  55. data/lib/xero-ruby/models/accounting/employee.rb +1 -1
  56. data/lib/xero-ruby/models/accounting/employees.rb +1 -1
  57. data/lib/xero-ruby/models/accounting/error.rb +1 -1
  58. data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
  59. data/lib/xero-ruby/models/accounting/expense_claims.rb +1 -1
  60. data/lib/xero-ruby/models/accounting/external_link.rb +1 -1
  61. data/lib/xero-ruby/models/accounting/history_record.rb +1 -1
  62. data/lib/xero-ruby/models/accounting/history_records.rb +1 -1
  63. data/lib/xero-ruby/models/accounting/import_summary.rb +219 -0
  64. data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +289 -0
  65. data/lib/xero-ruby/models/accounting/import_summary_object.rb +208 -0
  66. data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +208 -0
  67. data/lib/xero-ruby/models/accounting/invoice.rb +1 -1
  68. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +1 -1
  69. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +1 -1
  70. data/lib/xero-ruby/models/accounting/invoices.rb +1 -1
  71. data/lib/xero-ruby/models/accounting/item.rb +1 -1
  72. data/lib/xero-ruby/models/accounting/items.rb +1 -1
  73. data/lib/xero-ruby/models/accounting/journal.rb +1 -1
  74. data/lib/xero-ruby/models/accounting/journal_line.rb +1 -1
  75. data/lib/xero-ruby/models/accounting/journals.rb +1 -1
  76. data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
  77. data/lib/xero-ruby/models/accounting/line_item.rb +1 -1
  78. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +1 -1
  79. data/lib/xero-ruby/models/accounting/linked_transaction.rb +1 -1
  80. data/lib/xero-ruby/models/accounting/linked_transactions.rb +1 -1
  81. data/lib/xero-ruby/models/accounting/manual_journal.rb +1 -1
  82. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +1 -1
  83. data/lib/xero-ruby/models/accounting/manual_journals.rb +1 -1
  84. data/lib/xero-ruby/models/accounting/online_invoice.rb +1 -1
  85. data/lib/xero-ruby/models/accounting/online_invoices.rb +1 -1
  86. data/lib/xero-ruby/models/accounting/organisation.rb +3 -1
  87. data/lib/xero-ruby/models/accounting/organisations.rb +1 -1
  88. data/lib/xero-ruby/models/accounting/overpayment.rb +1 -1
  89. data/lib/xero-ruby/models/accounting/overpayments.rb +1 -1
  90. data/lib/xero-ruby/models/accounting/payment.rb +1 -1
  91. data/lib/xero-ruby/models/accounting/payment_delete.rb +1 -1
  92. data/lib/xero-ruby/models/accounting/payment_service.rb +1 -1
  93. data/lib/xero-ruby/models/accounting/payment_services.rb +1 -1
  94. data/lib/xero-ruby/models/accounting/payment_term.rb +1 -1
  95. data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
  96. data/lib/xero-ruby/models/accounting/payments.rb +1 -1
  97. data/lib/xero-ruby/models/accounting/phone.rb +1 -1
  98. data/lib/xero-ruby/models/accounting/prepayment.rb +1 -1
  99. data/lib/xero-ruby/models/accounting/prepayments.rb +1 -1
  100. data/lib/xero-ruby/models/accounting/purchase.rb +1 -1
  101. data/lib/xero-ruby/models/accounting/purchase_order.rb +1 -1
  102. data/lib/xero-ruby/models/accounting/purchase_orders.rb +1 -1
  103. data/lib/xero-ruby/models/accounting/quote.rb +1 -1
  104. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
  105. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
  106. data/lib/xero-ruby/models/accounting/quotes.rb +1 -1
  107. data/lib/xero-ruby/models/accounting/receipt.rb +1 -1
  108. data/lib/xero-ruby/models/accounting/receipts.rb +1 -1
  109. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +1 -1
  110. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +1 -1
  111. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  112. data/lib/xero-ruby/models/accounting/report_attribute.rb +1 -1
  113. data/lib/xero-ruby/models/accounting/report_cell.rb +1 -1
  114. data/lib/xero-ruby/models/accounting/report_fields.rb +1 -1
  115. data/lib/xero-ruby/models/accounting/report_row.rb +1 -1
  116. data/lib/xero-ruby/models/accounting/report_rows.rb +1 -1
  117. data/lib/xero-ruby/models/accounting/report_with_row.rb +1 -1
  118. data/lib/xero-ruby/models/accounting/report_with_rows.rb +1 -1
  119. data/lib/xero-ruby/models/accounting/reports.rb +1 -1
  120. data/lib/xero-ruby/models/accounting/request_empty.rb +1 -1
  121. data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
  122. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +1 -1
  123. data/lib/xero-ruby/models/accounting/schedule.rb +1 -1
  124. data/lib/xero-ruby/models/accounting/setup.rb +232 -0
  125. data/lib/xero-ruby/models/accounting/tax_component.rb +1 -1
  126. data/lib/xero-ruby/models/accounting/tax_rate.rb +1 -1
  127. data/lib/xero-ruby/models/accounting/tax_rates.rb +1 -1
  128. data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
  129. data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +1 -1
  130. data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
  131. data/lib/xero-ruby/models/accounting/tracking_categories.rb +1 -1
  132. data/lib/xero-ruby/models/accounting/tracking_category.rb +1 -1
  133. data/lib/xero-ruby/models/accounting/tracking_option.rb +9 -9
  134. data/lib/xero-ruby/models/accounting/tracking_options.rb +1 -1
  135. data/lib/xero-ruby/models/accounting/user.rb +1 -1
  136. data/lib/xero-ruby/models/accounting/users.rb +1 -1
  137. data/lib/xero-ruby/models/accounting/validation_error.rb +1 -1
  138. data/lib/xero-ruby/models/assets/asset.rb +12 -2
  139. data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
  140. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
  141. data/lib/xero-ruby/models/assets/asset_type.rb +1 -1
  142. data/lib/xero-ruby/models/assets/assets.rb +1 -1
  143. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +1 -1
  144. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +1 -1
  145. data/lib/xero-ruby/models/assets/error.rb +1 -1
  146. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +1 -1
  147. data/lib/xero-ruby/models/assets/pagination.rb +1 -1
  148. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +1 -1
  149. data/lib/xero-ruby/models/assets/setting.rb +1 -1
  150. data/lib/xero-ruby/models/files/association.rb +238 -0
  151. data/lib/xero-ruby/models/files/file_object.rb +278 -0
  152. data/lib/xero-ruby/models/files/file_response204.rb +208 -0
  153. data/lib/xero-ruby/models/files/files.rb +240 -0
  154. data/lib/xero-ruby/models/files/folder.rb +248 -0
  155. data/lib/xero-ruby/models/files/folders.rb +210 -0
  156. data/lib/xero-ruby/models/files/inline_object.rb +238 -0
  157. data/lib/xero-ruby/models/files/object_group.rb +46 -0
  158. data/lib/xero-ruby/models/files/object_type.rb +90 -0
  159. data/lib/xero-ruby/models/files/user.rb +253 -0
  160. data/lib/xero-ruby/models/payroll_au/account.rb +238 -0
  161. data/lib/xero-ruby/models/payroll_au/account_type.rb +58 -0
  162. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +42 -0
  163. data/lib/xero-ruby/models/payroll_au/api_exception.rb +229 -0
  164. data/lib/xero-ruby/models/payroll_au/bank_account.rb +258 -0
  165. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +41 -0
  166. data/lib/xero-ruby/models/payroll_au/deduction_line.rb +258 -0
  167. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +340 -0
  168. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +38 -0
  169. data/lib/xero-ruby/models/payroll_au/earnings_line.rb +293 -0
  170. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +398 -0
  171. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +38 -0
  172. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +44 -0
  173. data/lib/xero-ruby/models/payroll_au/employee.rb +571 -0
  174. data/lib/xero-ruby/models/payroll_au/employee_status.rb +37 -0
  175. data/lib/xero-ruby/models/payroll_au/employees.rb +210 -0
  176. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +40 -0
  177. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +37 -0
  178. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +37 -0
  179. data/lib/xero-ruby/models/payroll_au/home_address.rb +263 -0
  180. data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +228 -0
  181. data/lib/xero-ruby/models/payroll_au/leave_application.rb +302 -0
  182. data/lib/xero-ruby/models/payroll_au/leave_applications.rb +210 -0
  183. data/lib/xero-ruby/models/payroll_au/leave_balance.rb +238 -0
  184. data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +228 -0
  185. data/lib/xero-ruby/models/payroll_au/leave_line.rb +278 -0
  186. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +40 -0
  187. data/lib/xero-ruby/models/payroll_au/leave_lines.rb +211 -0
  188. data/lib/xero-ruby/models/payroll_au/leave_period.rb +238 -0
  189. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +37 -0
  190. data/lib/xero-ruby/models/payroll_au/leave_type.rb +303 -0
  191. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +39 -0
  192. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +40 -0
  193. data/lib/xero-ruby/models/payroll_au/opening_balances.rb +278 -0
  194. data/lib/xero-ruby/models/payroll_au/pay_item.rb +246 -0
  195. data/lib/xero-ruby/models/payroll_au/pay_items.rb +208 -0
  196. data/lib/xero-ruby/models/payroll_au/pay_run.rb +367 -0
  197. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +37 -0
  198. data/lib/xero-ruby/models/payroll_au/pay_runs.rb +210 -0
  199. data/lib/xero-ruby/models/payroll_au/pay_template.rb +258 -0
  200. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +42 -0
  201. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +270 -0
  202. data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +210 -0
  203. data/lib/xero-ruby/models/payroll_au/payslip.rb +404 -0
  204. data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +294 -0
  205. data/lib/xero-ruby/models/payroll_au/payslip_object.rb +208 -0
  206. data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +318 -0
  207. data/lib/xero-ruby/models/payroll_au/payslips.rb +210 -0
  208. data/lib/xero-ruby/models/payroll_au/rate_type.rb +38 -0
  209. data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +253 -0
  210. data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +211 -0
  211. data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +263 -0
  212. data/lib/xero-ruby/models/payroll_au/residency_status.rb +38 -0
  213. data/lib/xero-ruby/models/payroll_au/settings.rb +230 -0
  214. data/lib/xero-ruby/models/payroll_au/settings_object.rb +208 -0
  215. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +219 -0
  216. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +219 -0
  217. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +219 -0
  218. data/lib/xero-ruby/models/payroll_au/state.rb +43 -0
  219. data/lib/xero-ruby/models/payroll_au/super_fund.rb +335 -0
  220. data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +238 -0
  221. data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +210 -0
  222. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +37 -0
  223. data/lib/xero-ruby/models/payroll_au/super_funds.rb +210 -0
  224. data/lib/xero-ruby/models/payroll_au/super_line.rb +278 -0
  225. data/lib/xero-ruby/models/payroll_au/super_membership.rb +238 -0
  226. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +38 -0
  227. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +39 -0
  228. data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +288 -0
  229. data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +358 -0
  230. data/lib/xero-ruby/models/payroll_au/tax_line.rb +258 -0
  231. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +39 -0
  232. data/lib/xero-ruby/models/payroll_au/timesheet.rb +307 -0
  233. data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +240 -0
  234. data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +208 -0
  235. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +40 -0
  236. data/lib/xero-ruby/models/payroll_au/timesheets.rb +210 -0
  237. data/lib/xero-ruby/models/payroll_au/validation_error.rb +208 -0
  238. data/lib/xero-ruby/models/payroll_nz/account.rb +276 -0
  239. data/lib/xero-ruby/models/payroll_nz/accounts.rb +210 -0
  240. data/lib/xero-ruby/models/payroll_nz/address.rb +273 -0
  241. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +329 -0
  242. data/lib/xero-ruby/models/payroll_nz/benefit.rb +369 -0
  243. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +42 -0
  244. data/lib/xero-ruby/models/payroll_nz/deduction.rb +311 -0
  245. data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +248 -0
  246. data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +228 -0
  247. data/lib/xero-ruby/models/payroll_nz/deductions.rb +230 -0
  248. data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +298 -0
  249. data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +255 -0
  250. data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +228 -0
  251. data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +230 -0
  252. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +387 -0
  253. data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +228 -0
  254. data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +230 -0
  255. data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +258 -0
  256. data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +228 -0
  257. data/lib/xero-ruby/models/payroll_nz/employee.rb +374 -0
  258. data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +230 -0
  259. data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +290 -0
  260. data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +238 -0
  261. data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +230 -0
  262. data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +228 -0
  263. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +268 -0
  264. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +228 -0
  265. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +336 -0
  266. data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +228 -0
  267. data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +230 -0
  268. data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +230 -0
  269. data/lib/xero-ruby/models/payroll_nz/employee_object.rb +228 -0
  270. data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +238 -0
  271. data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +230 -0
  272. data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +220 -0
  273. data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +228 -0
  274. data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +228 -0
  275. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +280 -0
  276. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +228 -0
  277. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +322 -0
  278. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +230 -0
  279. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +419 -0
  280. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +228 -0
  281. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +230 -0
  282. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +397 -0
  283. data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +228 -0
  284. data/lib/xero-ruby/models/payroll_nz/employees.rb +230 -0
  285. data/lib/xero-ruby/models/payroll_nz/employment.rb +228 -0
  286. data/lib/xero-ruby/models/payroll_nz/employment_object.rb +228 -0
  287. data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +218 -0
  288. data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +218 -0
  289. data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +218 -0
  290. data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +298 -0
  291. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +274 -0
  292. data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +230 -0
  293. data/lib/xero-ruby/models/payroll_nz/leave_type.rb +273 -0
  294. data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +228 -0
  295. data/lib/xero-ruby/models/payroll_nz/leave_types.rb +230 -0
  296. data/lib/xero-ruby/models/payroll_nz/pagination.rb +238 -0
  297. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +371 -0
  298. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +288 -0
  299. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +228 -0
  300. data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +230 -0
  301. data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +228 -0
  302. data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +230 -0
  303. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +557 -0
  304. data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +228 -0
  305. data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +230 -0
  306. data/lib/xero-ruby/models/payroll_nz/payment_line.rb +248 -0
  307. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +257 -0
  308. data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +228 -0
  309. data/lib/xero-ruby/models/payroll_nz/problem.rb +261 -0
  310. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +364 -0
  311. data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +248 -0
  312. data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +228 -0
  313. data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +230 -0
  314. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +383 -0
  315. data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +228 -0
  316. data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +230 -0
  317. data/lib/xero-ruby/models/payroll_nz/settings.rb +228 -0
  318. data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +248 -0
  319. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +46 -0
  320. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +238 -0
  321. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +228 -0
  322. data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +230 -0
  323. data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +258 -0
  324. data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +228 -0
  325. data/lib/xero-ruby/models/payroll_nz/superannuations.rb +230 -0
  326. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +54 -0
  327. data/lib/xero-ruby/models/payroll_nz/tax_line.rb +248 -0
  328. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +294 -0
  329. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +347 -0
  330. data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +298 -0
  331. data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +263 -0
  332. data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +228 -0
  333. data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +228 -0
  334. data/lib/xero-ruby/models/payroll_nz/timesheets.rb +230 -0
  335. data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +228 -0
  336. data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +218 -0
  337. data/lib/xero-ruby/models/payroll_uk/account.rb +279 -0
  338. data/lib/xero-ruby/models/payroll_uk/accounts.rb +210 -0
  339. data/lib/xero-ruby/models/payroll_uk/address.rb +263 -0
  340. data/lib/xero-ruby/models/payroll_uk/bank_account.rb +243 -0
  341. data/lib/xero-ruby/models/payroll_uk/benefit.rb +418 -0
  342. data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +248 -0
  343. data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +228 -0
  344. data/lib/xero-ruby/models/payroll_uk/benefits.rb +230 -0
  345. data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +218 -0
  346. data/lib/xero-ruby/models/payroll_uk/deduction.rb +426 -0
  347. data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +238 -0
  348. data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +228 -0
  349. data/lib/xero-ruby/models/payroll_uk/deductions.rb +230 -0
  350. data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +288 -0
  351. data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +255 -0
  352. data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +228 -0
  353. data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +230 -0
  354. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +387 -0
  355. data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +228 -0
  356. data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +230 -0
  357. data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +258 -0
  358. data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +228 -0
  359. data/lib/xero-ruby/models/payroll_uk/employee.rb +384 -0
  360. data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +290 -0
  361. data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +238 -0
  362. data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +230 -0
  363. data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +228 -0
  364. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +306 -0
  365. data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +228 -0
  366. data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +230 -0
  367. data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +230 -0
  368. data/lib/xero-ruby/models/payroll_uk/employee_object.rb +228 -0
  369. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +258 -0
  370. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +228 -0
  371. data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +220 -0
  372. data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +228 -0
  373. data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +230 -0
  374. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +280 -0
  375. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +228 -0
  376. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +322 -0
  377. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +230 -0
  378. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +419 -0
  379. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +228 -0
  380. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +230 -0
  381. data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +308 -0
  382. data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +228 -0
  383. data/lib/xero-ruby/models/payroll_uk/employees.rb +230 -0
  384. data/lib/xero-ruby/models/payroll_uk/employment.rb +280 -0
  385. data/lib/xero-ruby/models/payroll_uk/employment_object.rb +228 -0
  386. data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +218 -0
  387. data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +218 -0
  388. data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +258 -0
  389. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +274 -0
  390. data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +230 -0
  391. data/lib/xero-ruby/models/payroll_uk/leave_type.rb +293 -0
  392. data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +228 -0
  393. data/lib/xero-ruby/models/payroll_uk/leave_types.rb +230 -0
  394. data/lib/xero-ruby/models/payroll_uk/pagination.rb +238 -0
  395. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +389 -0
  396. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +328 -0
  397. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +228 -0
  398. data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +230 -0
  399. data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +228 -0
  400. data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +230 -0
  401. data/lib/xero-ruby/models/payroll_uk/payment_line.rb +248 -0
  402. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +262 -0
  403. data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +228 -0
  404. data/lib/xero-ruby/models/payroll_uk/payslip.rb +537 -0
  405. data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +228 -0
  406. data/lib/xero-ruby/models/payroll_uk/payslips.rb +230 -0
  407. data/lib/xero-ruby/models/payroll_uk/problem.rb +261 -0
  408. data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +248 -0
  409. data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +228 -0
  410. data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +228 -0
  411. data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +230 -0
  412. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +368 -0
  413. data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +228 -0
  414. data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +230 -0
  415. data/lib/xero-ruby/models/payroll_uk/settings.rb +228 -0
  416. data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +248 -0
  417. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +49 -0
  418. data/lib/xero-ruby/models/payroll_uk/tax_line.rb +258 -0
  419. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +347 -0
  420. data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +258 -0
  421. data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +263 -0
  422. data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +228 -0
  423. data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +228 -0
  424. data/lib/xero-ruby/models/payroll_uk/timesheets.rb +230 -0
  425. data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +228 -0
  426. data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +218 -0
  427. data/lib/xero-ruby/models/projects/amount.rb +1 -1
  428. data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
  429. data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
  430. data/lib/xero-ruby/models/projects/error.rb +1 -1
  431. data/lib/xero-ruby/models/projects/pagination.rb +1 -1
  432. data/lib/xero-ruby/models/projects/project.rb +1 -1
  433. data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
  434. data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
  435. data/lib/xero-ruby/models/projects/project_status.rb +1 -1
  436. data/lib/xero-ruby/models/projects/project_user.rb +1 -1
  437. data/lib/xero-ruby/models/projects/project_users.rb +1 -1
  438. data/lib/xero-ruby/models/projects/projects.rb +1 -1
  439. data/lib/xero-ruby/models/projects/task.rb +1 -1
  440. data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
  441. data/lib/xero-ruby/models/projects/tasks.rb +1 -1
  442. data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
  443. data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
  444. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
  445. data/lib/xero-ruby/version.rb +2 -2
  446. data/spec/api_client_spec.rb +3 -3
  447. data/spec/files/api/files_api_spec.rb +249 -0
  448. data/spec/files/models/association_spec.rb +59 -0
  449. data/spec/files/models/file_object_spec.rb +83 -0
  450. data/spec/files/models/file_response204_spec.rb +41 -0
  451. data/spec/files/models/files_spec.rb +59 -0
  452. data/spec/files/models/folder_spec.rb +65 -0
  453. data/spec/files/models/folders_spec.rb +41 -0
  454. data/spec/files/models/inline_object_spec.rb +59 -0
  455. data/spec/files/models/object_group_spec.rb +35 -0
  456. data/spec/files/models/object_type_spec.rb +35 -0
  457. data/spec/files/models/user_spec.rb +81 -0
  458. data/spec/payroll_au/api/payroll_au_api_spec.rb +415 -0
  459. data/spec/payroll_au/models/account_spec.rb +59 -0
  460. data/spec/payroll_au/models/account_type_spec.rb +35 -0
  461. data/spec/payroll_au/models/allowance_type_spec.rb +35 -0
  462. data/spec/payroll_au/models/api_exception_spec.rb +53 -0
  463. data/spec/payroll_au/models/bank_account_spec.rb +71 -0
  464. data/spec/payroll_au/models/calendar_type_spec.rb +35 -0
  465. data/spec/payroll_au/models/deduction_line_spec.rb +65 -0
  466. data/spec/payroll_au/models/deduction_type_calculation_type_spec.rb +35 -0
  467. data/spec/payroll_au/models/deduction_type_spec.rb +93 -0
  468. data/spec/payroll_au/models/earnings_line_spec.rb +89 -0
  469. data/spec/payroll_au/models/earnings_rate_calculation_type_spec.rb +35 -0
  470. data/spec/payroll_au/models/earnings_rate_spec.rb +137 -0
  471. data/spec/payroll_au/models/earnings_type_spec.rb +35 -0
  472. data/spec/payroll_au/models/employee_spec.rb +225 -0
  473. data/spec/payroll_au/models/employee_status_spec.rb +35 -0
  474. data/spec/payroll_au/models/employees_spec.rb +41 -0
  475. data/spec/payroll_au/models/employment_basis_spec.rb +35 -0
  476. data/spec/payroll_au/models/employment_termination_payment_type_spec.rb +35 -0
  477. data/spec/payroll_au/models/entitlement_final_pay_payout_type_spec.rb +35 -0
  478. data/spec/payroll_au/models/home_address_spec.rb +71 -0
  479. data/spec/payroll_au/models/leave_accrual_line_spec.rb +53 -0
  480. data/spec/payroll_au/models/leave_application_spec.rb +95 -0
  481. data/spec/payroll_au/models/leave_applications_spec.rb +41 -0
  482. data/spec/payroll_au/models/leave_balance_spec.rb +59 -0
  483. data/spec/payroll_au/models/leave_earnings_line_spec.rb +53 -0
  484. data/spec/payroll_au/models/leave_line_calculation_type_spec.rb +35 -0
  485. data/spec/payroll_au/models/leave_line_spec.rb +83 -0
  486. data/spec/payroll_au/models/leave_lines_spec.rb +41 -0
  487. data/spec/payroll_au/models/leave_period_spec.rb +59 -0
  488. data/spec/payroll_au/models/leave_period_status_spec.rb +35 -0
  489. data/spec/payroll_au/models/leave_type_contribution_type_spec.rb +35 -0
  490. data/spec/payroll_au/models/leave_type_spec.rb +89 -0
  491. data/spec/payroll_au/models/manual_tax_type_spec.rb +35 -0
  492. data/spec/payroll_au/models/opening_balances_spec.rb +77 -0
  493. data/spec/payroll_au/models/pay_item_spec.rb +59 -0
  494. data/spec/payroll_au/models/pay_items_spec.rb +41 -0
  495. data/spec/payroll_au/models/pay_run_spec.rb +131 -0
  496. data/spec/payroll_au/models/pay_run_status_spec.rb +35 -0
  497. data/spec/payroll_au/models/pay_runs_spec.rb +41 -0
  498. data/spec/payroll_au/models/pay_template_spec.rb +65 -0
  499. data/spec/payroll_au/models/payment_frequency_type_spec.rb +35 -0
  500. data/spec/payroll_au/models/payroll_calendar_spec.rb +77 -0
  501. data/spec/payroll_au/models/payroll_calendars_spec.rb +41 -0
  502. data/spec/payroll_au/models/payslip_lines_spec.rb +83 -0
  503. data/spec/payroll_au/models/payslip_object_spec.rb +41 -0
  504. data/spec/payroll_au/models/payslip_spec.rb +149 -0
  505. data/spec/payroll_au/models/payslip_summary_spec.rb +107 -0
  506. data/spec/payroll_au/models/payslips_spec.rb +41 -0
  507. data/spec/payroll_au/models/rate_type_spec.rb +35 -0
  508. data/spec/payroll_au/models/reimbursement_line_spec.rb +59 -0
  509. data/spec/payroll_au/models/reimbursement_lines_spec.rb +41 -0
  510. data/spec/payroll_au/models/reimbursement_type_spec.rb +65 -0
  511. data/spec/payroll_au/models/residency_status_spec.rb +35 -0
  512. data/spec/payroll_au/models/settings_object_spec.rb +41 -0
  513. data/spec/payroll_au/models/settings_spec.rb +53 -0
  514. data/spec/payroll_au/models/settings_tracking_categories_employee_groups_spec.rb +47 -0
  515. data/spec/payroll_au/models/settings_tracking_categories_spec.rb +47 -0
  516. data/spec/payroll_au/models/settings_tracking_categories_timesheet_categories_spec.rb +47 -0
  517. data/spec/payroll_au/models/state_spec.rb +35 -0
  518. data/spec/payroll_au/models/super_fund_product_spec.rb +59 -0
  519. data/spec/payroll_au/models/super_fund_products_spec.rb +41 -0
  520. data/spec/payroll_au/models/super_fund_spec.rb +113 -0
  521. data/spec/payroll_au/models/super_fund_type_spec.rb +35 -0
  522. data/spec/payroll_au/models/super_funds_spec.rb +41 -0
  523. data/spec/payroll_au/models/super_line_spec.rb +83 -0
  524. data/spec/payroll_au/models/super_membership_spec.rb +53 -0
  525. data/spec/payroll_au/models/superannuation_calculation_type_spec.rb +35 -0
  526. data/spec/payroll_au/models/superannuation_contribution_type_spec.rb +35 -0
  527. data/spec/payroll_au/models/superannuation_line_spec.rb +89 -0
  528. data/spec/payroll_au/models/tax_declaration_spec.rb +131 -0
  529. data/spec/payroll_au/models/tax_line_spec.rb +71 -0
  530. data/spec/payroll_au/models/tfn_exemption_type_spec.rb +35 -0
  531. data/spec/payroll_au/models/timesheet_line_spec.rb +59 -0
  532. data/spec/payroll_au/models/timesheet_object_spec.rb +41 -0
  533. data/spec/payroll_au/models/timesheet_spec.rb +89 -0
  534. data/spec/payroll_au/models/timesheet_status_spec.rb +35 -0
  535. data/spec/payroll_au/models/timesheets_spec.rb +41 -0
  536. data/spec/payroll_au/models/validation_error_spec.rb +41 -0
  537. data/spec/payroll_nz/api/payroll_nz_api_spec.rb +886 -0
  538. data/spec/payroll_nz/models/account_spec.rb +63 -0
  539. data/spec/payroll_nz/models/accounts_spec.rb +41 -0
  540. data/spec/payroll_nz/models/address_spec.rb +71 -0
  541. data/spec/payroll_nz/models/bank_account_spec.rb +87 -0
  542. data/spec/payroll_nz/models/benefit_spec.rb +103 -0
  543. data/spec/payroll_nz/models/deduction_line_spec.rb +65 -0
  544. data/spec/payroll_nz/models/deduction_object_spec.rb +53 -0
  545. data/spec/payroll_nz/models/deduction_spec.rb +75 -0
  546. data/spec/payroll_nz/models/deductions_spec.rb +53 -0
  547. data/spec/payroll_nz/models/earnings_line_spec.rb +95 -0
  548. data/spec/payroll_nz/models/earnings_order_object_spec.rb +53 -0
  549. data/spec/payroll_nz/models/earnings_order_spec.rb +65 -0
  550. data/spec/payroll_nz/models/earnings_orders_spec.rb +53 -0
  551. data/spec/payroll_nz/models/earnings_rate_object_spec.rb +53 -0
  552. data/spec/payroll_nz/models/earnings_rate_spec.rb +103 -0
  553. data/spec/payroll_nz/models/earnings_rates_spec.rb +53 -0
  554. data/spec/payroll_nz/models/earnings_template_object_spec.rb +53 -0
  555. data/spec/payroll_nz/models/earnings_template_spec.rb +71 -0
  556. data/spec/payroll_nz/models/employee_earnings_templates_spec.rb +53 -0
  557. data/spec/payroll_nz/models/employee_leave_balance_spec.rb +59 -0
  558. data/spec/payroll_nz/models/employee_leave_balances_spec.rb +53 -0
  559. data/spec/payroll_nz/models/employee_leave_object_spec.rb +53 -0
  560. data/spec/payroll_nz/models/employee_leave_setup_object_spec.rb +53 -0
  561. data/spec/payroll_nz/models/employee_leave_setup_spec.rb +77 -0
  562. data/spec/payroll_nz/models/employee_leave_spec.rb +77 -0
  563. data/spec/payroll_nz/models/employee_leave_type_object_spec.rb +53 -0
  564. data/spec/payroll_nz/models/employee_leave_type_spec.rb +99 -0
  565. data/spec/payroll_nz/models/employee_leave_types_spec.rb +53 -0
  566. data/spec/payroll_nz/models/employee_leaves_spec.rb +53 -0
  567. data/spec/payroll_nz/models/employee_object_spec.rb +53 -0
  568. data/spec/payroll_nz/models/employee_opening_balance_spec.rb +59 -0
  569. data/spec/payroll_nz/models/employee_opening_balances_object_spec.rb +53 -0
  570. data/spec/payroll_nz/models/employee_pay_template_object_spec.rb +53 -0
  571. data/spec/payroll_nz/models/employee_pay_template_spec.rb +47 -0
  572. data/spec/payroll_nz/models/employee_pay_templates_spec.rb +53 -0
  573. data/spec/payroll_nz/models/employee_spec.rb +123 -0
  574. data/spec/payroll_nz/models/employee_statutory_leave_balance_object_spec.rb +53 -0
  575. data/spec/payroll_nz/models/employee_statutory_leave_balance_spec.rb +61 -0
  576. data/spec/payroll_nz/models/employee_statutory_leave_summary_spec.rb +85 -0
  577. data/spec/payroll_nz/models/employee_statutory_leaves_summaries_spec.rb +53 -0
  578. data/spec/payroll_nz/models/employee_statutory_sick_leave_object_spec.rb +53 -0
  579. data/spec/payroll_nz/models/employee_statutory_sick_leave_spec.rb +135 -0
  580. data/spec/payroll_nz/models/employee_statutory_sick_leaves_spec.rb +53 -0
  581. data/spec/payroll_nz/models/employee_tax_object_spec.rb +53 -0
  582. data/spec/payroll_nz/models/employee_tax_spec.rb +135 -0
  583. data/spec/payroll_nz/models/employees_spec.rb +53 -0
  584. data/spec/payroll_nz/models/employment_object_spec.rb +53 -0
  585. data/spec/payroll_nz/models/employment_spec.rb +53 -0
  586. data/spec/payroll_nz/models/gross_earnings_history_spec.rb +47 -0
  587. data/spec/payroll_nz/models/invalid_field_spec.rb +47 -0
  588. data/spec/payroll_nz/models/leave_accrual_line_spec.rb +47 -0
  589. data/spec/payroll_nz/models/leave_earnings_line_spec.rb +95 -0
  590. data/spec/payroll_nz/models/leave_period_spec.rb +63 -0
  591. data/spec/payroll_nz/models/leave_periods_spec.rb +53 -0
  592. data/spec/payroll_nz/models/leave_type_object_spec.rb +53 -0
  593. data/spec/payroll_nz/models/leave_type_spec.rb +71 -0
  594. data/spec/payroll_nz/models/leave_types_spec.rb +53 -0
  595. data/spec/payroll_nz/models/pagination_spec.rb +59 -0
  596. data/spec/payroll_nz/models/pay_run_calendar_object_spec.rb +53 -0
  597. data/spec/payroll_nz/models/pay_run_calendar_spec.rb +81 -0
  598. data/spec/payroll_nz/models/pay_run_calendars_spec.rb +53 -0
  599. data/spec/payroll_nz/models/pay_run_object_spec.rb +53 -0
  600. data/spec/payroll_nz/models/pay_run_spec.rb +119 -0
  601. data/spec/payroll_nz/models/pay_runs_spec.rb +53 -0
  602. data/spec/payroll_nz/models/pay_slip_object_spec.rb +53 -0
  603. data/spec/payroll_nz/models/pay_slip_spec.rb +219 -0
  604. data/spec/payroll_nz/models/pay_slips_spec.rb +53 -0
  605. data/spec/payroll_nz/models/payment_line_spec.rb +65 -0
  606. data/spec/payroll_nz/models/payment_method_object_spec.rb +53 -0
  607. data/spec/payroll_nz/models/payment_method_spec.rb +51 -0
  608. data/spec/payroll_nz/models/problem_spec.rb +71 -0
  609. data/spec/payroll_nz/models/reimbursement_line_spec.rb +65 -0
  610. data/spec/payroll_nz/models/reimbursement_object_spec.rb +53 -0
  611. data/spec/payroll_nz/models/reimbursement_spec.rb +101 -0
  612. data/spec/payroll_nz/models/reimbursements_spec.rb +53 -0
  613. data/spec/payroll_nz/models/salary_and_wage_object_spec.rb +53 -0
  614. data/spec/payroll_nz/models/salary_and_wage_spec.rb +103 -0
  615. data/spec/payroll_nz/models/salary_and_wages_spec.rb +53 -0
  616. data/spec/payroll_nz/models/settings_spec.rb +53 -0
  617. data/spec/payroll_nz/models/statutory_deduction_category_spec.rb +35 -0
  618. data/spec/payroll_nz/models/statutory_deduction_line_spec.rb +59 -0
  619. data/spec/payroll_nz/models/statutory_deduction_object_spec.rb +53 -0
  620. data/spec/payroll_nz/models/statutory_deduction_spec.rb +65 -0
  621. data/spec/payroll_nz/models/statutory_deductions_spec.rb +53 -0
  622. data/spec/payroll_nz/models/superannuation_line_spec.rb +71 -0
  623. data/spec/payroll_nz/models/superannuation_object_spec.rb +53 -0
  624. data/spec/payroll_nz/models/superannuations_spec.rb +53 -0
  625. data/spec/payroll_nz/models/tax_code_spec.rb +35 -0
  626. data/spec/payroll_nz/models/tax_line_spec.rb +65 -0
  627. data/spec/payroll_nz/models/tax_settings_spec.rb +75 -0
  628. data/spec/payroll_nz/models/timesheet_earnings_line_spec.rb +95 -0
  629. data/spec/payroll_nz/models/timesheet_line_object_spec.rb +53 -0
  630. data/spec/payroll_nz/models/timesheet_line_spec.rb +65 -0
  631. data/spec/payroll_nz/models/timesheet_object_spec.rb +53 -0
  632. data/spec/payroll_nz/models/timesheet_spec.rb +93 -0
  633. data/spec/payroll_nz/models/timesheets_spec.rb +53 -0
  634. data/spec/payroll_nz/models/tracking_categories_spec.rb +53 -0
  635. data/spec/payroll_nz/models/tracking_category_spec.rb +47 -0
  636. data/spec/payroll_uk/api/payroll_uk_api_spec.rb +912 -0
  637. data/spec/payroll_uk/models/account_spec.rb +63 -0
  638. data/spec/payroll_uk/models/accounts_spec.rb +41 -0
  639. data/spec/payroll_uk/models/address_spec.rb +65 -0
  640. data/spec/payroll_uk/models/bank_account_spec.rb +53 -0
  641. data/spec/payroll_uk/models/benefit_line_spec.rb +65 -0
  642. data/spec/payroll_uk/models/benefit_object_spec.rb +53 -0
  643. data/spec/payroll_uk/models/benefit_spec.rb +127 -0
  644. data/spec/payroll_uk/models/benefits_spec.rb +53 -0
  645. data/spec/payroll_uk/models/court_order_line_spec.rb +47 -0
  646. data/spec/payroll_uk/models/deduction_line_spec.rb +59 -0
  647. data/spec/payroll_uk/models/deduction_object_spec.rb +53 -0
  648. data/spec/payroll_uk/models/deduction_spec.rb +139 -0
  649. data/spec/payroll_uk/models/deductions_spec.rb +53 -0
  650. data/spec/payroll_uk/models/earnings_line_spec.rb +89 -0
  651. data/spec/payroll_uk/models/earnings_order_object_spec.rb +53 -0
  652. data/spec/payroll_uk/models/earnings_order_spec.rb +65 -0
  653. data/spec/payroll_uk/models/earnings_orders_spec.rb +53 -0
  654. data/spec/payroll_uk/models/earnings_rate_object_spec.rb +53 -0
  655. data/spec/payroll_uk/models/earnings_rate_spec.rb +103 -0
  656. data/spec/payroll_uk/models/earnings_rates_spec.rb +53 -0
  657. data/spec/payroll_uk/models/earnings_template_object_spec.rb +53 -0
  658. data/spec/payroll_uk/models/earnings_template_spec.rb +71 -0
  659. data/spec/payroll_uk/models/employee_leave_balance_spec.rb +59 -0
  660. data/spec/payroll_uk/models/employee_leave_balances_spec.rb +53 -0
  661. data/spec/payroll_uk/models/employee_leave_object_spec.rb +53 -0
  662. data/spec/payroll_uk/models/employee_leave_spec.rb +77 -0
  663. data/spec/payroll_uk/models/employee_leave_type_object_spec.rb +53 -0
  664. data/spec/payroll_uk/models/employee_leave_type_spec.rb +75 -0
  665. data/spec/payroll_uk/models/employee_leave_types_spec.rb +53 -0
  666. data/spec/payroll_uk/models/employee_leaves_spec.rb +53 -0
  667. data/spec/payroll_uk/models/employee_object_spec.rb +53 -0
  668. data/spec/payroll_uk/models/employee_opening_balances_object_spec.rb +53 -0
  669. data/spec/payroll_uk/models/employee_opening_balances_spec.rb +71 -0
  670. data/spec/payroll_uk/models/employee_pay_template_object_spec.rb +53 -0
  671. data/spec/payroll_uk/models/employee_pay_template_spec.rb +47 -0
  672. data/spec/payroll_uk/models/employee_pay_templates_spec.rb +53 -0
  673. data/spec/payroll_uk/models/employee_spec.rb +129 -0
  674. data/spec/payroll_uk/models/employee_statutory_leave_balance_object_spec.rb +53 -0
  675. data/spec/payroll_uk/models/employee_statutory_leave_balance_spec.rb +61 -0
  676. data/spec/payroll_uk/models/employee_statutory_leave_summary_spec.rb +85 -0
  677. data/spec/payroll_uk/models/employee_statutory_leaves_summaries_spec.rb +53 -0
  678. data/spec/payroll_uk/models/employee_statutory_sick_leave_object_spec.rb +53 -0
  679. data/spec/payroll_uk/models/employee_statutory_sick_leave_spec.rb +135 -0
  680. data/spec/payroll_uk/models/employee_statutory_sick_leaves_spec.rb +53 -0
  681. data/spec/payroll_uk/models/employee_tax_object_spec.rb +53 -0
  682. data/spec/payroll_uk/models/employee_tax_spec.rb +101 -0
  683. data/spec/payroll_uk/models/employees_spec.rb +53 -0
  684. data/spec/payroll_uk/models/employment_object_spec.rb +53 -0
  685. data/spec/payroll_uk/models/employment_spec.rb +63 -0
  686. data/spec/payroll_uk/models/invalid_field_spec.rb +47 -0
  687. data/spec/payroll_uk/models/leave_accrual_line_spec.rb +47 -0
  688. data/spec/payroll_uk/models/leave_earnings_line_spec.rb +71 -0
  689. data/spec/payroll_uk/models/leave_period_spec.rb +63 -0
  690. data/spec/payroll_uk/models/leave_periods_spec.rb +53 -0
  691. data/spec/payroll_uk/models/leave_type_object_spec.rb +53 -0
  692. data/spec/payroll_uk/models/leave_type_spec.rb +83 -0
  693. data/spec/payroll_uk/models/leave_types_spec.rb +53 -0
  694. data/spec/payroll_uk/models/pagination_spec.rb +59 -0
  695. data/spec/payroll_uk/models/pay_run_calendar_object_spec.rb +53 -0
  696. data/spec/payroll_uk/models/pay_run_calendar_spec.rb +81 -0
  697. data/spec/payroll_uk/models/pay_run_calendars_spec.rb +53 -0
  698. data/spec/payroll_uk/models/pay_run_object_spec.rb +53 -0
  699. data/spec/payroll_uk/models/pay_run_spec.rb +119 -0
  700. data/spec/payroll_uk/models/pay_runs_spec.rb +53 -0
  701. data/spec/payroll_uk/models/payment_line_spec.rb +65 -0
  702. data/spec/payroll_uk/models/payment_method_object_spec.rb +53 -0
  703. data/spec/payroll_uk/models/payment_method_spec.rb +51 -0
  704. data/spec/payroll_uk/models/payslip_object_spec.rb +53 -0
  705. data/spec/payroll_uk/models/payslip_spec.rb +201 -0
  706. data/spec/payroll_uk/models/payslips_spec.rb +53 -0
  707. data/spec/payroll_uk/models/problem_spec.rb +71 -0
  708. data/spec/payroll_uk/models/reimbursement_line_spec.rb +53 -0
  709. data/spec/payroll_uk/models/reimbursement_object_spec.rb +53 -0
  710. data/spec/payroll_uk/models/reimbursement_spec.rb +59 -0
  711. data/spec/payroll_uk/models/reimbursements_spec.rb +53 -0
  712. data/spec/payroll_uk/models/salary_and_wage_object_spec.rb +53 -0
  713. data/spec/payroll_uk/models/salary_and_wage_spec.rb +97 -0
  714. data/spec/payroll_uk/models/salary_and_wages_spec.rb +53 -0
  715. data/spec/payroll_uk/models/settings_spec.rb +53 -0
  716. data/spec/payroll_uk/models/statutory_deduction_category_spec.rb +35 -0
  717. data/spec/payroll_uk/models/statutory_deduction_spec.rb +65 -0
  718. data/spec/payroll_uk/models/tax_line_spec.rb +71 -0
  719. data/spec/payroll_uk/models/timesheet_earnings_line_spec.rb +71 -0
  720. data/spec/payroll_uk/models/timesheet_line_object_spec.rb +53 -0
  721. data/spec/payroll_uk/models/timesheet_line_spec.rb +65 -0
  722. data/spec/payroll_uk/models/timesheet_object_spec.rb +53 -0
  723. data/spec/payroll_uk/models/timesheet_spec.rb +93 -0
  724. data/spec/payroll_uk/models/timesheets_spec.rb +53 -0
  725. data/spec/payroll_uk/models/tracking_categories_spec.rb +53 -0
  726. data/spec/payroll_uk/models/tracking_category_spec.rb +47 -0
  727. metadata +853 -158
  728. data/CODE_OF_CONDUCT.md +0 -76
  729. data/CONTRIBUTING.md +0 -82
  730. data/Gemfile +0 -9
  731. data/LICENSE +0 -21
  732. data/Rakefile +0 -10
  733. data/build_notes.md +0 -62
  734. data/docs/accounting/Account.md +0 -55
  735. data/docs/accounting/AccountType.md +0 -16
  736. data/docs/accounting/AccountingApi.md +0 -15151
  737. data/docs/accounting/Accounts.md +0 -17
  738. data/docs/accounting/AccountsPayable.md +0 -19
  739. data/docs/accounting/AccountsReceivable.md +0 -19
  740. data/docs/accounting/Address.md +0 -35
  741. data/docs/accounting/Allocation.md +0 -31
  742. data/docs/accounting/Allocations.md +0 -17
  743. data/docs/accounting/Attachment.md +0 -27
  744. data/docs/accounting/Attachments.md +0 -17
  745. data/docs/accounting/Balances.md +0 -19
  746. data/docs/accounting/BankTransaction.md +0 -59
  747. data/docs/accounting/BankTransactions.md +0 -17
  748. data/docs/accounting/BankTransfer.md +0 -37
  749. data/docs/accounting/BankTransfers.md +0 -17
  750. data/docs/accounting/BatchPayment.md +0 -47
  751. data/docs/accounting/BatchPaymentDetails.md +0 -25
  752. data/docs/accounting/BatchPayments.md +0 -17
  753. data/docs/accounting/Bill.md +0 -19
  754. data/docs/accounting/BrandingTheme.md +0 -27
  755. data/docs/accounting/BrandingThemes.md +0 -17
  756. data/docs/accounting/CISOrgSetting.md +0 -21
  757. data/docs/accounting/CISSetting.md +0 -19
  758. data/docs/accounting/CISSettings.md +0 -17
  759. data/docs/accounting/Contact.md +0 -93
  760. data/docs/accounting/ContactGroup.md +0 -23
  761. data/docs/accounting/ContactGroups.md +0 -17
  762. data/docs/accounting/ContactPerson.md +0 -23
  763. data/docs/accounting/Contacts.md +0 -17
  764. data/docs/accounting/CountryCode.md +0 -16
  765. data/docs/accounting/CreditNote.md +0 -67
  766. data/docs/accounting/CreditNotes.md +0 -17
  767. data/docs/accounting/Currencies.md +0 -17
  768. data/docs/accounting/Currency.md +0 -19
  769. data/docs/accounting/CurrencyCode.md +0 -16
  770. data/docs/accounting/Element.md +0 -31
  771. data/docs/accounting/Employee.md +0 -31
  772. data/docs/accounting/Employees.md +0 -17
  773. data/docs/accounting/Error.md +0 -23
  774. data/docs/accounting/ExpenseClaim.md +0 -39
  775. data/docs/accounting/ExpenseClaims.md +0 -17
  776. data/docs/accounting/ExternalLink.md +0 -21
  777. data/docs/accounting/HistoryRecord.md +0 -23
  778. data/docs/accounting/HistoryRecords.md +0 -17
  779. data/docs/accounting/Invoice.md +0 -93
  780. data/docs/accounting/InvoiceReminder.md +0 -17
  781. data/docs/accounting/InvoiceReminders.md +0 -17
  782. data/docs/accounting/Invoices.md +0 -17
  783. data/docs/accounting/Item.md +0 -47
  784. data/docs/accounting/Items.md +0 -17
  785. data/docs/accounting/Journal.md +0 -31
  786. data/docs/accounting/JournalLine.md +0 -39
  787. data/docs/accounting/Journals.md +0 -17
  788. data/docs/accounting/LineAmountTypes.md +0 -16
  789. data/docs/accounting/LineItem.md +0 -41
  790. data/docs/accounting/LineItemTracking.md +0 -23
  791. data/docs/accounting/LinkedTransaction.md +0 -37
  792. data/docs/accounting/LinkedTransactions.md +0 -17
  793. data/docs/accounting/ManualJournal.md +0 -43
  794. data/docs/accounting/ManualJournalLine.md +0 -31
  795. data/docs/accounting/ManualJournals.md +0 -17
  796. data/docs/accounting/OnlineInvoice.md +0 -17
  797. data/docs/accounting/OnlineInvoices.md +0 -17
  798. data/docs/accounting/Organisation.md +0 -81
  799. data/docs/accounting/Organisations.md +0 -17
  800. data/docs/accounting/Overpayment.md +0 -53
  801. data/docs/accounting/Overpayments.md +0 -17
  802. data/docs/accounting/Payment.md +0 -63
  803. data/docs/accounting/PaymentDelete.md +0 -17
  804. data/docs/accounting/PaymentService.md +0 -27
  805. data/docs/accounting/PaymentServices.md +0 -17
  806. data/docs/accounting/PaymentTerm.md +0 -19
  807. data/docs/accounting/PaymentTermType.md +0 -16
  808. data/docs/accounting/Payments.md +0 -17
  809. data/docs/accounting/Phone.md +0 -23
  810. data/docs/accounting/Prepayment.md +0 -53
  811. data/docs/accounting/Prepayments.md +0 -17
  812. data/docs/accounting/Purchase.md +0 -23
  813. data/docs/accounting/PurchaseOrder.md +0 -71
  814. data/docs/accounting/PurchaseOrders.md +0 -17
  815. data/docs/accounting/Quote.md +0 -63
  816. data/docs/accounting/QuoteLineAmountTypes.md +0 -16
  817. data/docs/accounting/QuoteStatusCodes.md +0 -16
  818. data/docs/accounting/Quotes.md +0 -17
  819. data/docs/accounting/Receipt.md +0 -51
  820. data/docs/accounting/Receipts.md +0 -17
  821. data/docs/accounting/RepeatingInvoice.md +0 -47
  822. data/docs/accounting/RepeatingInvoices.md +0 -17
  823. data/docs/accounting/Report.md +0 -29
  824. data/docs/accounting/ReportAttribute.md +0 -19
  825. data/docs/accounting/ReportCell.md +0 -19
  826. data/docs/accounting/ReportFields.md +0 -21
  827. data/docs/accounting/ReportRow.md +0 -21
  828. data/docs/accounting/ReportRows.md +0 -23
  829. data/docs/accounting/ReportWithRow.md +0 -33
  830. data/docs/accounting/ReportWithRows.md +0 -17
  831. data/docs/accounting/Reports.md +0 -17
  832. data/docs/accounting/RequestEmpty.md +0 -17
  833. data/docs/accounting/RowType.md +0 -16
  834. data/docs/accounting/SalesTrackingCategory.md +0 -19
  835. data/docs/accounting/Schedule.md +0 -29
  836. data/docs/accounting/TaxComponent.md +0 -23
  837. data/docs/accounting/TaxRate.md +0 -39
  838. data/docs/accounting/TaxRates.md +0 -17
  839. data/docs/accounting/TaxType.md +0 -16
  840. data/docs/accounting/TenNinetyNineContact.md +0 -59
  841. data/docs/accounting/TimeZone.md +0 -16
  842. data/docs/accounting/TrackingCategories.md +0 -17
  843. data/docs/accounting/TrackingCategory.md +0 -27
  844. data/docs/accounting/TrackingOption.md +0 -23
  845. data/docs/accounting/TrackingOptions.md +0 -17
  846. data/docs/accounting/User.md +0 -29
  847. data/docs/accounting/Users.md +0 -17
  848. data/docs/accounting/ValidationError.md +0 -17
  849. data/docs/assets/Asset.md +0 -45
  850. data/docs/assets/AssetApi.md +0 -438
  851. data/docs/assets/AssetStatus.md +0 -16
  852. data/docs/assets/AssetStatusQueryParam.md +0 -16
  853. data/docs/assets/AssetType.md +0 -29
  854. data/docs/assets/Assets.md +0 -19
  855. data/docs/assets/BookDepreciationDetail.md +0 -29
  856. data/docs/assets/BookDepreciationSetting.md +0 -31
  857. data/docs/assets/Error.md +0 -25
  858. data/docs/assets/FieldValidationErrorsElement.md +0 -27
  859. data/docs/assets/Pagination.md +0 -23
  860. data/docs/assets/ResourceValidationErrorsElement.md +0 -25
  861. data/docs/assets/Setting.md +0 -31
  862. data/docs/projects/Amount.md +0 -19
  863. data/docs/projects/ChargeType.md +0 -16
  864. data/docs/projects/CurrencyCode.md +0 -16
  865. data/docs/projects/Error.md +0 -19
  866. data/docs/projects/Pagination.md +0 -23
  867. data/docs/projects/Project.md +0 -59
  868. data/docs/projects/ProjectApi.md +0 -979
  869. data/docs/projects/ProjectCreateOrUpdate.md +0 -23
  870. data/docs/projects/ProjectPatch.md +0 -17
  871. data/docs/projects/ProjectStatus.md +0 -16
  872. data/docs/projects/ProjectUser.md +0 -21
  873. data/docs/projects/ProjectUsers.md +0 -19
  874. data/docs/projects/Projects.md +0 -19
  875. data/docs/projects/Task.md +0 -45
  876. data/docs/projects/TaskCreateOrUpdate.md +0 -23
  877. data/docs/projects/Tasks.md +0 -19
  878. data/docs/projects/TimeEntries.md +0 -19
  879. data/docs/projects/TimeEntry.md +0 -33
  880. data/docs/projects/TimeEntryCreateOrUpdate.md +0 -25
  881. data/git_push.sh +0 -55
  882. data/xero-ruby.gem +0 -0
  883. data/xero-ruby.gemspec +0 -38
@@ -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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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&#x3D;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