xero-ruby 1.1.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1019) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +393 -107
  3. data/lib/xero-ruby/api/accounting_api.rb +5080 -1354
  4. data/lib/xero-ruby/api/app_store_api.rb +331 -0
  5. data/lib/xero-ruby/api/asset_api.rb +86 -35
  6. data/lib/xero-ruby/api/files_api.rb +1526 -0
  7. data/lib/xero-ruby/api/finance_api.rb +961 -0
  8. data/lib/xero-ruby/api/payroll_au_api.rb +2578 -0
  9. data/lib/xero-ruby/api/payroll_nz_api.rb +5421 -0
  10. data/lib/xero-ruby/api/payroll_uk_api.rb +5560 -0
  11. data/lib/xero-ruby/api/project_api.rb +1423 -0
  12. data/lib/xero-ruby/api_client.rb +283 -96
  13. data/lib/xero-ruby/api_error.rb +5 -5
  14. data/lib/xero-ruby/configuration.rb +32 -9
  15. data/lib/xero-ruby/models/accounting/account.rb +85 -46
  16. data/lib/xero-ruby/models/accounting/account_type.rb +20 -25
  17. data/lib/xero-ruby/models/accounting/accounts.rb +32 -13
  18. data/lib/xero-ruby/models/accounting/accounts_payable.rb +35 -15
  19. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +35 -15
  20. data/lib/xero-ruby/models/accounting/action.rb +268 -0
  21. data/lib/xero-ruby/models/accounting/actions.rb +224 -0
  22. data/lib/xero-ruby/models/accounting/address.rb +44 -24
  23. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +484 -0
  24. data/lib/xero-ruby/models/accounting/allocation.rb +109 -18
  25. data/lib/xero-ruby/models/accounting/allocations.rb +32 -13
  26. data/lib/xero-ruby/models/accounting/attachment.rb +37 -19
  27. data/lib/xero-ruby/models/accounting/attachments.rb +32 -13
  28. data/lib/xero-ruby/models/accounting/balance_details.rb +243 -0
  29. data/lib/xero-ruby/models/accounting/balances.rb +33 -13
  30. data/lib/xero-ruby/models/accounting/bank_transaction.rb +67 -39
  31. data/lib/xero-ruby/models/accounting/bank_transactions.rb +32 -13
  32. data/lib/xero-ruby/models/accounting/bank_transfer.rb +79 -25
  33. data/lib/xero-ruby/models/accounting/bank_transfers.rb +32 -13
  34. data/lib/xero-ruby/models/accounting/batch_payment.rb +75 -54
  35. data/lib/xero-ruby/models/accounting/batch_payment_delete.rb +244 -0
  36. data/lib/xero-ruby/models/accounting/batch_payment_delete_by_url_param.rb +229 -0
  37. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +35 -32
  38. data/lib/xero-ruby/models/accounting/batch_payments.rb +32 -13
  39. data/lib/xero-ruby/models/accounting/bill.rb +32 -13
  40. data/lib/xero-ruby/models/accounting/branding_theme.rb +37 -18
  41. data/lib/xero-ruby/models/accounting/branding_themes.rb +32 -13
  42. data/lib/xero-ruby/models/accounting/budget.rb +327 -0
  43. data/lib/xero-ruby/models/accounting/budget_balance.rb +267 -0
  44. data/lib/xero-ruby/models/accounting/budget_line.rb +244 -0
  45. data/lib/xero-ruby/models/accounting/budgets.rb +224 -0
  46. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +34 -16
  47. data/lib/xero-ruby/models/accounting/cis_org_settings.rb +224 -0
  48. data/lib/xero-ruby/models/accounting/cis_setting.rb +33 -15
  49. data/lib/xero-ruby/models/accounting/cis_settings.rb +32 -13
  50. data/lib/xero-ruby/models/accounting/contact.rb +160 -57
  51. data/lib/xero-ruby/models/accounting/contact_group.rb +36 -16
  52. data/lib/xero-ruby/models/accounting/contact_groups.rb +32 -13
  53. data/lib/xero-ruby/models/accounting/contact_person.rb +34 -16
  54. data/lib/xero-ruby/models/accounting/contacts.rb +32 -13
  55. data/lib/xero-ruby/models/accounting/conversion_balances.rb +245 -0
  56. data/lib/xero-ruby/models/accounting/conversion_date.rb +233 -0
  57. data/lib/xero-ruby/models/accounting/country_code.rb +242 -243
  58. data/lib/xero-ruby/models/accounting/credit_note.rb +118 -45
  59. data/lib/xero-ruby/models/accounting/credit_notes.rb +32 -13
  60. data/lib/xero-ruby/models/accounting/currencies.rb +32 -13
  61. data/lib/xero-ruby/models/accounting/currency.rb +33 -14
  62. data/lib/xero-ruby/models/accounting/currency_code.rb +170 -167
  63. data/lib/xero-ruby/models/accounting/element.rb +38 -14
  64. data/lib/xero-ruby/models/accounting/employee.rb +44 -20
  65. data/lib/xero-ruby/models/accounting/employees.rb +32 -13
  66. data/lib/xero-ruby/models/accounting/error.rb +34 -16
  67. data/lib/xero-ruby/models/accounting/expense_claim.rb +51 -26
  68. data/lib/xero-ruby/models/accounting/expense_claims.rb +32 -13
  69. data/lib/xero-ruby/models/accounting/external_link.rb +38 -14
  70. data/lib/xero-ruby/models/accounting/history_record.rb +34 -16
  71. data/lib/xero-ruby/models/accounting/history_records.rb +32 -13
  72. data/lib/xero-ruby/models/accounting/import_summary.rb +233 -0
  73. data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +303 -0
  74. data/lib/xero-ruby/models/accounting/import_summary_object.rb +222 -0
  75. data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +222 -0
  76. data/lib/xero-ruby/models/accounting/invoice.rb +115 -73
  77. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +31 -13
  78. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +32 -13
  79. data/lib/xero-ruby/models/accounting/invoices.rb +32 -13
  80. data/lib/xero-ruby/models/accounting/item.rb +48 -28
  81. data/lib/xero-ruby/models/accounting/items.rb +32 -13
  82. data/lib/xero-ruby/models/accounting/journal.rb +63 -20
  83. data/lib/xero-ruby/models/accounting/journal_line.rb +46 -27
  84. data/lib/xero-ruby/models/accounting/journals.rb +32 -13
  85. data/lib/xero-ruby/models/accounting/line_amount_types.rb +5 -6
  86. data/lib/xero-ruby/models/accounting/line_item.rb +71 -33
  87. data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -0
  88. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +34 -16
  89. data/lib/xero-ruby/models/accounting/linked_transaction.rb +49 -23
  90. data/lib/xero-ruby/models/accounting/linked_transactions.rb +32 -13
  91. data/lib/xero-ruby/models/accounting/manual_journal.rb +49 -25
  92. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +50 -22
  93. data/lib/xero-ruby/models/accounting/manual_journals.rb +32 -13
  94. data/lib/xero-ruby/models/accounting/online_invoice.rb +31 -13
  95. data/lib/xero-ruby/models/accounting/online_invoices.rb +32 -13
  96. data/lib/xero-ruby/models/accounting/organisation.rb +155 -49
  97. data/lib/xero-ruby/models/accounting/organisations.rb +32 -13
  98. data/lib/xero-ruby/models/accounting/overpayment.rb +60 -33
  99. data/lib/xero-ruby/models/accounting/overpayments.rb +32 -13
  100. data/lib/xero-ruby/models/accounting/payment.rb +102 -35
  101. data/lib/xero-ruby/models/accounting/payment_delete.rb +31 -13
  102. data/lib/xero-ruby/models/accounting/payment_service.rb +36 -18
  103. data/lib/xero-ruby/models/accounting/payment_services.rb +32 -13
  104. data/lib/xero-ruby/models/accounting/payment_term.rb +33 -13
  105. data/lib/xero-ruby/models/accounting/payment_term_type.rb +6 -7
  106. data/lib/xero-ruby/models/accounting/payments.rb +32 -13
  107. data/lib/xero-ruby/models/accounting/phone.rb +40 -16
  108. data/lib/xero-ruby/models/accounting/prepayment.rb +74 -34
  109. data/lib/xero-ruby/models/accounting/prepayments.rb +32 -13
  110. data/lib/xero-ruby/models/accounting/purchase.rb +35 -17
  111. data/lib/xero-ruby/models/accounting/purchase_order.rb +69 -43
  112. data/lib/xero-ruby/models/accounting/purchase_orders.rb +32 -13
  113. data/lib/xero-ruby/models/accounting/quote.rb +82 -38
  114. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +5 -6
  115. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +8 -8
  116. data/lib/xero-ruby/models/accounting/quotes.rb +32 -13
  117. data/lib/xero-ruby/models/accounting/receipt.rb +56 -29
  118. data/lib/xero-ruby/models/accounting/receipts.rb +32 -13
  119. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +107 -32
  120. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +32 -13
  121. data/lib/xero-ruby/models/accounting/report.rb +39 -29
  122. data/lib/xero-ruby/models/accounting/report_attribute.rb +33 -13
  123. data/lib/xero-ruby/models/accounting/report_cell.rb +33 -13
  124. data/lib/xero-ruby/models/accounting/report_fields.rb +34 -13
  125. data/lib/xero-ruby/models/accounting/report_row.rb +34 -13
  126. data/lib/xero-ruby/models/accounting/report_rows.rb +35 -13
  127. data/lib/xero-ruby/models/accounting/report_with_row.rb +40 -20
  128. data/lib/xero-ruby/models/accounting/report_with_rows.rb +32 -13
  129. data/lib/xero-ruby/models/accounting/reports.rb +32 -13
  130. data/lib/xero-ruby/models/accounting/request_empty.rb +31 -13
  131. data/lib/xero-ruby/models/accounting/row_type.rb +6 -7
  132. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +32 -14
  133. data/lib/xero-ruby/models/accounting/schedule.rb +47 -21
  134. data/lib/xero-ruby/models/accounting/setup.rb +246 -0
  135. data/lib/xero-ruby/models/accounting/tax_component.rb +35 -17
  136. data/lib/xero-ruby/models/accounting/tax_rate.rb +148 -28
  137. data/lib/xero-ruby/models/accounting/tax_rates.rb +32 -13
  138. data/lib/xero-ruby/models/accounting/tax_type.rb +122 -62
  139. data/lib/xero-ruby/models/accounting/{ten_nintey_nine_contact.rb → ten_ninety_nine_contact.rb} +142 -53
  140. data/lib/xero-ruby/models/accounting/time_zone.rb +143 -110
  141. data/lib/xero-ruby/models/accounting/tracking_categories.rb +32 -13
  142. data/lib/xero-ruby/models/accounting/tracking_category.rb +39 -18
  143. data/lib/xero-ruby/models/accounting/tracking_option.rb +45 -24
  144. data/lib/xero-ruby/models/accounting/tracking_options.rb +32 -13
  145. data/lib/xero-ruby/models/accounting/user.rb +44 -19
  146. data/lib/xero-ruby/models/accounting/users.rb +32 -13
  147. data/lib/xero-ruby/models/accounting/validation_error.rb +31 -13
  148. data/lib/xero-ruby/models/app_store/create_usage_record.rb +243 -0
  149. data/lib/xero-ruby/models/app_store/plan.rb +311 -0
  150. data/lib/xero-ruby/models/app_store/price.rb +257 -0
  151. data/lib/xero-ruby/models/app_store/problem_details.rb +272 -0
  152. data/lib/xero-ruby/models/app_store/product.rb +299 -0
  153. data/lib/xero-ruby/models/app_store/subscription.rb +361 -0
  154. data/lib/xero-ruby/models/app_store/subscription_item.rb +354 -0
  155. data/lib/xero-ruby/models/app_store/update_usage_record.rb +228 -0
  156. data/lib/xero-ruby/models/app_store/usage_record.rb +332 -0
  157. data/lib/xero-ruby/models/app_store/usage_records_list.rb +230 -0
  158. data/lib/xero-ruby/models/assets/asset.rb +59 -28
  159. data/lib/xero-ruby/models/assets/asset_status.rb +5 -6
  160. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +5 -6
  161. data/lib/xero-ruby/models/assets/asset_type.rb +37 -23
  162. data/lib/xero-ruby/models/assets/assets.rb +33 -13
  163. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +43 -25
  164. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +50 -21
  165. data/lib/xero-ruby/models/assets/error.rb +35 -17
  166. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +37 -19
  167. data/lib/xero-ruby/models/assets/pagination.rb +35 -13
  168. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +36 -18
  169. data/lib/xero-ruby/models/assets/setting.rb +38 -20
  170. data/lib/xero-ruby/models/files/association.rb +252 -0
  171. data/lib/xero-ruby/models/files/file_object.rb +292 -0
  172. data/lib/xero-ruby/models/files/files.rb +254 -0
  173. data/lib/xero-ruby/models/files/folder.rb +262 -0
  174. data/lib/xero-ruby/models/files/folders.rb +224 -0
  175. data/lib/xero-ruby/models/files/object_group.rb +46 -0
  176. data/lib/xero-ruby/models/files/object_type.rb +90 -0
  177. data/lib/xero-ruby/models/files/upload_object.rb +267 -0
  178. data/lib/xero-ruby/models/files/user.rb +267 -0
  179. data/lib/xero-ruby/models/finance/account_usage.rb +342 -0
  180. data/lib/xero-ruby/models/finance/account_usage_response.rb +254 -0
  181. data/lib/xero-ruby/models/finance/balance_sheet_account_detail.rb +262 -0
  182. data/lib/xero-ruby/models/finance/balance_sheet_account_group.rb +234 -0
  183. data/lib/xero-ruby/models/finance/balance_sheet_account_type.rb +244 -0
  184. data/lib/xero-ruby/models/finance/balance_sheet_response.rb +252 -0
  185. data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -0
  186. data/lib/xero-ruby/models/finance/bank_statement_response.rb +232 -0
  187. data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
  188. data/lib/xero-ruby/models/finance/cash_account_response.rb +262 -0
  189. data/lib/xero-ruby/models/finance/cash_balance.rb +242 -0
  190. data/lib/xero-ruby/models/finance/cash_validation_response.rb +262 -0
  191. data/lib/xero-ruby/models/finance/cashflow_account.rb +282 -0
  192. data/lib/xero-ruby/models/finance/cashflow_activity.rb +244 -0
  193. data/lib/xero-ruby/models/finance/cashflow_response.rb +254 -0
  194. data/lib/xero-ruby/models/finance/cashflow_type.rb +244 -0
  195. data/lib/xero-ruby/models/finance/contact_detail.rb +274 -0
  196. data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
  197. data/lib/xero-ruby/models/finance/contact_total_detail.rb +242 -0
  198. data/lib/xero-ruby/models/finance/contact_total_other.rb +252 -0
  199. data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -0
  200. data/lib/xero-ruby/models/finance/current_statement_response.rb +272 -0
  201. data/lib/xero-ruby/models/finance/data_source_response.rb +362 -0
  202. data/lib/xero-ruby/models/finance/history_record_response.rb +262 -0
  203. data/lib/xero-ruby/models/finance/income_by_contact_response.rb +284 -0
  204. data/lib/xero-ruby/models/finance/invoice_response.rb +254 -0
  205. data/lib/xero-ruby/models/finance/line_item_response.rb +252 -0
  206. data/lib/xero-ruby/models/finance/lock_history_model.rb +242 -0
  207. data/lib/xero-ruby/models/finance/lock_history_response.rb +244 -0
  208. data/lib/xero-ruby/models/finance/manual_journal_total.rb +222 -0
  209. data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -0
  210. data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
  211. data/lib/xero-ruby/models/finance/pnl_account.rb +272 -0
  212. data/lib/xero-ruby/models/finance/pnl_account_class.rb +234 -0
  213. data/lib/xero-ruby/models/finance/pnl_account_type.rb +244 -0
  214. data/lib/xero-ruby/models/finance/practice_response.rb +262 -0
  215. data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
  216. data/lib/xero-ruby/models/finance/problem.rb +252 -0
  217. data/lib/xero-ruby/models/finance/problem_type.rb +45 -0
  218. data/lib/xero-ruby/models/finance/profit_and_loss_response.rb +262 -0
  219. data/lib/xero-ruby/models/finance/report_history_model.rb +242 -0
  220. data/lib/xero-ruby/models/finance/report_history_response.rb +244 -0
  221. data/lib/xero-ruby/models/finance/statement_balance_response.rb +232 -0
  222. data/lib/xero-ruby/models/finance/statement_line_response.rb +356 -0
  223. data/lib/xero-ruby/models/finance/statement_lines_response.rb +382 -0
  224. data/lib/xero-ruby/models/finance/statement_response.rb +314 -0
  225. data/lib/xero-ruby/models/finance/total_detail.rb +242 -0
  226. data/lib/xero-ruby/models/finance/total_other.rb +242 -0
  227. data/lib/xero-ruby/models/finance/trial_balance_account.rb +312 -0
  228. data/lib/xero-ruby/models/finance/trial_balance_entry.rb +232 -0
  229. data/lib/xero-ruby/models/finance/trial_balance_movement.rb +252 -0
  230. data/lib/xero-ruby/models/finance/trial_balance_response.rb +244 -0
  231. data/lib/xero-ruby/models/finance/user_activities_response.rb +244 -0
  232. data/lib/xero-ruby/models/finance/user_response.rb +336 -0
  233. data/lib/xero-ruby/models/payroll_au/account.rb +252 -0
  234. data/lib/xero-ruby/models/payroll_au/account_type.rb +57 -0
  235. data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
  236. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +44 -0
  237. data/lib/xero-ruby/models/payroll_au/api_exception.rb +243 -0
  238. data/lib/xero-ruby/models/payroll_au/bank_account.rb +272 -0
  239. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +40 -0
  240. data/lib/xero-ruby/models/payroll_au/country_of_residence.rb +284 -0
  241. data/lib/xero-ruby/models/payroll_au/deduction_line.rb +267 -0
  242. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +354 -0
  243. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +37 -0
  244. data/lib/xero-ruby/models/payroll_au/earnings_line.rb +307 -0
  245. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +442 -0
  246. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +37 -0
  247. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +48 -0
  248. data/lib/xero-ruby/models/payroll_au/employee.rb +654 -0
  249. data/lib/xero-ruby/models/payroll_au/employee_status.rb +36 -0
  250. data/lib/xero-ruby/models/payroll_au/employees.rb +224 -0
  251. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +40 -0
  252. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +36 -0
  253. data/lib/xero-ruby/models/payroll_au/employment_type.rb +36 -0
  254. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +36 -0
  255. data/lib/xero-ruby/models/payroll_au/home_address.rb +277 -0
  256. data/lib/xero-ruby/models/payroll_au/income_type.rb +39 -0
  257. data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +242 -0
  258. data/lib/xero-ruby/models/payroll_au/leave_application.rb +326 -0
  259. data/lib/xero-ruby/models/payroll_au/leave_applications.rb +224 -0
  260. data/lib/xero-ruby/models/payroll_au/leave_balance.rb +252 -0
  261. data/lib/xero-ruby/models/payroll_au/leave_category_code.rb +46 -0
  262. data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +252 -0
  263. data/lib/xero-ruby/models/payroll_au/leave_line.rb +292 -0
  264. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +38 -0
  265. data/lib/xero-ruby/models/payroll_au/leave_lines.rb +225 -0
  266. data/lib/xero-ruby/models/payroll_au/leave_period.rb +252 -0
  267. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +38 -0
  268. data/lib/xero-ruby/models/payroll_au/leave_type.rb +337 -0
  269. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +38 -0
  270. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +40 -0
  271. data/lib/xero-ruby/models/payroll_au/opening_balances.rb +304 -0
  272. data/lib/xero-ruby/models/payroll_au/paid_leave_earnings_line.rb +272 -0
  273. data/lib/xero-ruby/models/payroll_au/pay_item.rb +260 -0
  274. data/lib/xero-ruby/models/payroll_au/pay_items.rb +222 -0
  275. data/lib/xero-ruby/models/payroll_au/pay_out_type.rb +36 -0
  276. data/lib/xero-ruby/models/payroll_au/pay_run.rb +381 -0
  277. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +36 -0
  278. data/lib/xero-ruby/models/payroll_au/pay_runs.rb +224 -0
  279. data/lib/xero-ruby/models/payroll_au/pay_template.rb +272 -0
  280. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +41 -0
  281. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +294 -0
  282. data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +224 -0
  283. data/lib/xero-ruby/models/payroll_au/payslip.rb +418 -0
  284. data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +308 -0
  285. data/lib/xero-ruby/models/payroll_au/payslip_object.rb +222 -0
  286. data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +332 -0
  287. data/lib/xero-ruby/models/payroll_au/payslips.rb +224 -0
  288. data/lib/xero-ruby/models/payroll_au/rate_type.rb +37 -0
  289. data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +267 -0
  290. data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +225 -0
  291. data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +277 -0
  292. data/lib/xero-ruby/models/payroll_au/residency_status.rb +37 -0
  293. data/lib/xero-ruby/models/payroll_au/senior_marital_status.rb +37 -0
  294. data/lib/xero-ruby/models/payroll_au/settings.rb +254 -0
  295. data/lib/xero-ruby/models/payroll_au/settings_object.rb +222 -0
  296. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +233 -0
  297. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +233 -0
  298. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +233 -0
  299. data/lib/xero-ruby/models/payroll_au/state.rb +42 -0
  300. data/lib/xero-ruby/models/payroll_au/super_fund.rb +349 -0
  301. data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +252 -0
  302. data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +224 -0
  303. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +36 -0
  304. data/lib/xero-ruby/models/payroll_au/super_funds.rb +224 -0
  305. data/lib/xero-ruby/models/payroll_au/super_line.rb +292 -0
  306. data/lib/xero-ruby/models/payroll_au/super_membership.rb +252 -0
  307. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +37 -0
  308. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +38 -0
  309. data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +302 -0
  310. data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +422 -0
  311. data/lib/xero-ruby/models/payroll_au/tax_line.rb +272 -0
  312. data/lib/xero-ruby/models/payroll_au/tax_scale_type.rb +40 -0
  313. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +38 -0
  314. data/lib/xero-ruby/models/payroll_au/timesheet.rb +321 -0
  315. data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +254 -0
  316. data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +222 -0
  317. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +39 -0
  318. data/lib/xero-ruby/models/payroll_au/timesheets.rb +224 -0
  319. data/lib/xero-ruby/models/payroll_au/validation_error.rb +222 -0
  320. data/lib/xero-ruby/models/payroll_au/work_condition.rb +37 -0
  321. data/lib/xero-ruby/models/payroll_nz/account.rb +290 -0
  322. data/lib/xero-ruby/models/payroll_nz/accounts.rb +224 -0
  323. data/lib/xero-ruby/models/payroll_nz/address.rb +287 -0
  324. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +343 -0
  325. data/lib/xero-ruby/models/payroll_nz/benefit.rb +383 -0
  326. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +41 -0
  327. data/lib/xero-ruby/models/payroll_nz/deduction.rb +325 -0
  328. data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +262 -0
  329. data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +242 -0
  330. data/lib/xero-ruby/models/payroll_nz/deductions.rb +244 -0
  331. data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +312 -0
  332. data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +269 -0
  333. data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +242 -0
  334. data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +244 -0
  335. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +401 -0
  336. data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +242 -0
  337. data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +244 -0
  338. data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +272 -0
  339. data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +242 -0
  340. data/lib/xero-ruby/models/payroll_nz/employee.rb +398 -0
  341. data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +244 -0
  342. data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +304 -0
  343. data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +252 -0
  344. data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +244 -0
  345. data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +242 -0
  346. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +282 -0
  347. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +242 -0
  348. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +350 -0
  349. data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +242 -0
  350. data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +244 -0
  351. data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +244 -0
  352. data/lib/xero-ruby/models/payroll_nz/employee_object.rb +242 -0
  353. data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +252 -0
  354. data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +244 -0
  355. data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +234 -0
  356. data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +242 -0
  357. data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +242 -0
  358. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +294 -0
  359. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +242 -0
  360. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +336 -0
  361. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +244 -0
  362. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +433 -0
  363. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +242 -0
  364. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +244 -0
  365. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +411 -0
  366. data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +242 -0
  367. data/lib/xero-ruby/models/payroll_nz/employees.rb +244 -0
  368. data/lib/xero-ruby/models/payroll_nz/employment.rb +242 -0
  369. data/lib/xero-ruby/models/payroll_nz/employment_object.rb +242 -0
  370. data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +232 -0
  371. data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +232 -0
  372. data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +232 -0
  373. data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +312 -0
  374. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +288 -0
  375. data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +244 -0
  376. data/lib/xero-ruby/models/payroll_nz/leave_type.rb +287 -0
  377. data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +242 -0
  378. data/lib/xero-ruby/models/payroll_nz/leave_types.rb +244 -0
  379. data/lib/xero-ruby/models/payroll_nz/pagination.rb +252 -0
  380. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +385 -0
  381. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +302 -0
  382. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +242 -0
  383. data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +244 -0
  384. data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +242 -0
  385. data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +244 -0
  386. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +571 -0
  387. data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +242 -0
  388. data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +244 -0
  389. data/lib/xero-ruby/models/payroll_nz/payment_line.rb +262 -0
  390. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +271 -0
  391. data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +242 -0
  392. data/lib/xero-ruby/models/payroll_nz/problem.rb +275 -0
  393. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +378 -0
  394. data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +262 -0
  395. data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +242 -0
  396. data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +244 -0
  397. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +398 -0
  398. data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +242 -0
  399. data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +244 -0
  400. data/lib/xero-ruby/models/payroll_nz/settings.rb +242 -0
  401. data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +262 -0
  402. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +45 -0
  403. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +252 -0
  404. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +242 -0
  405. data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +244 -0
  406. data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +272 -0
  407. data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +242 -0
  408. data/lib/xero-ruby/models/payroll_nz/superannuations.rb +244 -0
  409. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +53 -0
  410. data/lib/xero-ruby/models/payroll_nz/tax_line.rb +262 -0
  411. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +308 -0
  412. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +362 -0
  413. data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +312 -0
  414. data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +277 -0
  415. data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +242 -0
  416. data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +242 -0
  417. data/lib/xero-ruby/models/payroll_nz/timesheets.rb +244 -0
  418. data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +242 -0
  419. data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +232 -0
  420. data/lib/xero-ruby/models/payroll_uk/account.rb +293 -0
  421. data/lib/xero-ruby/models/payroll_uk/accounts.rb +224 -0
  422. data/lib/xero-ruby/models/payroll_uk/address.rb +277 -0
  423. data/lib/xero-ruby/models/payroll_uk/bank_account.rb +257 -0
  424. data/lib/xero-ruby/models/payroll_uk/benefit.rb +432 -0
  425. data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +262 -0
  426. data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +242 -0
  427. data/lib/xero-ruby/models/payroll_uk/benefits.rb +244 -0
  428. data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +232 -0
  429. data/lib/xero-ruby/models/payroll_uk/deduction.rb +440 -0
  430. data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +252 -0
  431. data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +242 -0
  432. data/lib/xero-ruby/models/payroll_uk/deductions.rb +244 -0
  433. data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +302 -0
  434. data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +269 -0
  435. data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +242 -0
  436. data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +244 -0
  437. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +409 -0
  438. data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +242 -0
  439. data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +244 -0
  440. data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +272 -0
  441. data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +242 -0
  442. data/lib/xero-ruby/models/payroll_uk/employee.rb +408 -0
  443. data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +304 -0
  444. data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +252 -0
  445. data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +244 -0
  446. data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +242 -0
  447. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +320 -0
  448. data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +242 -0
  449. data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +244 -0
  450. data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +244 -0
  451. data/lib/xero-ruby/models/payroll_uk/employee_object.rb +242 -0
  452. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +272 -0
  453. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +242 -0
  454. data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +234 -0
  455. data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +242 -0
  456. data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +244 -0
  457. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +294 -0
  458. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +242 -0
  459. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +336 -0
  460. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +244 -0
  461. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +433 -0
  462. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +242 -0
  463. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +244 -0
  464. data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +322 -0
  465. data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +242 -0
  466. data/lib/xero-ruby/models/payroll_uk/employees.rb +244 -0
  467. data/lib/xero-ruby/models/payroll_uk/employment.rb +299 -0
  468. data/lib/xero-ruby/models/payroll_uk/employment_object.rb +242 -0
  469. data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +232 -0
  470. data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +232 -0
  471. data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +272 -0
  472. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +288 -0
  473. data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +244 -0
  474. data/lib/xero-ruby/models/payroll_uk/leave_type.rb +307 -0
  475. data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +242 -0
  476. data/lib/xero-ruby/models/payroll_uk/leave_types.rb +244 -0
  477. data/lib/xero-ruby/models/payroll_uk/pagination.rb +252 -0
  478. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +403 -0
  479. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +342 -0
  480. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +242 -0
  481. data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +244 -0
  482. data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +242 -0
  483. data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +244 -0
  484. data/lib/xero-ruby/models/payroll_uk/payment_line.rb +262 -0
  485. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +276 -0
  486. data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +242 -0
  487. data/lib/xero-ruby/models/payroll_uk/payslip.rb +551 -0
  488. data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +242 -0
  489. data/lib/xero-ruby/models/payroll_uk/payslips.rb +244 -0
  490. data/lib/xero-ruby/models/payroll_uk/problem.rb +275 -0
  491. data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +262 -0
  492. data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +242 -0
  493. data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +242 -0
  494. data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +244 -0
  495. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +383 -0
  496. data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +242 -0
  497. data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +244 -0
  498. data/lib/xero-ruby/models/payroll_uk/settings.rb +242 -0
  499. data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +262 -0
  500. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +48 -0
  501. data/lib/xero-ruby/models/payroll_uk/tax_line.rb +272 -0
  502. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +361 -0
  503. data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +272 -0
  504. data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +277 -0
  505. data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +242 -0
  506. data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +242 -0
  507. data/lib/xero-ruby/models/payroll_uk/timesheets.rb +244 -0
  508. data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +242 -0
  509. data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +232 -0
  510. data/lib/xero-ruby/models/projects/amount.rb +232 -0
  511. data/lib/xero-ruby/models/projects/charge_type.rb +37 -0
  512. data/lib/xero-ruby/models/projects/currency_code.rb +197 -0
  513. data/lib/xero-ruby/models/projects/error.rb +232 -0
  514. data/lib/xero-ruby/models/projects/pagination.rb +252 -0
  515. data/lib/xero-ruby/models/projects/project.rb +437 -0
  516. data/lib/xero-ruby/models/projects/project_create_or_update.rb +257 -0
  517. data/lib/xero-ruby/models/projects/project_patch.rb +227 -0
  518. data/lib/xero-ruby/models/projects/project_status.rb +36 -0
  519. data/lib/xero-ruby/models/projects/project_user.rb +242 -0
  520. data/lib/xero-ruby/models/projects/project_users.rb +234 -0
  521. data/lib/xero-ruby/models/projects/projects.rb +234 -0
  522. data/lib/xero-ruby/models/projects/task.rb +399 -0
  523. data/lib/xero-ruby/models/projects/task_create_or_update.rb +267 -0
  524. data/lib/xero-ruby/models/projects/tasks.rb +234 -0
  525. data/lib/xero-ruby/models/projects/time_entries.rb +234 -0
  526. data/lib/xero-ruby/models/projects/time_entry.rb +339 -0
  527. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +282 -0
  528. data/lib/xero-ruby/string_serialization.rb +52 -0
  529. data/lib/xero-ruby/version.rb +4 -4
  530. data/lib/xero-ruby/where.rb +67 -0
  531. data/lib/xero-ruby.rb +399 -4
  532. data/spec/accounting/api/accounting_api_spec.rb +3 -3
  533. data/spec/accounting/models/ten_nintey_nine_contact_spec.rb +6 -6
  534. data/spec/api_client_spec.rb +421 -53
  535. data/spec/api_error_spec.rb +45 -0
  536. data/spec/app_store/api/app_store_api_spec.rb +45 -0
  537. data/spec/app_store/models/plan_spec.rb +62 -0
  538. data/spec/app_store/models/price_spec.rb +52 -0
  539. data/spec/app_store/models/problem_details_spec.rb +70 -0
  540. data/spec/app_store/models/product_spec.rb +56 -0
  541. data/spec/app_store/models/subscription_item_spec.rb +70 -0
  542. data/spec/app_store/models/subscription_spec.rb +82 -0
  543. data/spec/assets/api/asset_api_spec.rb +3 -3
  544. data/spec/configuration_spec.rb +27 -32
  545. data/spec/files/api/files_api_spec.rb +249 -0
  546. data/spec/files/models/association_spec.rb +59 -0
  547. data/spec/files/models/file_object_spec.rb +83 -0
  548. data/spec/files/models/files_spec.rb +59 -0
  549. data/spec/files/models/folder_spec.rb +65 -0
  550. data/spec/files/models/folders_spec.rb +41 -0
  551. data/spec/files/models/inline_object_spec.rb +59 -0
  552. data/spec/files/models/object_group_spec.rb +35 -0
  553. data/spec/files/models/object_type_spec.rb +35 -0
  554. data/spec/files/models/user_spec.rb +81 -0
  555. data/spec/finance/api/finance_api_spec.rb +156 -0
  556. data/spec/finance/models/account_usage_response_spec.rb +58 -0
  557. data/spec/finance/models/account_usage_spec.rb +112 -0
  558. data/spec/finance/models/balance_sheet_account_detail_spec.rb +64 -0
  559. data/spec/finance/models/balance_sheet_account_group_spec.rb +46 -0
  560. data/spec/finance/models/balance_sheet_account_type_spec.rb +52 -0
  561. data/spec/finance/models/balance_sheet_response_spec.rb +58 -0
  562. data/spec/finance/models/bank_statement_response_spec.rb +46 -0
  563. data/spec/finance/models/cash_account_response_spec.rb +64 -0
  564. data/spec/finance/models/cash_balance_spec.rb +52 -0
  565. data/spec/finance/models/cash_validation_response_spec.rb +64 -0
  566. data/spec/finance/models/cashflow_account_spec.rb +76 -0
  567. data/spec/finance/models/cashflow_activity_spec.rb +52 -0
  568. data/spec/finance/models/cashflow_response_spec.rb +58 -0
  569. data/spec/finance/models/cashflow_type_spec.rb +52 -0
  570. data/spec/finance/models/current_statement_response_spec.rb +70 -0
  571. data/spec/finance/models/data_source_response_spec.rb +124 -0
  572. data/spec/finance/models/history_record_response_spec.rb +64 -0
  573. data/spec/finance/models/lock_history_model_spec.rb +52 -0
  574. data/spec/finance/models/lock_history_response_spec.rb +52 -0
  575. data/spec/finance/models/pnl_account_class_spec.rb +46 -0
  576. data/spec/finance/models/pnl_account_spec.rb +70 -0
  577. data/spec/finance/models/pnl_account_type_spec.rb +52 -0
  578. data/spec/finance/models/practice_response_spec.rb +64 -0
  579. data/spec/finance/models/problem_spec.rb +58 -0
  580. data/spec/finance/models/problem_type_spec.rb +34 -0
  581. data/spec/finance/models/profit_and_loss_response_spec.rb +64 -0
  582. data/spec/finance/models/report_history_model_spec.rb +52 -0
  583. data/spec/finance/models/report_history_response_spec.rb +52 -0
  584. data/spec/finance/models/statement_balance_response_spec.rb +46 -0
  585. data/spec/finance/models/statement_lines_response_spec.rb +136 -0
  586. data/spec/finance/models/trial_balance_account_spec.rb +94 -0
  587. data/spec/finance/models/trial_balance_entry_spec.rb +46 -0
  588. data/spec/finance/models/trial_balance_movement_spec.rb +58 -0
  589. data/spec/finance/models/trial_balance_response_spec.rb +52 -0
  590. data/spec/finance/models/user_activities_response_spec.rb +52 -0
  591. data/spec/finance/models/user_response_spec.rb +106 -0
  592. data/spec/helper_methods_spec.rb +110 -0
  593. data/spec/payroll_au/api/payroll_au_api_spec.rb +415 -0
  594. data/spec/payroll_au/models/account_spec.rb +59 -0
  595. data/spec/payroll_au/models/account_type_spec.rb +35 -0
  596. data/spec/payroll_au/models/allowance_type_spec.rb +35 -0
  597. data/spec/payroll_au/models/api_exception_spec.rb +53 -0
  598. data/spec/payroll_au/models/bank_account_spec.rb +71 -0
  599. data/spec/payroll_au/models/calendar_type_spec.rb +35 -0
  600. data/spec/payroll_au/models/deduction_line_spec.rb +65 -0
  601. data/spec/payroll_au/models/deduction_type_calculation_type_spec.rb +35 -0
  602. data/spec/payroll_au/models/deduction_type_spec.rb +93 -0
  603. data/spec/payroll_au/models/earnings_line_spec.rb +89 -0
  604. data/spec/payroll_au/models/earnings_rate_calculation_type_spec.rb +35 -0
  605. data/spec/payroll_au/models/earnings_rate_spec.rb +137 -0
  606. data/spec/payroll_au/models/earnings_type_spec.rb +35 -0
  607. data/spec/payroll_au/models/employee_spec.rb +225 -0
  608. data/spec/payroll_au/models/employee_status_spec.rb +35 -0
  609. data/spec/payroll_au/models/employees_spec.rb +41 -0
  610. data/spec/payroll_au/models/employment_basis_spec.rb +35 -0
  611. data/spec/payroll_au/models/employment_termination_payment_type_spec.rb +35 -0
  612. data/spec/payroll_au/models/entitlement_final_pay_payout_type_spec.rb +35 -0
  613. data/spec/payroll_au/models/home_address_spec.rb +71 -0
  614. data/spec/payroll_au/models/leave_accrual_line_spec.rb +53 -0
  615. data/spec/payroll_au/models/leave_application_spec.rb +95 -0
  616. data/spec/payroll_au/models/leave_applications_spec.rb +41 -0
  617. data/spec/payroll_au/models/leave_balance_spec.rb +59 -0
  618. data/spec/payroll_au/models/leave_earnings_line_spec.rb +53 -0
  619. data/spec/payroll_au/models/leave_line_calculation_type_spec.rb +35 -0
  620. data/spec/payroll_au/models/leave_line_spec.rb +83 -0
  621. data/spec/payroll_au/models/leave_lines_spec.rb +41 -0
  622. data/spec/payroll_au/models/leave_period_spec.rb +59 -0
  623. data/spec/payroll_au/models/leave_period_status_spec.rb +35 -0
  624. data/spec/payroll_au/models/leave_type_contribution_type_spec.rb +35 -0
  625. data/spec/payroll_au/models/leave_type_spec.rb +89 -0
  626. data/spec/payroll_au/models/manual_tax_type_spec.rb +35 -0
  627. data/spec/payroll_au/models/opening_balances_spec.rb +77 -0
  628. data/spec/payroll_au/models/pay_item_spec.rb +59 -0
  629. data/spec/payroll_au/models/pay_items_spec.rb +41 -0
  630. data/spec/payroll_au/models/pay_run_spec.rb +131 -0
  631. data/spec/payroll_au/models/pay_run_status_spec.rb +35 -0
  632. data/spec/payroll_au/models/pay_runs_spec.rb +41 -0
  633. data/spec/payroll_au/models/pay_template_spec.rb +65 -0
  634. data/spec/payroll_au/models/payment_frequency_type_spec.rb +35 -0
  635. data/spec/payroll_au/models/payroll_calendar_spec.rb +77 -0
  636. data/spec/payroll_au/models/payroll_calendars_spec.rb +41 -0
  637. data/spec/payroll_au/models/payslip_lines_spec.rb +83 -0
  638. data/spec/payroll_au/models/payslip_object_spec.rb +41 -0
  639. data/spec/payroll_au/models/payslip_spec.rb +149 -0
  640. data/spec/payroll_au/models/payslip_summary_spec.rb +107 -0
  641. data/spec/payroll_au/models/payslips_spec.rb +41 -0
  642. data/spec/payroll_au/models/rate_type_spec.rb +35 -0
  643. data/spec/payroll_au/models/reimbursement_line_spec.rb +59 -0
  644. data/spec/payroll_au/models/reimbursement_lines_spec.rb +41 -0
  645. data/spec/payroll_au/models/reimbursement_type_spec.rb +65 -0
  646. data/spec/payroll_au/models/residency_status_spec.rb +35 -0
  647. data/spec/payroll_au/models/settings_object_spec.rb +41 -0
  648. data/spec/payroll_au/models/settings_spec.rb +53 -0
  649. data/spec/payroll_au/models/settings_tracking_categories_employee_groups_spec.rb +47 -0
  650. data/spec/payroll_au/models/settings_tracking_categories_spec.rb +47 -0
  651. data/spec/payroll_au/models/settings_tracking_categories_timesheet_categories_spec.rb +47 -0
  652. data/spec/payroll_au/models/state_spec.rb +35 -0
  653. data/spec/payroll_au/models/super_fund_product_spec.rb +59 -0
  654. data/spec/payroll_au/models/super_fund_products_spec.rb +41 -0
  655. data/spec/payroll_au/models/super_fund_spec.rb +113 -0
  656. data/spec/payroll_au/models/super_fund_type_spec.rb +35 -0
  657. data/spec/payroll_au/models/super_funds_spec.rb +41 -0
  658. data/spec/payroll_au/models/super_line_spec.rb +83 -0
  659. data/spec/payroll_au/models/super_membership_spec.rb +53 -0
  660. data/spec/payroll_au/models/superannuation_calculation_type_spec.rb +35 -0
  661. data/spec/payroll_au/models/superannuation_contribution_type_spec.rb +35 -0
  662. data/spec/payroll_au/models/superannuation_line_spec.rb +89 -0
  663. data/spec/payroll_au/models/tax_declaration_spec.rb +131 -0
  664. data/spec/payroll_au/models/tax_line_spec.rb +71 -0
  665. data/spec/payroll_au/models/tfn_exemption_type_spec.rb +35 -0
  666. data/spec/payroll_au/models/timesheet_line_spec.rb +59 -0
  667. data/spec/payroll_au/models/timesheet_object_spec.rb +41 -0
  668. data/spec/payroll_au/models/timesheet_spec.rb +89 -0
  669. data/spec/payroll_au/models/timesheet_status_spec.rb +35 -0
  670. data/spec/payroll_au/models/timesheets_spec.rb +41 -0
  671. data/spec/payroll_au/models/validation_error_spec.rb +41 -0
  672. data/spec/payroll_nz/api/payroll_nz_api_spec.rb +886 -0
  673. data/spec/payroll_nz/models/account_spec.rb +63 -0
  674. data/spec/payroll_nz/models/accounts_spec.rb +41 -0
  675. data/spec/payroll_nz/models/address_spec.rb +71 -0
  676. data/spec/payroll_nz/models/bank_account_spec.rb +87 -0
  677. data/spec/payroll_nz/models/benefit_spec.rb +103 -0
  678. data/spec/payroll_nz/models/deduction_line_spec.rb +65 -0
  679. data/spec/payroll_nz/models/deduction_object_spec.rb +53 -0
  680. data/spec/payroll_nz/models/deduction_spec.rb +75 -0
  681. data/spec/payroll_nz/models/deductions_spec.rb +53 -0
  682. data/spec/payroll_nz/models/earnings_line_spec.rb +95 -0
  683. data/spec/payroll_nz/models/earnings_order_object_spec.rb +53 -0
  684. data/spec/payroll_nz/models/earnings_order_spec.rb +65 -0
  685. data/spec/payroll_nz/models/earnings_orders_spec.rb +53 -0
  686. data/spec/payroll_nz/models/earnings_rate_object_spec.rb +53 -0
  687. data/spec/payroll_nz/models/earnings_rate_spec.rb +103 -0
  688. data/spec/payroll_nz/models/earnings_rates_spec.rb +53 -0
  689. data/spec/payroll_nz/models/earnings_template_object_spec.rb +53 -0
  690. data/spec/payroll_nz/models/earnings_template_spec.rb +71 -0
  691. data/spec/payroll_nz/models/employee_earnings_templates_spec.rb +53 -0
  692. data/spec/payroll_nz/models/employee_leave_balance_spec.rb +59 -0
  693. data/spec/payroll_nz/models/employee_leave_balances_spec.rb +53 -0
  694. data/spec/payroll_nz/models/employee_leave_object_spec.rb +53 -0
  695. data/spec/payroll_nz/models/employee_leave_setup_object_spec.rb +53 -0
  696. data/spec/payroll_nz/models/employee_leave_setup_spec.rb +77 -0
  697. data/spec/payroll_nz/models/employee_leave_spec.rb +77 -0
  698. data/spec/payroll_nz/models/employee_leave_type_object_spec.rb +53 -0
  699. data/spec/payroll_nz/models/employee_leave_type_spec.rb +99 -0
  700. data/spec/payroll_nz/models/employee_leave_types_spec.rb +53 -0
  701. data/spec/payroll_nz/models/employee_leaves_spec.rb +53 -0
  702. data/spec/payroll_nz/models/employee_object_spec.rb +53 -0
  703. data/spec/payroll_nz/models/employee_opening_balance_spec.rb +59 -0
  704. data/spec/payroll_nz/models/employee_opening_balances_object_spec.rb +53 -0
  705. data/spec/payroll_nz/models/employee_pay_template_object_spec.rb +53 -0
  706. data/spec/payroll_nz/models/employee_pay_template_spec.rb +47 -0
  707. data/spec/payroll_nz/models/employee_pay_templates_spec.rb +53 -0
  708. data/spec/payroll_nz/models/employee_spec.rb +123 -0
  709. data/spec/payroll_nz/models/employee_statutory_leave_balance_object_spec.rb +53 -0
  710. data/spec/payroll_nz/models/employee_statutory_leave_balance_spec.rb +61 -0
  711. data/spec/payroll_nz/models/employee_statutory_leave_summary_spec.rb +85 -0
  712. data/spec/payroll_nz/models/employee_statutory_leaves_summaries_spec.rb +53 -0
  713. data/spec/payroll_nz/models/employee_statutory_sick_leave_object_spec.rb +53 -0
  714. data/spec/payroll_nz/models/employee_statutory_sick_leave_spec.rb +135 -0
  715. data/spec/payroll_nz/models/employee_statutory_sick_leaves_spec.rb +53 -0
  716. data/spec/payroll_nz/models/employee_tax_object_spec.rb +53 -0
  717. data/spec/payroll_nz/models/employee_tax_spec.rb +135 -0
  718. data/spec/payroll_nz/models/employees_spec.rb +53 -0
  719. data/spec/payroll_nz/models/employment_object_spec.rb +53 -0
  720. data/spec/payroll_nz/models/employment_spec.rb +53 -0
  721. data/spec/payroll_nz/models/gross_earnings_history_spec.rb +47 -0
  722. data/spec/payroll_nz/models/invalid_field_spec.rb +47 -0
  723. data/spec/payroll_nz/models/leave_accrual_line_spec.rb +47 -0
  724. data/spec/payroll_nz/models/leave_earnings_line_spec.rb +95 -0
  725. data/spec/payroll_nz/models/leave_period_spec.rb +63 -0
  726. data/spec/payroll_nz/models/leave_periods_spec.rb +53 -0
  727. data/spec/payroll_nz/models/leave_type_object_spec.rb +53 -0
  728. data/spec/payroll_nz/models/leave_type_spec.rb +71 -0
  729. data/spec/payroll_nz/models/leave_types_spec.rb +53 -0
  730. data/spec/payroll_nz/models/pagination_spec.rb +59 -0
  731. data/spec/payroll_nz/models/pay_run_calendar_object_spec.rb +53 -0
  732. data/spec/payroll_nz/models/pay_run_calendar_spec.rb +81 -0
  733. data/spec/payroll_nz/models/pay_run_calendars_spec.rb +53 -0
  734. data/spec/payroll_nz/models/pay_run_object_spec.rb +53 -0
  735. data/spec/payroll_nz/models/pay_run_spec.rb +119 -0
  736. data/spec/payroll_nz/models/pay_runs_spec.rb +53 -0
  737. data/spec/payroll_nz/models/pay_slip_object_spec.rb +53 -0
  738. data/spec/payroll_nz/models/pay_slip_spec.rb +219 -0
  739. data/spec/payroll_nz/models/pay_slips_spec.rb +53 -0
  740. data/spec/payroll_nz/models/payment_line_spec.rb +65 -0
  741. data/spec/payroll_nz/models/payment_method_object_spec.rb +53 -0
  742. data/spec/payroll_nz/models/payment_method_spec.rb +51 -0
  743. data/spec/payroll_nz/models/problem_spec.rb +71 -0
  744. data/spec/payroll_nz/models/reimbursement_line_spec.rb +65 -0
  745. data/spec/payroll_nz/models/reimbursement_object_spec.rb +53 -0
  746. data/spec/payroll_nz/models/reimbursement_spec.rb +101 -0
  747. data/spec/payroll_nz/models/reimbursements_spec.rb +53 -0
  748. data/spec/payroll_nz/models/salary_and_wage_object_spec.rb +53 -0
  749. data/spec/payroll_nz/models/salary_and_wage_spec.rb +103 -0
  750. data/spec/payroll_nz/models/salary_and_wages_spec.rb +53 -0
  751. data/spec/payroll_nz/models/settings_spec.rb +53 -0
  752. data/spec/payroll_nz/models/statutory_deduction_category_spec.rb +35 -0
  753. data/spec/payroll_nz/models/statutory_deduction_line_spec.rb +59 -0
  754. data/spec/payroll_nz/models/statutory_deduction_object_spec.rb +53 -0
  755. data/spec/payroll_nz/models/statutory_deduction_spec.rb +65 -0
  756. data/spec/payroll_nz/models/statutory_deductions_spec.rb +53 -0
  757. data/spec/payroll_nz/models/superannuation_line_spec.rb +71 -0
  758. data/spec/payroll_nz/models/superannuation_object_spec.rb +53 -0
  759. data/spec/payroll_nz/models/superannuations_spec.rb +53 -0
  760. data/spec/payroll_nz/models/tax_code_spec.rb +35 -0
  761. data/spec/payroll_nz/models/tax_line_spec.rb +65 -0
  762. data/spec/payroll_nz/models/tax_settings_spec.rb +75 -0
  763. data/spec/payroll_nz/models/timesheet_earnings_line_spec.rb +95 -0
  764. data/spec/payroll_nz/models/timesheet_line_object_spec.rb +53 -0
  765. data/spec/payroll_nz/models/timesheet_line_spec.rb +65 -0
  766. data/spec/payroll_nz/models/timesheet_object_spec.rb +53 -0
  767. data/spec/payroll_nz/models/timesheet_spec.rb +93 -0
  768. data/spec/payroll_nz/models/timesheets_spec.rb +53 -0
  769. data/spec/payroll_nz/models/tracking_categories_spec.rb +53 -0
  770. data/spec/payroll_nz/models/tracking_category_spec.rb +47 -0
  771. data/spec/payroll_uk/api/payroll_uk_api_spec.rb +912 -0
  772. data/spec/payroll_uk/models/account_spec.rb +63 -0
  773. data/spec/payroll_uk/models/accounts_spec.rb +41 -0
  774. data/spec/payroll_uk/models/address_spec.rb +65 -0
  775. data/spec/payroll_uk/models/bank_account_spec.rb +53 -0
  776. data/spec/payroll_uk/models/benefit_line_spec.rb +65 -0
  777. data/spec/payroll_uk/models/benefit_object_spec.rb +53 -0
  778. data/spec/payroll_uk/models/benefit_spec.rb +127 -0
  779. data/spec/payroll_uk/models/benefits_spec.rb +53 -0
  780. data/spec/payroll_uk/models/court_order_line_spec.rb +47 -0
  781. data/spec/payroll_uk/models/deduction_line_spec.rb +59 -0
  782. data/spec/payroll_uk/models/deduction_object_spec.rb +53 -0
  783. data/spec/payroll_uk/models/deduction_spec.rb +139 -0
  784. data/spec/payroll_uk/models/deductions_spec.rb +53 -0
  785. data/spec/payroll_uk/models/earnings_line_spec.rb +89 -0
  786. data/spec/payroll_uk/models/earnings_order_object_spec.rb +53 -0
  787. data/spec/payroll_uk/models/earnings_order_spec.rb +65 -0
  788. data/spec/payroll_uk/models/earnings_orders_spec.rb +53 -0
  789. data/spec/payroll_uk/models/earnings_rate_object_spec.rb +53 -0
  790. data/spec/payroll_uk/models/earnings_rate_spec.rb +103 -0
  791. data/spec/payroll_uk/models/earnings_rates_spec.rb +53 -0
  792. data/spec/payroll_uk/models/earnings_template_object_spec.rb +53 -0
  793. data/spec/payroll_uk/models/earnings_template_spec.rb +71 -0
  794. data/spec/payroll_uk/models/employee_leave_balance_spec.rb +59 -0
  795. data/spec/payroll_uk/models/employee_leave_balances_spec.rb +53 -0
  796. data/spec/payroll_uk/models/employee_leave_object_spec.rb +53 -0
  797. data/spec/payroll_uk/models/employee_leave_spec.rb +77 -0
  798. data/spec/payroll_uk/models/employee_leave_type_object_spec.rb +53 -0
  799. data/spec/payroll_uk/models/employee_leave_type_spec.rb +75 -0
  800. data/spec/payroll_uk/models/employee_leave_types_spec.rb +53 -0
  801. data/spec/payroll_uk/models/employee_leaves_spec.rb +53 -0
  802. data/spec/payroll_uk/models/employee_object_spec.rb +53 -0
  803. data/spec/payroll_uk/models/employee_opening_balances_object_spec.rb +53 -0
  804. data/spec/payroll_uk/models/employee_opening_balances_spec.rb +71 -0
  805. data/spec/payroll_uk/models/employee_pay_template_object_spec.rb +53 -0
  806. data/spec/payroll_uk/models/employee_pay_template_spec.rb +47 -0
  807. data/spec/payroll_uk/models/employee_pay_templates_spec.rb +53 -0
  808. data/spec/payroll_uk/models/employee_spec.rb +129 -0
  809. data/spec/payroll_uk/models/employee_statutory_leave_balance_object_spec.rb +53 -0
  810. data/spec/payroll_uk/models/employee_statutory_leave_balance_spec.rb +61 -0
  811. data/spec/payroll_uk/models/employee_statutory_leave_summary_spec.rb +85 -0
  812. data/spec/payroll_uk/models/employee_statutory_leaves_summaries_spec.rb +53 -0
  813. data/spec/payroll_uk/models/employee_statutory_sick_leave_object_spec.rb +53 -0
  814. data/spec/payroll_uk/models/employee_statutory_sick_leave_spec.rb +135 -0
  815. data/spec/payroll_uk/models/employee_statutory_sick_leaves_spec.rb +53 -0
  816. data/spec/payroll_uk/models/employee_tax_object_spec.rb +53 -0
  817. data/spec/payroll_uk/models/employee_tax_spec.rb +101 -0
  818. data/spec/payroll_uk/models/employees_spec.rb +53 -0
  819. data/spec/payroll_uk/models/employment_object_spec.rb +53 -0
  820. data/spec/payroll_uk/models/employment_spec.rb +63 -0
  821. data/spec/payroll_uk/models/invalid_field_spec.rb +47 -0
  822. data/spec/payroll_uk/models/leave_accrual_line_spec.rb +47 -0
  823. data/spec/payroll_uk/models/leave_earnings_line_spec.rb +71 -0
  824. data/spec/payroll_uk/models/leave_period_spec.rb +63 -0
  825. data/spec/payroll_uk/models/leave_periods_spec.rb +53 -0
  826. data/spec/payroll_uk/models/leave_type_object_spec.rb +53 -0
  827. data/spec/payroll_uk/models/leave_type_spec.rb +83 -0
  828. data/spec/payroll_uk/models/leave_types_spec.rb +53 -0
  829. data/spec/payroll_uk/models/pagination_spec.rb +59 -0
  830. data/spec/payroll_uk/models/pay_run_calendar_object_spec.rb +53 -0
  831. data/spec/payroll_uk/models/pay_run_calendar_spec.rb +81 -0
  832. data/spec/payroll_uk/models/pay_run_calendars_spec.rb +53 -0
  833. data/spec/payroll_uk/models/pay_run_object_spec.rb +53 -0
  834. data/spec/payroll_uk/models/pay_run_spec.rb +119 -0
  835. data/spec/payroll_uk/models/pay_runs_spec.rb +53 -0
  836. data/spec/payroll_uk/models/payment_line_spec.rb +65 -0
  837. data/spec/payroll_uk/models/payment_method_object_spec.rb +53 -0
  838. data/spec/payroll_uk/models/payment_method_spec.rb +51 -0
  839. data/spec/payroll_uk/models/payslip_object_spec.rb +53 -0
  840. data/spec/payroll_uk/models/payslip_spec.rb +201 -0
  841. data/spec/payroll_uk/models/payslips_spec.rb +53 -0
  842. data/spec/payroll_uk/models/problem_spec.rb +71 -0
  843. data/spec/payroll_uk/models/reimbursement_line_spec.rb +53 -0
  844. data/spec/payroll_uk/models/reimbursement_object_spec.rb +53 -0
  845. data/spec/payroll_uk/models/reimbursement_spec.rb +59 -0
  846. data/spec/payroll_uk/models/reimbursements_spec.rb +53 -0
  847. data/spec/payroll_uk/models/salary_and_wage_object_spec.rb +53 -0
  848. data/spec/payroll_uk/models/salary_and_wage_spec.rb +97 -0
  849. data/spec/payroll_uk/models/salary_and_wages_spec.rb +53 -0
  850. data/spec/payroll_uk/models/settings_spec.rb +53 -0
  851. data/spec/payroll_uk/models/statutory_deduction_category_spec.rb +35 -0
  852. data/spec/payroll_uk/models/statutory_deduction_spec.rb +65 -0
  853. data/spec/payroll_uk/models/tax_line_spec.rb +71 -0
  854. data/spec/payroll_uk/models/timesheet_earnings_line_spec.rb +71 -0
  855. data/spec/payroll_uk/models/timesheet_line_object_spec.rb +53 -0
  856. data/spec/payroll_uk/models/timesheet_line_spec.rb +65 -0
  857. data/spec/payroll_uk/models/timesheet_object_spec.rb +53 -0
  858. data/spec/payroll_uk/models/timesheet_spec.rb +93 -0
  859. data/spec/payroll_uk/models/timesheets_spec.rb +53 -0
  860. data/spec/payroll_uk/models/tracking_categories_spec.rb +53 -0
  861. data/spec/payroll_uk/models/tracking_category_spec.rb +47 -0
  862. data/spec/projects/api/project_api_spec.rb +229 -0
  863. data/spec/projects/models/amount_spec.rb +47 -0
  864. data/spec/projects/models/charge_type_spec.rb +35 -0
  865. data/spec/projects/models/currency_code_spec.rb +35 -0
  866. data/spec/projects/models/error_spec.rb +47 -0
  867. data/spec/projects/models/pagination_spec.rb +59 -0
  868. data/spec/projects/models/project_create_or_update_spec.rb +59 -0
  869. data/spec/projects/models/project_patch_spec.rb +41 -0
  870. data/spec/projects/models/project_spec.rb +167 -0
  871. data/spec/projects/models/project_status_spec.rb +35 -0
  872. data/spec/projects/models/project_user_spec.rb +53 -0
  873. data/spec/projects/models/project_users_spec.rb +47 -0
  874. data/spec/projects/models/projects_spec.rb +47 -0
  875. data/spec/projects/models/task_create_or_update_spec.rb +59 -0
  876. data/spec/projects/models/task_spec.rb +129 -0
  877. data/spec/projects/models/tasks_spec.rb +47 -0
  878. data/spec/projects/models/time_entries_spec.rb +47 -0
  879. data/spec/projects/models/time_entry_create_or_update_spec.rb +65 -0
  880. data/spec/projects/models/time_entry_spec.rb +93 -0
  881. data/spec/where_spec.rb +82 -0
  882. metadata +1123 -154
  883. data/CODE_OF_CONDUCT.md +0 -76
  884. data/CONTRIBUTING.md +0 -82
  885. data/Gemfile +0 -9
  886. data/LICENSE +0 -21
  887. data/Rakefile +0 -10
  888. data/docs/accounting/Account.md +0 -55
  889. data/docs/accounting/AccountType.md +0 -16
  890. data/docs/accounting/AccountingApi.md +0 -14424
  891. data/docs/accounting/Accounts.md +0 -17
  892. data/docs/accounting/AccountsPayable.md +0 -19
  893. data/docs/accounting/AccountsReceivable.md +0 -19
  894. data/docs/accounting/Address.md +0 -35
  895. data/docs/accounting/Allocation.md +0 -21
  896. data/docs/accounting/Allocations.md +0 -17
  897. data/docs/accounting/Attachment.md +0 -27
  898. data/docs/accounting/Attachments.md +0 -17
  899. data/docs/accounting/Balances.md +0 -19
  900. data/docs/accounting/BankTransaction.md +0 -59
  901. data/docs/accounting/BankTransactions.md +0 -17
  902. data/docs/accounting/BankTransfer.md +0 -37
  903. data/docs/accounting/BankTransfers.md +0 -17
  904. data/docs/accounting/BatchPayment.md +0 -47
  905. data/docs/accounting/BatchPaymentDetails.md +0 -25
  906. data/docs/accounting/BatchPayments.md +0 -17
  907. data/docs/accounting/Bill.md +0 -19
  908. data/docs/accounting/BrandingTheme.md +0 -27
  909. data/docs/accounting/BrandingThemes.md +0 -17
  910. data/docs/accounting/CISOrgSetting.md +0 -21
  911. data/docs/accounting/CISSetting.md +0 -19
  912. data/docs/accounting/CISSettings.md +0 -17
  913. data/docs/accounting/Contact.md +0 -93
  914. data/docs/accounting/ContactGroup.md +0 -23
  915. data/docs/accounting/ContactGroups.md +0 -17
  916. data/docs/accounting/ContactPerson.md +0 -23
  917. data/docs/accounting/Contacts.md +0 -17
  918. data/docs/accounting/CountryCode.md +0 -16
  919. data/docs/accounting/CreditNote.md +0 -67
  920. data/docs/accounting/CreditNotes.md +0 -17
  921. data/docs/accounting/Currencies.md +0 -17
  922. data/docs/accounting/Currency.md +0 -19
  923. data/docs/accounting/CurrencyCode.md +0 -16
  924. data/docs/accounting/Element.md +0 -31
  925. data/docs/accounting/Employee.md +0 -31
  926. data/docs/accounting/Employees.md +0 -17
  927. data/docs/accounting/Error.md +0 -23
  928. data/docs/accounting/ExpenseClaim.md +0 -39
  929. data/docs/accounting/ExpenseClaims.md +0 -17
  930. data/docs/accounting/ExternalLink.md +0 -21
  931. data/docs/accounting/HistoryRecord.md +0 -23
  932. data/docs/accounting/HistoryRecords.md +0 -17
  933. data/docs/accounting/Invoice.md +0 -91
  934. data/docs/accounting/InvoiceReminder.md +0 -17
  935. data/docs/accounting/InvoiceReminders.md +0 -17
  936. data/docs/accounting/Invoices.md +0 -17
  937. data/docs/accounting/Item.md +0 -47
  938. data/docs/accounting/Items.md +0 -17
  939. data/docs/accounting/Journal.md +0 -31
  940. data/docs/accounting/JournalLine.md +0 -39
  941. data/docs/accounting/Journals.md +0 -17
  942. data/docs/accounting/LineAmountTypes.md +0 -16
  943. data/docs/accounting/LineItem.md +0 -41
  944. data/docs/accounting/LineItemTracking.md +0 -23
  945. data/docs/accounting/LinkedTransaction.md +0 -37
  946. data/docs/accounting/LinkedTransactions.md +0 -17
  947. data/docs/accounting/ManualJournal.md +0 -43
  948. data/docs/accounting/ManualJournalLine.md +0 -29
  949. data/docs/accounting/ManualJournals.md +0 -17
  950. data/docs/accounting/OnlineInvoice.md +0 -17
  951. data/docs/accounting/OnlineInvoices.md +0 -17
  952. data/docs/accounting/Organisation.md +0 -79
  953. data/docs/accounting/Organisations.md +0 -17
  954. data/docs/accounting/Overpayment.md +0 -53
  955. data/docs/accounting/Overpayments.md +0 -17
  956. data/docs/accounting/Payment.md +0 -63
  957. data/docs/accounting/PaymentDelete.md +0 -17
  958. data/docs/accounting/PaymentService.md +0 -27
  959. data/docs/accounting/PaymentServices.md +0 -17
  960. data/docs/accounting/PaymentTerm.md +0 -19
  961. data/docs/accounting/PaymentTermType.md +0 -16
  962. data/docs/accounting/Payments.md +0 -17
  963. data/docs/accounting/Phone.md +0 -23
  964. data/docs/accounting/Prepayment.md +0 -53
  965. data/docs/accounting/Prepayments.md +0 -17
  966. data/docs/accounting/Purchase.md +0 -23
  967. data/docs/accounting/PurchaseOrder.md +0 -71
  968. data/docs/accounting/PurchaseOrders.md +0 -17
  969. data/docs/accounting/Quote.md +0 -59
  970. data/docs/accounting/QuoteLineAmountTypes.md +0 -16
  971. data/docs/accounting/QuoteStatusCodes.md +0 -16
  972. data/docs/accounting/Quotes.md +0 -17
  973. data/docs/accounting/Receipt.md +0 -51
  974. data/docs/accounting/Receipts.md +0 -17
  975. data/docs/accounting/RepeatingInvoice.md +0 -47
  976. data/docs/accounting/RepeatingInvoices.md +0 -17
  977. data/docs/accounting/Report.md +0 -29
  978. data/docs/accounting/ReportAttribute.md +0 -19
  979. data/docs/accounting/ReportCell.md +0 -19
  980. data/docs/accounting/ReportFields.md +0 -21
  981. data/docs/accounting/ReportRow.md +0 -21
  982. data/docs/accounting/ReportRows.md +0 -23
  983. data/docs/accounting/ReportWithRow.md +0 -33
  984. data/docs/accounting/ReportWithRows.md +0 -17
  985. data/docs/accounting/Reports.md +0 -17
  986. data/docs/accounting/RequestEmpty.md +0 -17
  987. data/docs/accounting/RowType.md +0 -16
  988. data/docs/accounting/SalesTrackingCategory.md +0 -19
  989. data/docs/accounting/Schedule.md +0 -29
  990. data/docs/accounting/TaxComponent.md +0 -23
  991. data/docs/accounting/TaxRate.md +0 -39
  992. data/docs/accounting/TaxRates.md +0 -17
  993. data/docs/accounting/TaxType.md +0 -16
  994. data/docs/accounting/TenNinteyNineContact.md +0 -59
  995. data/docs/accounting/TimeZone.md +0 -16
  996. data/docs/accounting/TrackingCategories.md +0 -17
  997. data/docs/accounting/TrackingCategory.md +0 -27
  998. data/docs/accounting/TrackingOption.md +0 -23
  999. data/docs/accounting/TrackingOptions.md +0 -17
  1000. data/docs/accounting/User.md +0 -29
  1001. data/docs/accounting/Users.md +0 -17
  1002. data/docs/accounting/ValidationError.md +0 -17
  1003. data/docs/assets/Asset.md +0 -45
  1004. data/docs/assets/AssetApi.md +0 -414
  1005. data/docs/assets/AssetStatus.md +0 -16
  1006. data/docs/assets/AssetStatusQueryParam.md +0 -16
  1007. data/docs/assets/AssetType.md +0 -29
  1008. data/docs/assets/Assets.md +0 -19
  1009. data/docs/assets/BookDepreciationDetail.md +0 -29
  1010. data/docs/assets/BookDepreciationSetting.md +0 -31
  1011. data/docs/assets/Error.md +0 -25
  1012. data/docs/assets/FieldValidationErrorsElement.md +0 -27
  1013. data/docs/assets/Pagination.md +0 -23
  1014. data/docs/assets/ResourceValidationErrorsElement.md +0 -25
  1015. data/docs/assets/Setting.md +0 -31
  1016. data/git_push.sh +0 -55
  1017. data/xero-ruby-1.0.gem +0 -0
  1018. data/xero-ruby.gem +0 -0
  1019. data/xero-ruby.gemspec +0 -39
@@ -0,0 +1,2578 @@
1
+ =begin
2
+ #Xero Payroll AU API
3
+
4
+ #This is the Xero Payroll API for orgs in Australia region.
5
+
6
+ Contact: api@xero.com
7
+ Generated by: https://openapi-generator.tech
8
+ OpenAPI Generator version: 4.3.1
9
+
10
+ =end
11
+
12
+ module XeroRuby
13
+ class PayrollAuApi
14
+ attr_accessor :api_client
15
+
16
+ def initialize(api_client = ApiClient.new)
17
+ @api_client = api_client
18
+ end
19
+ # Approve a requested leave application by a unique leave application id
20
+ # @param xero_tenant_id [String] Xero identifier for Tenant
21
+ # @param leave_application_id [String] Leave Application id for single object
22
+ # @param [Hash] opts the optional parameters
23
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
24
+ # @return [LeaveApplications]
25
+ def approve_leave_application(xero_tenant_id, leave_application_id, opts = {})
26
+ data, _status_code, _headers = approve_leave_application_with_http_info(xero_tenant_id, leave_application_id, opts)
27
+ data
28
+ end
29
+
30
+ # Approve a requested leave application by a unique leave application id
31
+ # @param xero_tenant_id [String] Xero identifier for Tenant
32
+ # @param leave_application_id [String] Leave Application id for single object
33
+ # @param [Hash] opts the optional parameters
34
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
35
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
36
+ def approve_leave_application_with_http_info(xero_tenant_id, leave_application_id, options = {})
37
+ opts = options.dup
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.approve_leave_application ...'
40
+ end
41
+ # verify the required parameter 'xero_tenant_id' is set
42
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
43
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.approve_leave_application"
44
+ end
45
+ # verify the required parameter 'leave_application_id' is set
46
+ if @api_client.config.client_side_validation && leave_application_id.nil?
47
+ fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.approve_leave_application"
48
+ end
49
+ # resource path
50
+ local_var_path = '/LeaveApplications/{LeaveApplicationID}/approve'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
51
+
52
+ # camelize keys of incoming `where` opts
53
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
54
+
55
+ # query parameters
56
+ query_params = opts[:query_params] || {}
57
+
58
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
59
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
60
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
61
+
62
+ # header parameters
63
+ header_params = opts[:header_params] || {}
64
+ # HTTP header 'Accept' (if needed)
65
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
66
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
67
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
68
+
69
+ # form parameters
70
+ form_params = opts[:form_params] || {}
71
+
72
+ # http body (model)
73
+ post_body = opts[:body]
74
+
75
+ # return_type
76
+ return_type = opts[:return_type] || 'LeaveApplications'
77
+
78
+ # auth_names
79
+ auth_names = opts[:auth_names] || ['OAuth2']
80
+
81
+ new_options = opts.merge(
82
+ :header_params => header_params,
83
+ :query_params => query_params,
84
+ :form_params => form_params,
85
+ :body => post_body,
86
+ :auth_names => auth_names,
87
+ :return_type => return_type
88
+ )
89
+
90
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
91
+ if @api_client.config.debugging
92
+ @api_client.config.logger.debug "API called: PayrollAuApi#approve_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
93
+ end
94
+ return data, status_code, headers
95
+ end
96
+
97
+ # Creates a payroll employee
98
+ # @param xero_tenant_id [String] Xero identifier for Tenant
99
+ # @param employee [Array<Employee>]
100
+ # @param [Hash] opts the optional parameters
101
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
102
+ # @return [Employees]
103
+ def create_employee(xero_tenant_id, employee, opts = {})
104
+ data, _status_code, _headers = create_employee_with_http_info(xero_tenant_id, employee, opts)
105
+ data
106
+ end
107
+
108
+ # Creates a payroll employee
109
+ # @param xero_tenant_id [String] Xero identifier for Tenant
110
+ # @param employee [Array<Employee>]
111
+ # @param [Hash] opts the optional parameters
112
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
113
+ # @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
114
+ def create_employee_with_http_info(xero_tenant_id, employee, options = {})
115
+ opts = options.dup
116
+ if @api_client.config.debugging
117
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_employee ...'
118
+ end
119
+ # verify the required parameter 'xero_tenant_id' is set
120
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
121
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_employee"
122
+ end
123
+ # verify the required parameter 'employee' is set
124
+ if @api_client.config.client_side_validation && employee.nil?
125
+ fail ArgumentError, "Missing the required parameter 'employee' when calling PayrollAuApi.create_employee"
126
+ end
127
+ # resource path
128
+ local_var_path = '/Employees'
129
+
130
+ # camelize keys of incoming `where` opts
131
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
132
+
133
+ # query parameters
134
+ query_params = opts[:query_params] || {}
135
+
136
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
137
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
138
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
139
+
140
+ # header parameters
141
+ header_params = opts[:header_params] || {}
142
+ # HTTP header 'Accept' (if needed)
143
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
144
+ # HTTP header 'Content-Type'
145
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
146
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
147
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
148
+
149
+ # form parameters
150
+ form_params = opts[:form_params] || {}
151
+
152
+ # http body (model)
153
+ post_body = opts[:body] || @api_client.object_to_http_body(employee)
154
+
155
+ # return_type
156
+ return_type = opts[:return_type] || 'Employees'
157
+
158
+ # auth_names
159
+ auth_names = opts[:auth_names] || ['OAuth2']
160
+
161
+ new_options = opts.merge(
162
+ :header_params => header_params,
163
+ :query_params => query_params,
164
+ :form_params => form_params,
165
+ :body => post_body,
166
+ :auth_names => auth_names,
167
+ :return_type => return_type
168
+ )
169
+
170
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
171
+ if @api_client.config.debugging
172
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
173
+ end
174
+ return data, status_code, headers
175
+ end
176
+
177
+ # Creates a leave application
178
+ # @param xero_tenant_id [String] Xero identifier for Tenant
179
+ # @param leave_application [Array<LeaveApplication>]
180
+ # @param [Hash] opts the optional parameters
181
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
182
+ # @return [LeaveApplications]
183
+ def create_leave_application(xero_tenant_id, leave_application, opts = {})
184
+ data, _status_code, _headers = create_leave_application_with_http_info(xero_tenant_id, leave_application, opts)
185
+ data
186
+ end
187
+
188
+ # Creates a leave application
189
+ # @param xero_tenant_id [String] Xero identifier for Tenant
190
+ # @param leave_application [Array<LeaveApplication>]
191
+ # @param [Hash] opts the optional parameters
192
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
193
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
194
+ def create_leave_application_with_http_info(xero_tenant_id, leave_application, options = {})
195
+ opts = options.dup
196
+ if @api_client.config.debugging
197
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_leave_application ...'
198
+ end
199
+ # verify the required parameter 'xero_tenant_id' is set
200
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
201
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_leave_application"
202
+ end
203
+ # verify the required parameter 'leave_application' is set
204
+ if @api_client.config.client_side_validation && leave_application.nil?
205
+ fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.create_leave_application"
206
+ end
207
+ # resource path
208
+ local_var_path = '/LeaveApplications'
209
+
210
+ # camelize keys of incoming `where` opts
211
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
212
+
213
+ # query parameters
214
+ query_params = opts[:query_params] || {}
215
+
216
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
217
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
218
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
219
+
220
+ # header parameters
221
+ header_params = opts[:header_params] || {}
222
+ # HTTP header 'Accept' (if needed)
223
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
224
+ # HTTP header 'Content-Type'
225
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
226
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
227
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
228
+
229
+ # form parameters
230
+ form_params = opts[:form_params] || {}
231
+
232
+ # http body (model)
233
+ post_body = opts[:body] || @api_client.object_to_http_body(leave_application)
234
+
235
+ # return_type
236
+ return_type = opts[:return_type] || 'LeaveApplications'
237
+
238
+ # auth_names
239
+ auth_names = opts[:auth_names] || ['OAuth2']
240
+
241
+ new_options = opts.merge(
242
+ :header_params => header_params,
243
+ :query_params => query_params,
244
+ :form_params => form_params,
245
+ :body => post_body,
246
+ :auth_names => auth_names,
247
+ :return_type => return_type
248
+ )
249
+
250
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
251
+ if @api_client.config.debugging
252
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
253
+ end
254
+ return data, status_code, headers
255
+ end
256
+
257
+ # Creates a pay item
258
+ # @param xero_tenant_id [String] Xero identifier for Tenant
259
+ # @param pay_item [PayItem]
260
+ # @param [Hash] opts the optional parameters
261
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
262
+ # @return [PayItems]
263
+ def create_pay_item(xero_tenant_id, pay_item, opts = {})
264
+ data, _status_code, _headers = create_pay_item_with_http_info(xero_tenant_id, pay_item, opts)
265
+ data
266
+ end
267
+
268
+ # Creates a pay item
269
+ # @param xero_tenant_id [String] Xero identifier for Tenant
270
+ # @param pay_item [PayItem]
271
+ # @param [Hash] opts the optional parameters
272
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
273
+ # @return [Array<(PayItems, Integer, Hash)>] PayItems data, response status code and response headers
274
+ def create_pay_item_with_http_info(xero_tenant_id, pay_item, options = {})
275
+ opts = options.dup
276
+ if @api_client.config.debugging
277
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_pay_item ...'
278
+ end
279
+ # verify the required parameter 'xero_tenant_id' is set
280
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
281
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_pay_item"
282
+ end
283
+ # verify the required parameter 'pay_item' is set
284
+ if @api_client.config.client_side_validation && pay_item.nil?
285
+ fail ArgumentError, "Missing the required parameter 'pay_item' when calling PayrollAuApi.create_pay_item"
286
+ end
287
+ # resource path
288
+ local_var_path = '/PayItems'
289
+
290
+ # camelize keys of incoming `where` opts
291
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
292
+
293
+ # query parameters
294
+ query_params = opts[:query_params] || {}
295
+
296
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
297
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
298
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
299
+
300
+ # header parameters
301
+ header_params = opts[:header_params] || {}
302
+ # HTTP header 'Accept' (if needed)
303
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
304
+ # HTTP header 'Content-Type'
305
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
306
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
307
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
308
+
309
+ # form parameters
310
+ form_params = opts[:form_params] || {}
311
+
312
+ # http body (model)
313
+ post_body = opts[:body] || @api_client.object_to_http_body(pay_item)
314
+
315
+ # return_type
316
+ return_type = opts[:return_type] || 'PayItems'
317
+
318
+ # auth_names
319
+ auth_names = opts[:auth_names] || ['OAuth2']
320
+
321
+ new_options = opts.merge(
322
+ :header_params => header_params,
323
+ :query_params => query_params,
324
+ :form_params => form_params,
325
+ :body => post_body,
326
+ :auth_names => auth_names,
327
+ :return_type => return_type
328
+ )
329
+
330
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
331
+ if @api_client.config.debugging
332
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_pay_item\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
333
+ end
334
+ return data, status_code, headers
335
+ end
336
+
337
+ # Creates a pay run
338
+ # @param xero_tenant_id [String] Xero identifier for Tenant
339
+ # @param pay_run [Array<PayRun>]
340
+ # @param [Hash] opts the optional parameters
341
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
342
+ # @return [PayRuns]
343
+ def create_pay_run(xero_tenant_id, pay_run, opts = {})
344
+ data, _status_code, _headers = create_pay_run_with_http_info(xero_tenant_id, pay_run, opts)
345
+ data
346
+ end
347
+
348
+ # Creates a pay run
349
+ # @param xero_tenant_id [String] Xero identifier for Tenant
350
+ # @param pay_run [Array<PayRun>]
351
+ # @param [Hash] opts the optional parameters
352
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
353
+ # @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
354
+ def create_pay_run_with_http_info(xero_tenant_id, pay_run, options = {})
355
+ opts = options.dup
356
+ if @api_client.config.debugging
357
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_pay_run ...'
358
+ end
359
+ # verify the required parameter 'xero_tenant_id' is set
360
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
361
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_pay_run"
362
+ end
363
+ # verify the required parameter 'pay_run' is set
364
+ if @api_client.config.client_side_validation && pay_run.nil?
365
+ fail ArgumentError, "Missing the required parameter 'pay_run' when calling PayrollAuApi.create_pay_run"
366
+ end
367
+ # resource path
368
+ local_var_path = '/PayRuns'
369
+
370
+ # camelize keys of incoming `where` opts
371
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
372
+
373
+ # query parameters
374
+ query_params = opts[:query_params] || {}
375
+
376
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
377
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
378
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
379
+
380
+ # header parameters
381
+ header_params = opts[:header_params] || {}
382
+ # HTTP header 'Accept' (if needed)
383
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
384
+ # HTTP header 'Content-Type'
385
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
386
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
387
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
388
+
389
+ # form parameters
390
+ form_params = opts[:form_params] || {}
391
+
392
+ # http body (model)
393
+ post_body = opts[:body] || @api_client.object_to_http_body(pay_run)
394
+
395
+ # return_type
396
+ return_type = opts[:return_type] || 'PayRuns'
397
+
398
+ # auth_names
399
+ auth_names = opts[:auth_names] || ['OAuth2']
400
+
401
+ new_options = opts.merge(
402
+ :header_params => header_params,
403
+ :query_params => query_params,
404
+ :form_params => form_params,
405
+ :body => post_body,
406
+ :auth_names => auth_names,
407
+ :return_type => return_type
408
+ )
409
+
410
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
411
+ if @api_client.config.debugging
412
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
413
+ end
414
+ return data, status_code, headers
415
+ end
416
+
417
+ # Creates a Payroll Calendar
418
+ # @param xero_tenant_id [String] Xero identifier for Tenant
419
+ # @param payroll_calendar [Array<PayrollCalendar>]
420
+ # @param [Hash] opts the optional parameters
421
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
422
+ # @return [PayrollCalendars]
423
+ def create_payroll_calendar(xero_tenant_id, payroll_calendar, opts = {})
424
+ data, _status_code, _headers = create_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar, opts)
425
+ data
426
+ end
427
+
428
+ # Creates a Payroll Calendar
429
+ # @param xero_tenant_id [String] Xero identifier for Tenant
430
+ # @param payroll_calendar [Array<PayrollCalendar>]
431
+ # @param [Hash] opts the optional parameters
432
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
433
+ # @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
434
+ def create_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar, options = {})
435
+ opts = options.dup
436
+ if @api_client.config.debugging
437
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_payroll_calendar ...'
438
+ end
439
+ # verify the required parameter 'xero_tenant_id' is set
440
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
441
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_payroll_calendar"
442
+ end
443
+ # verify the required parameter 'payroll_calendar' is set
444
+ if @api_client.config.client_side_validation && payroll_calendar.nil?
445
+ fail ArgumentError, "Missing the required parameter 'payroll_calendar' when calling PayrollAuApi.create_payroll_calendar"
446
+ end
447
+ # resource path
448
+ local_var_path = '/PayrollCalendars'
449
+
450
+ # camelize keys of incoming `where` opts
451
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
452
+
453
+ # query parameters
454
+ query_params = opts[:query_params] || {}
455
+
456
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
457
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
458
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
459
+
460
+ # header parameters
461
+ header_params = opts[:header_params] || {}
462
+ # HTTP header 'Accept' (if needed)
463
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
464
+ # HTTP header 'Content-Type'
465
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
466
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
467
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
468
+
469
+ # form parameters
470
+ form_params = opts[:form_params] || {}
471
+
472
+ # http body (model)
473
+ post_body = opts[:body] || @api_client.object_to_http_body(payroll_calendar)
474
+
475
+ # return_type
476
+ return_type = opts[:return_type] || 'PayrollCalendars'
477
+
478
+ # auth_names
479
+ auth_names = opts[:auth_names] || ['OAuth2']
480
+
481
+ new_options = opts.merge(
482
+ :header_params => header_params,
483
+ :query_params => query_params,
484
+ :form_params => form_params,
485
+ :body => post_body,
486
+ :auth_names => auth_names,
487
+ :return_type => return_type
488
+ )
489
+
490
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
491
+ if @api_client.config.debugging
492
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_payroll_calendar\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
493
+ end
494
+ return data, status_code, headers
495
+ end
496
+
497
+ # Creates a superfund
498
+ # @param xero_tenant_id [String] Xero identifier for Tenant
499
+ # @param super_fund [Array<SuperFund>]
500
+ # @param [Hash] opts the optional parameters
501
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
502
+ # @return [SuperFunds]
503
+ def create_superfund(xero_tenant_id, super_fund, opts = {})
504
+ data, _status_code, _headers = create_superfund_with_http_info(xero_tenant_id, super_fund, opts)
505
+ data
506
+ end
507
+
508
+ # Creates a superfund
509
+ # @param xero_tenant_id [String] Xero identifier for Tenant
510
+ # @param super_fund [Array<SuperFund>]
511
+ # @param [Hash] opts the optional parameters
512
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
513
+ # @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
514
+ def create_superfund_with_http_info(xero_tenant_id, super_fund, options = {})
515
+ opts = options.dup
516
+ if @api_client.config.debugging
517
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_superfund ...'
518
+ end
519
+ # verify the required parameter 'xero_tenant_id' is set
520
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
521
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_superfund"
522
+ end
523
+ # verify the required parameter 'super_fund' is set
524
+ if @api_client.config.client_side_validation && super_fund.nil?
525
+ fail ArgumentError, "Missing the required parameter 'super_fund' when calling PayrollAuApi.create_superfund"
526
+ end
527
+ # resource path
528
+ local_var_path = '/Superfunds'
529
+
530
+ # camelize keys of incoming `where` opts
531
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
532
+
533
+ # query parameters
534
+ query_params = opts[:query_params] || {}
535
+
536
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
537
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
538
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
539
+
540
+ # header parameters
541
+ header_params = opts[:header_params] || {}
542
+ # HTTP header 'Accept' (if needed)
543
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
544
+ # HTTP header 'Content-Type'
545
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
546
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
547
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
548
+
549
+ # form parameters
550
+ form_params = opts[:form_params] || {}
551
+
552
+ # http body (model)
553
+ post_body = opts[:body] || @api_client.object_to_http_body(super_fund)
554
+
555
+ # return_type
556
+ return_type = opts[:return_type] || 'SuperFunds'
557
+
558
+ # auth_names
559
+ auth_names = opts[:auth_names] || ['OAuth2']
560
+
561
+ new_options = opts.merge(
562
+ :header_params => header_params,
563
+ :query_params => query_params,
564
+ :form_params => form_params,
565
+ :body => post_body,
566
+ :auth_names => auth_names,
567
+ :return_type => return_type
568
+ )
569
+
570
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
571
+ if @api_client.config.debugging
572
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
573
+ end
574
+ return data, status_code, headers
575
+ end
576
+
577
+ # Creates a timesheet
578
+ # @param xero_tenant_id [String] Xero identifier for Tenant
579
+ # @param timesheet [Array<Timesheet>]
580
+ # @param [Hash] opts the optional parameters
581
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
582
+ # @return [Timesheets]
583
+ def create_timesheet(xero_tenant_id, timesheet, opts = {})
584
+ data, _status_code, _headers = create_timesheet_with_http_info(xero_tenant_id, timesheet, opts)
585
+ data
586
+ end
587
+
588
+ # Creates a timesheet
589
+ # @param xero_tenant_id [String] Xero identifier for Tenant
590
+ # @param timesheet [Array<Timesheet>]
591
+ # @param [Hash] opts the optional parameters
592
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
593
+ # @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
594
+ def create_timesheet_with_http_info(xero_tenant_id, timesheet, options = {})
595
+ opts = options.dup
596
+ if @api_client.config.debugging
597
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.create_timesheet ...'
598
+ end
599
+ # verify the required parameter 'xero_tenant_id' is set
600
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
601
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.create_timesheet"
602
+ end
603
+ # verify the required parameter 'timesheet' is set
604
+ if @api_client.config.client_side_validation && timesheet.nil?
605
+ fail ArgumentError, "Missing the required parameter 'timesheet' when calling PayrollAuApi.create_timesheet"
606
+ end
607
+ # resource path
608
+ local_var_path = '/Timesheets'
609
+
610
+ # camelize keys of incoming `where` opts
611
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
612
+
613
+ # query parameters
614
+ query_params = opts[:query_params] || {}
615
+
616
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
617
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
618
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
619
+
620
+ # header parameters
621
+ header_params = opts[:header_params] || {}
622
+ # HTTP header 'Accept' (if needed)
623
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
624
+ # HTTP header 'Content-Type'
625
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
626
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
627
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
628
+
629
+ # form parameters
630
+ form_params = opts[:form_params] || {}
631
+
632
+ # http body (model)
633
+ post_body = opts[:body] || @api_client.object_to_http_body(timesheet)
634
+
635
+ # return_type
636
+ return_type = opts[:return_type] || 'Timesheets'
637
+
638
+ # auth_names
639
+ auth_names = opts[:auth_names] || ['OAuth2']
640
+
641
+ new_options = opts.merge(
642
+ :header_params => header_params,
643
+ :query_params => query_params,
644
+ :form_params => form_params,
645
+ :body => post_body,
646
+ :auth_names => auth_names,
647
+ :return_type => return_type
648
+ )
649
+
650
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
651
+ if @api_client.config.debugging
652
+ @api_client.config.logger.debug "API called: PayrollAuApi#create_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
653
+ end
654
+ return data, status_code, headers
655
+ end
656
+
657
+ # Retrieves an employee's detail by unique employee id
658
+ # @param xero_tenant_id [String] Xero identifier for Tenant
659
+ # @param employee_id [String] Employee id for single object
660
+ # @param [Hash] opts the optional parameters
661
+ # @return [Employees]
662
+ def get_employee(xero_tenant_id, employee_id, opts = {})
663
+ data, _status_code, _headers = get_employee_with_http_info(xero_tenant_id, employee_id, opts)
664
+ data
665
+ end
666
+
667
+ # Retrieves an employee&#39;s detail by unique employee id
668
+ # @param xero_tenant_id [String] Xero identifier for Tenant
669
+ # @param employee_id [String] Employee id for single object
670
+ # @param [Hash] opts the optional parameters
671
+ # @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
672
+ def get_employee_with_http_info(xero_tenant_id, employee_id, options = {})
673
+ opts = options.dup
674
+ if @api_client.config.debugging
675
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_employee ...'
676
+ end
677
+ # verify the required parameter 'xero_tenant_id' is set
678
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
679
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_employee"
680
+ end
681
+ # verify the required parameter 'employee_id' is set
682
+ if @api_client.config.client_side_validation && employee_id.nil?
683
+ fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.get_employee"
684
+ end
685
+ # resource path
686
+ local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
687
+
688
+ # camelize keys of incoming `where` opts
689
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
690
+
691
+ # query parameters
692
+ query_params = opts[:query_params] || {}
693
+
694
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
695
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
696
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
697
+
698
+ # header parameters
699
+ header_params = opts[:header_params] || {}
700
+ # HTTP header 'Accept' (if needed)
701
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
702
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
703
+
704
+ # form parameters
705
+ form_params = opts[:form_params] || {}
706
+
707
+ # http body (model)
708
+ post_body = opts[:body]
709
+
710
+ # return_type
711
+ return_type = opts[:return_type] || 'Employees'
712
+
713
+ # auth_names
714
+ auth_names = opts[:auth_names] || ['OAuth2']
715
+
716
+ new_options = opts.merge(
717
+ :header_params => header_params,
718
+ :query_params => query_params,
719
+ :form_params => form_params,
720
+ :body => post_body,
721
+ :auth_names => auth_names,
722
+ :return_type => return_type
723
+ )
724
+
725
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
726
+ if @api_client.config.debugging
727
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
728
+ end
729
+ return data, status_code, headers
730
+ end
731
+
732
+ # Searches payroll employees
733
+ # @param xero_tenant_id [String] Xero identifier for Tenant
734
+ # @param [Hash] opts the optional parameters
735
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
736
+ # @option opts [String] :where Filter by an any element
737
+ # @option opts [String] :order Order by an any element
738
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 employees will be returned in a single API call
739
+ # @return [Employees]
740
+ def get_employees(xero_tenant_id, opts = {})
741
+ data, _status_code, _headers = get_employees_with_http_info(xero_tenant_id, opts)
742
+ data
743
+ end
744
+
745
+ # Searches payroll employees
746
+ # @param xero_tenant_id [String] Xero identifier for Tenant
747
+ # @param [Hash] opts the optional parameters
748
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
749
+ # @option opts [String] :where Filter by an any element
750
+ # @option opts [String] :order Order by an any element
751
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 employees will be returned in a single API call
752
+ # @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
753
+ def get_employees_with_http_info(xero_tenant_id, options = {})
754
+ opts = options.dup
755
+ if @api_client.config.debugging
756
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_employees ...'
757
+ end
758
+ # verify the required parameter 'xero_tenant_id' is set
759
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
760
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_employees"
761
+ end
762
+ # resource path
763
+ local_var_path = '/Employees'
764
+
765
+ # camelize keys of incoming `where` opts
766
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
767
+
768
+ # query parameters
769
+ query_params = opts[:query_params] || {}
770
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
771
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
772
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
773
+
774
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
775
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
776
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
777
+
778
+ # header parameters
779
+ header_params = opts[:header_params] || {}
780
+ # HTTP header 'Accept' (if needed)
781
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
782
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
783
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
784
+
785
+ # form parameters
786
+ form_params = opts[:form_params] || {}
787
+
788
+ # http body (model)
789
+ post_body = opts[:body]
790
+
791
+ # return_type
792
+ return_type = opts[:return_type] || 'Employees'
793
+
794
+ # auth_names
795
+ auth_names = opts[:auth_names] || ['OAuth2']
796
+
797
+ new_options = opts.merge(
798
+ :header_params => header_params,
799
+ :query_params => query_params,
800
+ :form_params => form_params,
801
+ :body => post_body,
802
+ :auth_names => auth_names,
803
+ :return_type => return_type
804
+ )
805
+
806
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
807
+ if @api_client.config.debugging
808
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_employees\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
809
+ end
810
+ return data, status_code, headers
811
+ end
812
+
813
+ # Retrieves a leave application by a unique leave application id
814
+ # @param xero_tenant_id [String] Xero identifier for Tenant
815
+ # @param leave_application_id [String] Leave Application id for single object
816
+ # @param [Hash] opts the optional parameters
817
+ # @return [LeaveApplications]
818
+ def get_leave_application(xero_tenant_id, leave_application_id, opts = {})
819
+ data, _status_code, _headers = get_leave_application_with_http_info(xero_tenant_id, leave_application_id, opts)
820
+ data
821
+ end
822
+
823
+ # Retrieves a leave application by a unique leave application id
824
+ # @param xero_tenant_id [String] Xero identifier for Tenant
825
+ # @param leave_application_id [String] Leave Application id for single object
826
+ # @param [Hash] opts the optional parameters
827
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
828
+ def get_leave_application_with_http_info(xero_tenant_id, leave_application_id, options = {})
829
+ opts = options.dup
830
+ if @api_client.config.debugging
831
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_leave_application ...'
832
+ end
833
+ # verify the required parameter 'xero_tenant_id' is set
834
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
835
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_leave_application"
836
+ end
837
+ # verify the required parameter 'leave_application_id' is set
838
+ if @api_client.config.client_side_validation && leave_application_id.nil?
839
+ fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.get_leave_application"
840
+ end
841
+ # resource path
842
+ local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
843
+
844
+ # camelize keys of incoming `where` opts
845
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
846
+
847
+ # query parameters
848
+ query_params = opts[:query_params] || {}
849
+
850
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
851
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
852
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
853
+
854
+ # header parameters
855
+ header_params = opts[:header_params] || {}
856
+ # HTTP header 'Accept' (if needed)
857
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
858
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
859
+
860
+ # form parameters
861
+ form_params = opts[:form_params] || {}
862
+
863
+ # http body (model)
864
+ post_body = opts[:body]
865
+
866
+ # return_type
867
+ return_type = opts[:return_type] || 'LeaveApplications'
868
+
869
+ # auth_names
870
+ auth_names = opts[:auth_names] || ['OAuth2']
871
+
872
+ new_options = opts.merge(
873
+ :header_params => header_params,
874
+ :query_params => query_params,
875
+ :form_params => form_params,
876
+ :body => post_body,
877
+ :auth_names => auth_names,
878
+ :return_type => return_type
879
+ )
880
+
881
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
882
+ if @api_client.config.debugging
883
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
884
+ end
885
+ return data, status_code, headers
886
+ end
887
+
888
+ # Retrieves leave applications
889
+ # @param xero_tenant_id [String] Xero identifier for Tenant
890
+ # @param [Hash] opts the optional parameters
891
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
892
+ # @option opts [String] :where Filter by an any element
893
+ # @option opts [String] :order Order by an any element
894
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
895
+ # @return [LeaveApplications]
896
+ def get_leave_applications(xero_tenant_id, opts = {})
897
+ data, _status_code, _headers = get_leave_applications_with_http_info(xero_tenant_id, opts)
898
+ data
899
+ end
900
+
901
+ # Retrieves leave applications
902
+ # @param xero_tenant_id [String] Xero identifier for Tenant
903
+ # @param [Hash] opts the optional parameters
904
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
905
+ # @option opts [String] :where Filter by an any element
906
+ # @option opts [String] :order Order by an any element
907
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
908
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
909
+ def get_leave_applications_with_http_info(xero_tenant_id, options = {})
910
+ opts = options.dup
911
+ if @api_client.config.debugging
912
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_leave_applications ...'
913
+ end
914
+ # verify the required parameter 'xero_tenant_id' is set
915
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
916
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_leave_applications"
917
+ end
918
+ # resource path
919
+ local_var_path = '/LeaveApplications'
920
+
921
+ # camelize keys of incoming `where` opts
922
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
923
+
924
+ # query parameters
925
+ query_params = opts[:query_params] || {}
926
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
927
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
928
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
929
+
930
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
931
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
932
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
933
+
934
+ # header parameters
935
+ header_params = opts[:header_params] || {}
936
+ # HTTP header 'Accept' (if needed)
937
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
938
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
939
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
940
+
941
+ # form parameters
942
+ form_params = opts[:form_params] || {}
943
+
944
+ # http body (model)
945
+ post_body = opts[:body]
946
+
947
+ # return_type
948
+ return_type = opts[:return_type] || 'LeaveApplications'
949
+
950
+ # auth_names
951
+ auth_names = opts[:auth_names] || ['OAuth2']
952
+
953
+ new_options = opts.merge(
954
+ :header_params => header_params,
955
+ :query_params => query_params,
956
+ :form_params => form_params,
957
+ :body => post_body,
958
+ :auth_names => auth_names,
959
+ :return_type => return_type
960
+ )
961
+
962
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
963
+ if @api_client.config.debugging
964
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_leave_applications\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
965
+ end
966
+ return data, status_code, headers
967
+ end
968
+
969
+ # Retrieves leave applications including leave requests
970
+ # @param xero_tenant_id [String] Xero identifier for Tenant
971
+ # @param [Hash] opts the optional parameters
972
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
973
+ # @option opts [String] :where Filter by an any element
974
+ # @option opts [String] :order Order by an any element
975
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
976
+ # @return [LeaveApplications]
977
+ def get_leave_applications_v2(xero_tenant_id, opts = {})
978
+ data, _status_code, _headers = get_leave_applications_v2_with_http_info(xero_tenant_id, opts)
979
+ data
980
+ end
981
+
982
+ # Retrieves leave applications including leave requests
983
+ # @param xero_tenant_id [String] Xero identifier for Tenant
984
+ # @param [Hash] opts the optional parameters
985
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
986
+ # @option opts [String] :where Filter by an any element
987
+ # @option opts [String] :order Order by an any element
988
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
989
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
990
+ def get_leave_applications_v2_with_http_info(xero_tenant_id, options = {})
991
+ opts = options.dup
992
+ if @api_client.config.debugging
993
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_leave_applications_v2 ...'
994
+ end
995
+ # verify the required parameter 'xero_tenant_id' is set
996
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
997
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_leave_applications_v2"
998
+ end
999
+ # resource path
1000
+ local_var_path = '/LeaveApplications/v2'
1001
+
1002
+ # camelize keys of incoming `where` opts
1003
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1004
+
1005
+ # query parameters
1006
+ query_params = opts[:query_params] || {}
1007
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1008
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1009
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1010
+
1011
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1012
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1013
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1014
+
1015
+ # header parameters
1016
+ header_params = opts[:header_params] || {}
1017
+ # HTTP header 'Accept' (if needed)
1018
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1019
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1020
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1021
+
1022
+ # form parameters
1023
+ form_params = opts[:form_params] || {}
1024
+
1025
+ # http body (model)
1026
+ post_body = opts[:body]
1027
+
1028
+ # return_type
1029
+ return_type = opts[:return_type] || 'LeaveApplications'
1030
+
1031
+ # auth_names
1032
+ auth_names = opts[:auth_names] || ['OAuth2']
1033
+
1034
+ new_options = opts.merge(
1035
+ :header_params => header_params,
1036
+ :query_params => query_params,
1037
+ :form_params => form_params,
1038
+ :body => post_body,
1039
+ :auth_names => auth_names,
1040
+ :return_type => return_type
1041
+ )
1042
+
1043
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1044
+ if @api_client.config.debugging
1045
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_leave_applications_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1046
+ end
1047
+ return data, status_code, headers
1048
+ end
1049
+
1050
+ # Retrieves pay items
1051
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1052
+ # @param [Hash] opts the optional parameters
1053
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1054
+ # @option opts [String] :where Filter by an any element
1055
+ # @option opts [String] :order Order by an any element
1056
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
1057
+ # @return [PayItems]
1058
+ def get_pay_items(xero_tenant_id, opts = {})
1059
+ data, _status_code, _headers = get_pay_items_with_http_info(xero_tenant_id, opts)
1060
+ data
1061
+ end
1062
+
1063
+ # Retrieves pay items
1064
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1065
+ # @param [Hash] opts the optional parameters
1066
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1067
+ # @option opts [String] :where Filter by an any element
1068
+ # @option opts [String] :order Order by an any element
1069
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
1070
+ # @return [Array<(PayItems, Integer, Hash)>] PayItems data, response status code and response headers
1071
+ def get_pay_items_with_http_info(xero_tenant_id, options = {})
1072
+ opts = options.dup
1073
+ if @api_client.config.debugging
1074
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_items ...'
1075
+ end
1076
+ # verify the required parameter 'xero_tenant_id' is set
1077
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1078
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_items"
1079
+ end
1080
+ # resource path
1081
+ local_var_path = '/PayItems'
1082
+
1083
+ # camelize keys of incoming `where` opts
1084
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1085
+
1086
+ # query parameters
1087
+ query_params = opts[:query_params] || {}
1088
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1089
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1090
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1091
+
1092
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1093
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1094
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1095
+
1096
+ # header parameters
1097
+ header_params = opts[:header_params] || {}
1098
+ # HTTP header 'Accept' (if needed)
1099
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1100
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1101
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1102
+
1103
+ # form parameters
1104
+ form_params = opts[:form_params] || {}
1105
+
1106
+ # http body (model)
1107
+ post_body = opts[:body]
1108
+
1109
+ # return_type
1110
+ return_type = opts[:return_type] || 'PayItems'
1111
+
1112
+ # auth_names
1113
+ auth_names = opts[:auth_names] || ['OAuth2']
1114
+
1115
+ new_options = opts.merge(
1116
+ :header_params => header_params,
1117
+ :query_params => query_params,
1118
+ :form_params => form_params,
1119
+ :body => post_body,
1120
+ :auth_names => auth_names,
1121
+ :return_type => return_type
1122
+ )
1123
+
1124
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1125
+ if @api_client.config.debugging
1126
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_pay_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1127
+ end
1128
+ return data, status_code, headers
1129
+ end
1130
+
1131
+ # Retrieves a pay run by using a unique pay run id
1132
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1133
+ # @param pay_run_id [String] PayRun id for single object
1134
+ # @param [Hash] opts the optional parameters
1135
+ # @return [PayRuns]
1136
+ def get_pay_run(xero_tenant_id, pay_run_id, opts = {})
1137
+ data, _status_code, _headers = get_pay_run_with_http_info(xero_tenant_id, pay_run_id, opts)
1138
+ data
1139
+ end
1140
+
1141
+ # Retrieves a pay run by using a unique pay run id
1142
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1143
+ # @param pay_run_id [String] PayRun id for single object
1144
+ # @param [Hash] opts the optional parameters
1145
+ # @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
1146
+ def get_pay_run_with_http_info(xero_tenant_id, pay_run_id, options = {})
1147
+ opts = options.dup
1148
+ if @api_client.config.debugging
1149
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_run ...'
1150
+ end
1151
+ # verify the required parameter 'xero_tenant_id' is set
1152
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1153
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_run"
1154
+ end
1155
+ # verify the required parameter 'pay_run_id' is set
1156
+ if @api_client.config.client_side_validation && pay_run_id.nil?
1157
+ fail ArgumentError, "Missing the required parameter 'pay_run_id' when calling PayrollAuApi.get_pay_run"
1158
+ end
1159
+ # resource path
1160
+ local_var_path = '/PayRuns/{PayRunID}'.sub('{' + 'PayRunID' + '}', pay_run_id.to_s)
1161
+
1162
+ # camelize keys of incoming `where` opts
1163
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1164
+
1165
+ # query parameters
1166
+ query_params = opts[:query_params] || {}
1167
+
1168
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1169
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1170
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1171
+
1172
+ # header parameters
1173
+ header_params = opts[:header_params] || {}
1174
+ # HTTP header 'Accept' (if needed)
1175
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1176
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1177
+
1178
+ # form parameters
1179
+ form_params = opts[:form_params] || {}
1180
+
1181
+ # http body (model)
1182
+ post_body = opts[:body]
1183
+
1184
+ # return_type
1185
+ return_type = opts[:return_type] || 'PayRuns'
1186
+
1187
+ # auth_names
1188
+ auth_names = opts[:auth_names] || ['OAuth2']
1189
+
1190
+ new_options = opts.merge(
1191
+ :header_params => header_params,
1192
+ :query_params => query_params,
1193
+ :form_params => form_params,
1194
+ :body => post_body,
1195
+ :auth_names => auth_names,
1196
+ :return_type => return_type
1197
+ )
1198
+
1199
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1200
+ if @api_client.config.debugging
1201
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1202
+ end
1203
+ return data, status_code, headers
1204
+ end
1205
+
1206
+ # Retrieves pay runs
1207
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1208
+ # @param [Hash] opts the optional parameters
1209
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1210
+ # @option opts [String] :where Filter by an any element
1211
+ # @option opts [String] :order Order by an any element
1212
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 PayRuns will be returned in a single API call
1213
+ # @return [PayRuns]
1214
+ def get_pay_runs(xero_tenant_id, opts = {})
1215
+ data, _status_code, _headers = get_pay_runs_with_http_info(xero_tenant_id, opts)
1216
+ data
1217
+ end
1218
+
1219
+ # Retrieves pay runs
1220
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1221
+ # @param [Hash] opts the optional parameters
1222
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1223
+ # @option opts [String] :where Filter by an any element
1224
+ # @option opts [String] :order Order by an any element
1225
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 PayRuns will be returned in a single API call
1226
+ # @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
1227
+ def get_pay_runs_with_http_info(xero_tenant_id, options = {})
1228
+ opts = options.dup
1229
+ if @api_client.config.debugging
1230
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_pay_runs ...'
1231
+ end
1232
+ # verify the required parameter 'xero_tenant_id' is set
1233
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1234
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_pay_runs"
1235
+ end
1236
+ # resource path
1237
+ local_var_path = '/PayRuns'
1238
+
1239
+ # camelize keys of incoming `where` opts
1240
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1241
+
1242
+ # query parameters
1243
+ query_params = opts[:query_params] || {}
1244
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1245
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1246
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1247
+
1248
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1249
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1250
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1251
+
1252
+ # header parameters
1253
+ header_params = opts[:header_params] || {}
1254
+ # HTTP header 'Accept' (if needed)
1255
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1256
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1257
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1258
+
1259
+ # form parameters
1260
+ form_params = opts[:form_params] || {}
1261
+
1262
+ # http body (model)
1263
+ post_body = opts[:body]
1264
+
1265
+ # return_type
1266
+ return_type = opts[:return_type] || 'PayRuns'
1267
+
1268
+ # auth_names
1269
+ auth_names = opts[:auth_names] || ['OAuth2']
1270
+
1271
+ new_options = opts.merge(
1272
+ :header_params => header_params,
1273
+ :query_params => query_params,
1274
+ :form_params => form_params,
1275
+ :body => post_body,
1276
+ :auth_names => auth_names,
1277
+ :return_type => return_type
1278
+ )
1279
+
1280
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1281
+ if @api_client.config.debugging
1282
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_pay_runs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1283
+ end
1284
+ return data, status_code, headers
1285
+ end
1286
+
1287
+ # Retrieves payroll calendar by using a unique payroll calendar ID
1288
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1289
+ # @param payroll_calendar_id [String] Payroll Calendar id for single object
1290
+ # @param [Hash] opts the optional parameters
1291
+ # @return [PayrollCalendars]
1292
+ def get_payroll_calendar(xero_tenant_id, payroll_calendar_id, opts = {})
1293
+ data, _status_code, _headers = get_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar_id, opts)
1294
+ data
1295
+ end
1296
+
1297
+ # Retrieves payroll calendar by using a unique payroll calendar ID
1298
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1299
+ # @param payroll_calendar_id [String] Payroll Calendar id for single object
1300
+ # @param [Hash] opts the optional parameters
1301
+ # @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
1302
+ def get_payroll_calendar_with_http_info(xero_tenant_id, payroll_calendar_id, options = {})
1303
+ opts = options.dup
1304
+ if @api_client.config.debugging
1305
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payroll_calendar ...'
1306
+ end
1307
+ # verify the required parameter 'xero_tenant_id' is set
1308
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1309
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payroll_calendar"
1310
+ end
1311
+ # verify the required parameter 'payroll_calendar_id' is set
1312
+ if @api_client.config.client_side_validation && payroll_calendar_id.nil?
1313
+ fail ArgumentError, "Missing the required parameter 'payroll_calendar_id' when calling PayrollAuApi.get_payroll_calendar"
1314
+ end
1315
+ # resource path
1316
+ local_var_path = '/PayrollCalendars/{PayrollCalendarID}'.sub('{' + 'PayrollCalendarID' + '}', payroll_calendar_id.to_s)
1317
+
1318
+ # camelize keys of incoming `where` opts
1319
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1320
+
1321
+ # query parameters
1322
+ query_params = opts[:query_params] || {}
1323
+
1324
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1325
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1326
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1327
+
1328
+ # header parameters
1329
+ header_params = opts[:header_params] || {}
1330
+ # HTTP header 'Accept' (if needed)
1331
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1332
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1333
+
1334
+ # form parameters
1335
+ form_params = opts[:form_params] || {}
1336
+
1337
+ # http body (model)
1338
+ post_body = opts[:body]
1339
+
1340
+ # return_type
1341
+ return_type = opts[:return_type] || 'PayrollCalendars'
1342
+
1343
+ # auth_names
1344
+ auth_names = opts[:auth_names] || ['OAuth2']
1345
+
1346
+ new_options = opts.merge(
1347
+ :header_params => header_params,
1348
+ :query_params => query_params,
1349
+ :form_params => form_params,
1350
+ :body => post_body,
1351
+ :auth_names => auth_names,
1352
+ :return_type => return_type
1353
+ )
1354
+
1355
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1356
+ if @api_client.config.debugging
1357
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_payroll_calendar\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1358
+ end
1359
+ return data, status_code, headers
1360
+ end
1361
+
1362
+ # Retrieves payroll calendars
1363
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1364
+ # @param [Hash] opts the optional parameters
1365
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1366
+ # @option opts [String] :where Filter by an any element
1367
+ # @option opts [String] :order Order by an any element
1368
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
1369
+ # @return [PayrollCalendars]
1370
+ def get_payroll_calendars(xero_tenant_id, opts = {})
1371
+ data, _status_code, _headers = get_payroll_calendars_with_http_info(xero_tenant_id, opts)
1372
+ data
1373
+ end
1374
+
1375
+ # Retrieves payroll calendars
1376
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1377
+ # @param [Hash] opts the optional parameters
1378
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1379
+ # @option opts [String] :where Filter by an any element
1380
+ # @option opts [String] :order Order by an any element
1381
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 objects will be returned in a single API call
1382
+ # @return [Array<(PayrollCalendars, Integer, Hash)>] PayrollCalendars data, response status code and response headers
1383
+ def get_payroll_calendars_with_http_info(xero_tenant_id, options = {})
1384
+ opts = options.dup
1385
+ if @api_client.config.debugging
1386
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payroll_calendars ...'
1387
+ end
1388
+ # verify the required parameter 'xero_tenant_id' is set
1389
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1390
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payroll_calendars"
1391
+ end
1392
+ # resource path
1393
+ local_var_path = '/PayrollCalendars'
1394
+
1395
+ # camelize keys of incoming `where` opts
1396
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1397
+
1398
+ # query parameters
1399
+ query_params = opts[:query_params] || {}
1400
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1401
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1402
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1403
+
1404
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1405
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1406
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1407
+
1408
+ # header parameters
1409
+ header_params = opts[:header_params] || {}
1410
+ # HTTP header 'Accept' (if needed)
1411
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1412
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1413
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1414
+
1415
+ # form parameters
1416
+ form_params = opts[:form_params] || {}
1417
+
1418
+ # http body (model)
1419
+ post_body = opts[:body]
1420
+
1421
+ # return_type
1422
+ return_type = opts[:return_type] || 'PayrollCalendars'
1423
+
1424
+ # auth_names
1425
+ auth_names = opts[:auth_names] || ['OAuth2']
1426
+
1427
+ new_options = opts.merge(
1428
+ :header_params => header_params,
1429
+ :query_params => query_params,
1430
+ :form_params => form_params,
1431
+ :body => post_body,
1432
+ :auth_names => auth_names,
1433
+ :return_type => return_type
1434
+ )
1435
+
1436
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1437
+ if @api_client.config.debugging
1438
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_payroll_calendars\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1439
+ end
1440
+ return data, status_code, headers
1441
+ end
1442
+
1443
+ # Retrieves for a payslip by a unique payslip id
1444
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1445
+ # @param payslip_id [String] Payslip id for single object
1446
+ # @param [Hash] opts the optional parameters
1447
+ # @return [PayslipObject]
1448
+ def get_payslip(xero_tenant_id, payslip_id, opts = {})
1449
+ data, _status_code, _headers = get_payslip_with_http_info(xero_tenant_id, payslip_id, opts)
1450
+ data
1451
+ end
1452
+
1453
+ # Retrieves for a payslip by a unique payslip id
1454
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1455
+ # @param payslip_id [String] Payslip id for single object
1456
+ # @param [Hash] opts the optional parameters
1457
+ # @return [Array<(PayslipObject, Integer, Hash)>] PayslipObject data, response status code and response headers
1458
+ def get_payslip_with_http_info(xero_tenant_id, payslip_id, options = {})
1459
+ opts = options.dup
1460
+ if @api_client.config.debugging
1461
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_payslip ...'
1462
+ end
1463
+ # verify the required parameter 'xero_tenant_id' is set
1464
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1465
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_payslip"
1466
+ end
1467
+ # verify the required parameter 'payslip_id' is set
1468
+ if @api_client.config.client_side_validation && payslip_id.nil?
1469
+ fail ArgumentError, "Missing the required parameter 'payslip_id' when calling PayrollAuApi.get_payslip"
1470
+ end
1471
+ # resource path
1472
+ local_var_path = '/Payslip/{PayslipID}'.sub('{' + 'PayslipID' + '}', payslip_id.to_s)
1473
+
1474
+ # camelize keys of incoming `where` opts
1475
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1476
+
1477
+ # query parameters
1478
+ query_params = opts[:query_params] || {}
1479
+
1480
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1481
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1482
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1483
+
1484
+ # header parameters
1485
+ header_params = opts[:header_params] || {}
1486
+ # HTTP header 'Accept' (if needed)
1487
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1488
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1489
+
1490
+ # form parameters
1491
+ form_params = opts[:form_params] || {}
1492
+
1493
+ # http body (model)
1494
+ post_body = opts[:body]
1495
+
1496
+ # return_type
1497
+ return_type = opts[:return_type] || 'PayslipObject'
1498
+
1499
+ # auth_names
1500
+ auth_names = opts[:auth_names] || ['OAuth2']
1501
+
1502
+ new_options = opts.merge(
1503
+ :header_params => header_params,
1504
+ :query_params => query_params,
1505
+ :form_params => form_params,
1506
+ :body => post_body,
1507
+ :auth_names => auth_names,
1508
+ :return_type => return_type
1509
+ )
1510
+
1511
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1512
+ if @api_client.config.debugging
1513
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_payslip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1514
+ end
1515
+ return data, status_code, headers
1516
+ end
1517
+
1518
+ # Retrieves payroll settings
1519
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1520
+ # @param [Hash] opts the optional parameters
1521
+ # @return [SettingsObject]
1522
+ def get_settings(xero_tenant_id, opts = {})
1523
+ data, _status_code, _headers = get_settings_with_http_info(xero_tenant_id, opts)
1524
+ data
1525
+ end
1526
+
1527
+ # Retrieves payroll settings
1528
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1529
+ # @param [Hash] opts the optional parameters
1530
+ # @return [Array<(SettingsObject, Integer, Hash)>] SettingsObject data, response status code and response headers
1531
+ def get_settings_with_http_info(xero_tenant_id, options = {})
1532
+ opts = options.dup
1533
+ if @api_client.config.debugging
1534
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_settings ...'
1535
+ end
1536
+ # verify the required parameter 'xero_tenant_id' is set
1537
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1538
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_settings"
1539
+ end
1540
+ # resource path
1541
+ local_var_path = '/Settings'
1542
+
1543
+ # camelize keys of incoming `where` opts
1544
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1545
+
1546
+ # query parameters
1547
+ query_params = opts[:query_params] || {}
1548
+
1549
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1550
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1551
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1552
+
1553
+ # header parameters
1554
+ header_params = opts[:header_params] || {}
1555
+ # HTTP header 'Accept' (if needed)
1556
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1557
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1558
+
1559
+ # form parameters
1560
+ form_params = opts[:form_params] || {}
1561
+
1562
+ # http body (model)
1563
+ post_body = opts[:body]
1564
+
1565
+ # return_type
1566
+ return_type = opts[:return_type] || 'SettingsObject'
1567
+
1568
+ # auth_names
1569
+ auth_names = opts[:auth_names] || ['OAuth2']
1570
+
1571
+ new_options = opts.merge(
1572
+ :header_params => header_params,
1573
+ :query_params => query_params,
1574
+ :form_params => form_params,
1575
+ :body => post_body,
1576
+ :auth_names => auth_names,
1577
+ :return_type => return_type
1578
+ )
1579
+
1580
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1581
+ if @api_client.config.debugging
1582
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1583
+ end
1584
+ return data, status_code, headers
1585
+ end
1586
+
1587
+ # Retrieves a superfund by using a unique superfund ID
1588
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1589
+ # @param super_fund_id [String] Superfund id for single object
1590
+ # @param [Hash] opts the optional parameters
1591
+ # @return [SuperFunds]
1592
+ def get_superfund(xero_tenant_id, super_fund_id, opts = {})
1593
+ data, _status_code, _headers = get_superfund_with_http_info(xero_tenant_id, super_fund_id, opts)
1594
+ data
1595
+ end
1596
+
1597
+ # Retrieves a superfund by using a unique superfund ID
1598
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1599
+ # @param super_fund_id [String] Superfund id for single object
1600
+ # @param [Hash] opts the optional parameters
1601
+ # @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
1602
+ def get_superfund_with_http_info(xero_tenant_id, super_fund_id, options = {})
1603
+ opts = options.dup
1604
+ if @api_client.config.debugging
1605
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfund ...'
1606
+ end
1607
+ # verify the required parameter 'xero_tenant_id' is set
1608
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1609
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfund"
1610
+ end
1611
+ # verify the required parameter 'super_fund_id' is set
1612
+ if @api_client.config.client_side_validation && super_fund_id.nil?
1613
+ fail ArgumentError, "Missing the required parameter 'super_fund_id' when calling PayrollAuApi.get_superfund"
1614
+ end
1615
+ # resource path
1616
+ local_var_path = '/Superfunds/{SuperFundID}'.sub('{' + 'SuperFundID' + '}', super_fund_id.to_s)
1617
+
1618
+ # camelize keys of incoming `where` opts
1619
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1620
+
1621
+ # query parameters
1622
+ query_params = opts[:query_params] || {}
1623
+
1624
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1625
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1626
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1627
+
1628
+ # header parameters
1629
+ header_params = opts[:header_params] || {}
1630
+ # HTTP header 'Accept' (if needed)
1631
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1632
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1633
+
1634
+ # form parameters
1635
+ form_params = opts[:form_params] || {}
1636
+
1637
+ # http body (model)
1638
+ post_body = opts[:body]
1639
+
1640
+ # return_type
1641
+ return_type = opts[:return_type] || 'SuperFunds'
1642
+
1643
+ # auth_names
1644
+ auth_names = opts[:auth_names] || ['OAuth2']
1645
+
1646
+ new_options = opts.merge(
1647
+ :header_params => header_params,
1648
+ :query_params => query_params,
1649
+ :form_params => form_params,
1650
+ :body => post_body,
1651
+ :auth_names => auth_names,
1652
+ :return_type => return_type
1653
+ )
1654
+
1655
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1656
+ if @api_client.config.debugging
1657
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1658
+ end
1659
+ return data, status_code, headers
1660
+ end
1661
+
1662
+ # Retrieves superfund products
1663
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1664
+ # @param [Hash] opts the optional parameters
1665
+ # @option opts [String] :abn The ABN of the Regulated SuperFund
1666
+ # @option opts [String] :usi The USI of the Regulated SuperFund
1667
+ # @return [SuperFundProducts]
1668
+ def get_superfund_products(xero_tenant_id, opts = {})
1669
+ data, _status_code, _headers = get_superfund_products_with_http_info(xero_tenant_id, opts)
1670
+ data
1671
+ end
1672
+
1673
+ # Retrieves superfund products
1674
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1675
+ # @param [Hash] opts the optional parameters
1676
+ # @option opts [String] :abn The ABN of the Regulated SuperFund
1677
+ # @option opts [String] :usi The USI of the Regulated SuperFund
1678
+ # @return [Array<(SuperFundProducts, Integer, Hash)>] SuperFundProducts data, response status code and response headers
1679
+ def get_superfund_products_with_http_info(xero_tenant_id, options = {})
1680
+ opts = options.dup
1681
+ if @api_client.config.debugging
1682
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfund_products ...'
1683
+ end
1684
+ # verify the required parameter 'xero_tenant_id' is set
1685
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1686
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfund_products"
1687
+ end
1688
+ # resource path
1689
+ local_var_path = '/SuperfundProducts'
1690
+
1691
+ # camelize keys of incoming `where` opts
1692
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1693
+
1694
+ # query parameters
1695
+ query_params = opts[:query_params] || {}
1696
+ query_params[:'ABN'] = opts[:'abn'] if !opts[:'abn'].nil?
1697
+ query_params[:'USI'] = opts[:'usi'] if !opts[:'usi'].nil?
1698
+
1699
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1700
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1701
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1702
+
1703
+ # header parameters
1704
+ header_params = opts[:header_params] || {}
1705
+ # HTTP header 'Accept' (if needed)
1706
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1707
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1708
+
1709
+ # form parameters
1710
+ form_params = opts[:form_params] || {}
1711
+
1712
+ # http body (model)
1713
+ post_body = opts[:body]
1714
+
1715
+ # return_type
1716
+ return_type = opts[:return_type] || 'SuperFundProducts'
1717
+
1718
+ # auth_names
1719
+ auth_names = opts[:auth_names] || ['OAuth2']
1720
+
1721
+ new_options = opts.merge(
1722
+ :header_params => header_params,
1723
+ :query_params => query_params,
1724
+ :form_params => form_params,
1725
+ :body => post_body,
1726
+ :auth_names => auth_names,
1727
+ :return_type => return_type
1728
+ )
1729
+
1730
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1731
+ if @api_client.config.debugging
1732
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_superfund_products\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1733
+ end
1734
+ return data, status_code, headers
1735
+ end
1736
+
1737
+ # Retrieves superfunds
1738
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1739
+ # @param [Hash] opts the optional parameters
1740
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1741
+ # @option opts [String] :where Filter by an any element
1742
+ # @option opts [String] :order Order by an any element
1743
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 SuperFunds will be returned in a single API call
1744
+ # @return [SuperFunds]
1745
+ def get_superfunds(xero_tenant_id, opts = {})
1746
+ data, _status_code, _headers = get_superfunds_with_http_info(xero_tenant_id, opts)
1747
+ data
1748
+ end
1749
+
1750
+ # Retrieves superfunds
1751
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1752
+ # @param [Hash] opts the optional parameters
1753
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1754
+ # @option opts [String] :where Filter by an any element
1755
+ # @option opts [String] :order Order by an any element
1756
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 SuperFunds will be returned in a single API call
1757
+ # @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
1758
+ def get_superfunds_with_http_info(xero_tenant_id, options = {})
1759
+ opts = options.dup
1760
+ if @api_client.config.debugging
1761
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_superfunds ...'
1762
+ end
1763
+ # verify the required parameter 'xero_tenant_id' is set
1764
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1765
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_superfunds"
1766
+ end
1767
+ # resource path
1768
+ local_var_path = '/Superfunds'
1769
+
1770
+ # camelize keys of incoming `where` opts
1771
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1772
+
1773
+ # query parameters
1774
+ query_params = opts[:query_params] || {}
1775
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1776
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1777
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1778
+
1779
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1780
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1781
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1782
+
1783
+ # header parameters
1784
+ header_params = opts[:header_params] || {}
1785
+ # HTTP header 'Accept' (if needed)
1786
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1787
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1788
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1789
+
1790
+ # form parameters
1791
+ form_params = opts[:form_params] || {}
1792
+
1793
+ # http body (model)
1794
+ post_body = opts[:body]
1795
+
1796
+ # return_type
1797
+ return_type = opts[:return_type] || 'SuperFunds'
1798
+
1799
+ # auth_names
1800
+ auth_names = opts[:auth_names] || ['OAuth2']
1801
+
1802
+ new_options = opts.merge(
1803
+ :header_params => header_params,
1804
+ :query_params => query_params,
1805
+ :form_params => form_params,
1806
+ :body => post_body,
1807
+ :auth_names => auth_names,
1808
+ :return_type => return_type
1809
+ )
1810
+
1811
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1812
+ if @api_client.config.debugging
1813
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_superfunds\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1814
+ end
1815
+ return data, status_code, headers
1816
+ end
1817
+
1818
+ # Retrieves a timesheet by using a unique timesheet id
1819
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1820
+ # @param timesheet_id [String] Timesheet id for single object
1821
+ # @param [Hash] opts the optional parameters
1822
+ # @return [TimesheetObject]
1823
+ def get_timesheet(xero_tenant_id, timesheet_id, opts = {})
1824
+ data, _status_code, _headers = get_timesheet_with_http_info(xero_tenant_id, timesheet_id, opts)
1825
+ data
1826
+ end
1827
+
1828
+ # Retrieves a timesheet by using a unique timesheet id
1829
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1830
+ # @param timesheet_id [String] Timesheet id for single object
1831
+ # @param [Hash] opts the optional parameters
1832
+ # @return [Array<(TimesheetObject, Integer, Hash)>] TimesheetObject data, response status code and response headers
1833
+ def get_timesheet_with_http_info(xero_tenant_id, timesheet_id, options = {})
1834
+ opts = options.dup
1835
+ if @api_client.config.debugging
1836
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_timesheet ...'
1837
+ end
1838
+ # verify the required parameter 'xero_tenant_id' is set
1839
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1840
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_timesheet"
1841
+ end
1842
+ # verify the required parameter 'timesheet_id' is set
1843
+ if @api_client.config.client_side_validation && timesheet_id.nil?
1844
+ fail ArgumentError, "Missing the required parameter 'timesheet_id' when calling PayrollAuApi.get_timesheet"
1845
+ end
1846
+ # resource path
1847
+ local_var_path = '/Timesheets/{TimesheetID}'.sub('{' + 'TimesheetID' + '}', timesheet_id.to_s)
1848
+
1849
+ # camelize keys of incoming `where` opts
1850
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1851
+
1852
+ # query parameters
1853
+ query_params = opts[:query_params] || {}
1854
+
1855
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1856
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1857
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1858
+
1859
+ # header parameters
1860
+ header_params = opts[:header_params] || {}
1861
+ # HTTP header 'Accept' (if needed)
1862
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1863
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1864
+
1865
+ # form parameters
1866
+ form_params = opts[:form_params] || {}
1867
+
1868
+ # http body (model)
1869
+ post_body = opts[:body]
1870
+
1871
+ # return_type
1872
+ return_type = opts[:return_type] || 'TimesheetObject'
1873
+
1874
+ # auth_names
1875
+ auth_names = opts[:auth_names] || ['OAuth2']
1876
+
1877
+ new_options = opts.merge(
1878
+ :header_params => header_params,
1879
+ :query_params => query_params,
1880
+ :form_params => form_params,
1881
+ :body => post_body,
1882
+ :auth_names => auth_names,
1883
+ :return_type => return_type
1884
+ )
1885
+
1886
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1887
+ if @api_client.config.debugging
1888
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1889
+ end
1890
+ return data, status_code, headers
1891
+ end
1892
+
1893
+ # Retrieves timesheets
1894
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1895
+ # @param [Hash] opts the optional parameters
1896
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1897
+ # @option opts [String] :where Filter by an any element
1898
+ # @option opts [String] :order Order by an any element
1899
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 timesheets will be returned in a single API call
1900
+ # @return [Timesheets]
1901
+ def get_timesheets(xero_tenant_id, opts = {})
1902
+ data, _status_code, _headers = get_timesheets_with_http_info(xero_tenant_id, opts)
1903
+ data
1904
+ end
1905
+
1906
+ # Retrieves timesheets
1907
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1908
+ # @param [Hash] opts the optional parameters
1909
+ # @option opts [DateTime] :if_modified_since Only records created or modified since this timestamp will be returned
1910
+ # @option opts [String] :where Filter by an any element
1911
+ # @option opts [String] :order Order by an any element
1912
+ # @option opts [Integer] :page e.g. page&#x3D;1 – Up to 100 timesheets will be returned in a single API call
1913
+ # @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
1914
+ def get_timesheets_with_http_info(xero_tenant_id, options = {})
1915
+ opts = options.dup
1916
+ if @api_client.config.debugging
1917
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.get_timesheets ...'
1918
+ end
1919
+ # verify the required parameter 'xero_tenant_id' is set
1920
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1921
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.get_timesheets"
1922
+ end
1923
+ # resource path
1924
+ local_var_path = '/Timesheets'
1925
+
1926
+ # camelize keys of incoming `where` opts
1927
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
1928
+
1929
+ # query parameters
1930
+ query_params = opts[:query_params] || {}
1931
+ query_params[:'where'] = opts[:'where'] if !opts[:'where'].nil?
1932
+ query_params[:'order'] = opts[:'order'] if !opts[:'order'].nil?
1933
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1934
+
1935
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
1936
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
1937
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
1938
+
1939
+ # header parameters
1940
+ header_params = opts[:header_params] || {}
1941
+ # HTTP header 'Accept' (if needed)
1942
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1943
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
1944
+ header_params[:'If-Modified-Since'] = opts[:'if_modified_since'] if !opts[:'if_modified_since'].nil?
1945
+
1946
+ # form parameters
1947
+ form_params = opts[:form_params] || {}
1948
+
1949
+ # http body (model)
1950
+ post_body = opts[:body]
1951
+
1952
+ # return_type
1953
+ return_type = opts[:return_type] || 'Timesheets'
1954
+
1955
+ # auth_names
1956
+ auth_names = opts[:auth_names] || ['OAuth2']
1957
+
1958
+ new_options = opts.merge(
1959
+ :header_params => header_params,
1960
+ :query_params => query_params,
1961
+ :form_params => form_params,
1962
+ :body => post_body,
1963
+ :auth_names => auth_names,
1964
+ :return_type => return_type
1965
+ )
1966
+
1967
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, "PayrollAuApi", new_options)
1968
+ if @api_client.config.debugging
1969
+ @api_client.config.logger.debug "API called: PayrollAuApi#get_timesheets\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1970
+ end
1971
+ return data, status_code, headers
1972
+ end
1973
+
1974
+ # Reject a leave application by a unique leave application id
1975
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1976
+ # @param leave_application_id [String] Leave Application id for single object
1977
+ # @param [Hash] opts the optional parameters
1978
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
1979
+ # @return [LeaveApplications]
1980
+ def reject_leave_application(xero_tenant_id, leave_application_id, opts = {})
1981
+ data, _status_code, _headers = reject_leave_application_with_http_info(xero_tenant_id, leave_application_id, opts)
1982
+ data
1983
+ end
1984
+
1985
+ # Reject a leave application by a unique leave application id
1986
+ # @param xero_tenant_id [String] Xero identifier for Tenant
1987
+ # @param leave_application_id [String] Leave Application id for single object
1988
+ # @param [Hash] opts the optional parameters
1989
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
1990
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
1991
+ def reject_leave_application_with_http_info(xero_tenant_id, leave_application_id, options = {})
1992
+ opts = options.dup
1993
+ if @api_client.config.debugging
1994
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.reject_leave_application ...'
1995
+ end
1996
+ # verify the required parameter 'xero_tenant_id' is set
1997
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
1998
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.reject_leave_application"
1999
+ end
2000
+ # verify the required parameter 'leave_application_id' is set
2001
+ if @api_client.config.client_side_validation && leave_application_id.nil?
2002
+ fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.reject_leave_application"
2003
+ end
2004
+ # resource path
2005
+ local_var_path = '/LeaveApplications/{LeaveApplicationID}/reject'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
2006
+
2007
+ # camelize keys of incoming `where` opts
2008
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2009
+
2010
+ # query parameters
2011
+ query_params = opts[:query_params] || {}
2012
+
2013
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2014
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2015
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2016
+
2017
+ # header parameters
2018
+ header_params = opts[:header_params] || {}
2019
+ # HTTP header 'Accept' (if needed)
2020
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2021
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2022
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2023
+
2024
+ # form parameters
2025
+ form_params = opts[:form_params] || {}
2026
+
2027
+ # http body (model)
2028
+ post_body = opts[:body]
2029
+
2030
+ # return_type
2031
+ return_type = opts[:return_type] || 'LeaveApplications'
2032
+
2033
+ # auth_names
2034
+ auth_names = opts[:auth_names] || ['OAuth2']
2035
+
2036
+ new_options = opts.merge(
2037
+ :header_params => header_params,
2038
+ :query_params => query_params,
2039
+ :form_params => form_params,
2040
+ :body => post_body,
2041
+ :auth_names => auth_names,
2042
+ :return_type => return_type
2043
+ )
2044
+
2045
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2046
+ if @api_client.config.debugging
2047
+ @api_client.config.logger.debug "API called: PayrollAuApi#reject_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2048
+ end
2049
+ return data, status_code, headers
2050
+ end
2051
+
2052
+ # Updates an employee's detail
2053
+ # Update properties on a single employee
2054
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2055
+ # @param employee_id [String] Employee id for single object
2056
+ # @param employee [Array<Employee>]
2057
+ # @param [Hash] opts the optional parameters
2058
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2059
+ # @return [Employees]
2060
+ def update_employee(xero_tenant_id, employee_id, employee, opts = {})
2061
+ data, _status_code, _headers = update_employee_with_http_info(xero_tenant_id, employee_id, employee, opts)
2062
+ data
2063
+ end
2064
+
2065
+ # Updates an employee&#39;s detail
2066
+ # Update properties on a single employee
2067
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2068
+ # @param employee_id [String] Employee id for single object
2069
+ # @param employee [Array<Employee>]
2070
+ # @param [Hash] opts the optional parameters
2071
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2072
+ # @return [Array<(Employees, Integer, Hash)>] Employees data, response status code and response headers
2073
+ def update_employee_with_http_info(xero_tenant_id, employee_id, employee, options = {})
2074
+ opts = options.dup
2075
+ if @api_client.config.debugging
2076
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_employee ...'
2077
+ end
2078
+ # verify the required parameter 'xero_tenant_id' is set
2079
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2080
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_employee"
2081
+ end
2082
+ # verify the required parameter 'employee_id' is set
2083
+ if @api_client.config.client_side_validation && employee_id.nil?
2084
+ fail ArgumentError, "Missing the required parameter 'employee_id' when calling PayrollAuApi.update_employee"
2085
+ end
2086
+ # verify the required parameter 'employee' is set
2087
+ if @api_client.config.client_side_validation && employee.nil?
2088
+ fail ArgumentError, "Missing the required parameter 'employee' when calling PayrollAuApi.update_employee"
2089
+ end
2090
+ # resource path
2091
+ local_var_path = '/Employees/{EmployeeID}'.sub('{' + 'EmployeeID' + '}', employee_id.to_s)
2092
+
2093
+ # camelize keys of incoming `where` opts
2094
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2095
+
2096
+ # query parameters
2097
+ query_params = opts[:query_params] || {}
2098
+
2099
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2100
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2101
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2102
+
2103
+ # header parameters
2104
+ header_params = opts[:header_params] || {}
2105
+ # HTTP header 'Accept' (if needed)
2106
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2107
+ # HTTP header 'Content-Type'
2108
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2109
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2110
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2111
+
2112
+ # form parameters
2113
+ form_params = opts[:form_params] || {}
2114
+
2115
+ # http body (model)
2116
+ post_body = opts[:body] || @api_client.object_to_http_body(employee)
2117
+
2118
+ # return_type
2119
+ return_type = opts[:return_type] || 'Employees'
2120
+
2121
+ # auth_names
2122
+ auth_names = opts[:auth_names] || ['OAuth2']
2123
+
2124
+ new_options = opts.merge(
2125
+ :header_params => header_params,
2126
+ :query_params => query_params,
2127
+ :form_params => form_params,
2128
+ :body => post_body,
2129
+ :auth_names => auth_names,
2130
+ :return_type => return_type
2131
+ )
2132
+
2133
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2134
+ if @api_client.config.debugging
2135
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_employee\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2136
+ end
2137
+ return data, status_code, headers
2138
+ end
2139
+
2140
+ # Updates a specific leave application
2141
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2142
+ # @param leave_application_id [String] Leave Application id for single object
2143
+ # @param leave_application [Array<LeaveApplication>]
2144
+ # @param [Hash] opts the optional parameters
2145
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2146
+ # @return [LeaveApplications]
2147
+ def update_leave_application(xero_tenant_id, leave_application_id, leave_application, opts = {})
2148
+ data, _status_code, _headers = update_leave_application_with_http_info(xero_tenant_id, leave_application_id, leave_application, opts)
2149
+ data
2150
+ end
2151
+
2152
+ # Updates a specific leave application
2153
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2154
+ # @param leave_application_id [String] Leave Application id for single object
2155
+ # @param leave_application [Array<LeaveApplication>]
2156
+ # @param [Hash] opts the optional parameters
2157
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2158
+ # @return [Array<(LeaveApplications, Integer, Hash)>] LeaveApplications data, response status code and response headers
2159
+ def update_leave_application_with_http_info(xero_tenant_id, leave_application_id, leave_application, options = {})
2160
+ opts = options.dup
2161
+ if @api_client.config.debugging
2162
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_leave_application ...'
2163
+ end
2164
+ # verify the required parameter 'xero_tenant_id' is set
2165
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2166
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_leave_application"
2167
+ end
2168
+ # verify the required parameter 'leave_application_id' is set
2169
+ if @api_client.config.client_side_validation && leave_application_id.nil?
2170
+ fail ArgumentError, "Missing the required parameter 'leave_application_id' when calling PayrollAuApi.update_leave_application"
2171
+ end
2172
+ # verify the required parameter 'leave_application' is set
2173
+ if @api_client.config.client_side_validation && leave_application.nil?
2174
+ fail ArgumentError, "Missing the required parameter 'leave_application' when calling PayrollAuApi.update_leave_application"
2175
+ end
2176
+ # resource path
2177
+ local_var_path = '/LeaveApplications/{LeaveApplicationID}'.sub('{' + 'LeaveApplicationID' + '}', leave_application_id.to_s)
2178
+
2179
+ # camelize keys of incoming `where` opts
2180
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2181
+
2182
+ # query parameters
2183
+ query_params = opts[:query_params] || {}
2184
+
2185
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2186
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2187
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2188
+
2189
+ # header parameters
2190
+ header_params = opts[:header_params] || {}
2191
+ # HTTP header 'Accept' (if needed)
2192
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2193
+ # HTTP header 'Content-Type'
2194
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2195
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2196
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2197
+
2198
+ # form parameters
2199
+ form_params = opts[:form_params] || {}
2200
+
2201
+ # http body (model)
2202
+ post_body = opts[:body] || @api_client.object_to_http_body(leave_application)
2203
+
2204
+ # return_type
2205
+ return_type = opts[:return_type] || 'LeaveApplications'
2206
+
2207
+ # auth_names
2208
+ auth_names = opts[:auth_names] || ['OAuth2']
2209
+
2210
+ new_options = opts.merge(
2211
+ :header_params => header_params,
2212
+ :query_params => query_params,
2213
+ :form_params => form_params,
2214
+ :body => post_body,
2215
+ :auth_names => auth_names,
2216
+ :return_type => return_type
2217
+ )
2218
+
2219
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2220
+ if @api_client.config.debugging
2221
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_leave_application\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2222
+ end
2223
+ return data, status_code, headers
2224
+ end
2225
+
2226
+ # Updates a pay run
2227
+ # Update properties on a single PayRun
2228
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2229
+ # @param pay_run_id [String] PayRun id for single object
2230
+ # @param pay_run [Array<PayRun>]
2231
+ # @param [Hash] opts the optional parameters
2232
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2233
+ # @return [PayRuns]
2234
+ def update_pay_run(xero_tenant_id, pay_run_id, pay_run, opts = {})
2235
+ data, _status_code, _headers = update_pay_run_with_http_info(xero_tenant_id, pay_run_id, pay_run, opts)
2236
+ data
2237
+ end
2238
+
2239
+ # Updates a pay run
2240
+ # Update properties on a single PayRun
2241
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2242
+ # @param pay_run_id [String] PayRun id for single object
2243
+ # @param pay_run [Array<PayRun>]
2244
+ # @param [Hash] opts the optional parameters
2245
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2246
+ # @return [Array<(PayRuns, Integer, Hash)>] PayRuns data, response status code and response headers
2247
+ def update_pay_run_with_http_info(xero_tenant_id, pay_run_id, pay_run, options = {})
2248
+ opts = options.dup
2249
+ if @api_client.config.debugging
2250
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_pay_run ...'
2251
+ end
2252
+ # verify the required parameter 'xero_tenant_id' is set
2253
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2254
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_pay_run"
2255
+ end
2256
+ # verify the required parameter 'pay_run_id' is set
2257
+ if @api_client.config.client_side_validation && pay_run_id.nil?
2258
+ fail ArgumentError, "Missing the required parameter 'pay_run_id' when calling PayrollAuApi.update_pay_run"
2259
+ end
2260
+ # verify the required parameter 'pay_run' is set
2261
+ if @api_client.config.client_side_validation && pay_run.nil?
2262
+ fail ArgumentError, "Missing the required parameter 'pay_run' when calling PayrollAuApi.update_pay_run"
2263
+ end
2264
+ # resource path
2265
+ local_var_path = '/PayRuns/{PayRunID}'.sub('{' + 'PayRunID' + '}', pay_run_id.to_s)
2266
+
2267
+ # camelize keys of incoming `where` opts
2268
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2269
+
2270
+ # query parameters
2271
+ query_params = opts[:query_params] || {}
2272
+
2273
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2274
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2275
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2276
+
2277
+ # header parameters
2278
+ header_params = opts[:header_params] || {}
2279
+ # HTTP header 'Accept' (if needed)
2280
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2281
+ # HTTP header 'Content-Type'
2282
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2283
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2284
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2285
+
2286
+ # form parameters
2287
+ form_params = opts[:form_params] || {}
2288
+
2289
+ # http body (model)
2290
+ post_body = opts[:body] || @api_client.object_to_http_body(pay_run)
2291
+
2292
+ # return_type
2293
+ return_type = opts[:return_type] || 'PayRuns'
2294
+
2295
+ # auth_names
2296
+ auth_names = opts[:auth_names] || ['OAuth2']
2297
+
2298
+ new_options = opts.merge(
2299
+ :header_params => header_params,
2300
+ :query_params => query_params,
2301
+ :form_params => form_params,
2302
+ :body => post_body,
2303
+ :auth_names => auth_names,
2304
+ :return_type => return_type
2305
+ )
2306
+
2307
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2308
+ if @api_client.config.debugging
2309
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_pay_run\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2310
+ end
2311
+ return data, status_code, headers
2312
+ end
2313
+
2314
+ # Updates a payslip
2315
+ # Update lines on a single payslips
2316
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2317
+ # @param payslip_id [String] Payslip id for single object
2318
+ # @param payslip_lines [Array<PayslipLines>]
2319
+ # @param [Hash] opts the optional parameters
2320
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2321
+ # @return [Payslips]
2322
+ def update_payslip(xero_tenant_id, payslip_id, payslip_lines, opts = {})
2323
+ data, _status_code, _headers = update_payslip_with_http_info(xero_tenant_id, payslip_id, payslip_lines, opts)
2324
+ data
2325
+ end
2326
+
2327
+ # Updates a payslip
2328
+ # Update lines on a single payslips
2329
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2330
+ # @param payslip_id [String] Payslip id for single object
2331
+ # @param payslip_lines [Array<PayslipLines>]
2332
+ # @param [Hash] opts the optional parameters
2333
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2334
+ # @return [Array<(Payslips, Integer, Hash)>] Payslips data, response status code and response headers
2335
+ def update_payslip_with_http_info(xero_tenant_id, payslip_id, payslip_lines, options = {})
2336
+ opts = options.dup
2337
+ if @api_client.config.debugging
2338
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_payslip ...'
2339
+ end
2340
+ # verify the required parameter 'xero_tenant_id' is set
2341
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2342
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_payslip"
2343
+ end
2344
+ # verify the required parameter 'payslip_id' is set
2345
+ if @api_client.config.client_side_validation && payslip_id.nil?
2346
+ fail ArgumentError, "Missing the required parameter 'payslip_id' when calling PayrollAuApi.update_payslip"
2347
+ end
2348
+ # verify the required parameter 'payslip_lines' is set
2349
+ if @api_client.config.client_side_validation && payslip_lines.nil?
2350
+ fail ArgumentError, "Missing the required parameter 'payslip_lines' when calling PayrollAuApi.update_payslip"
2351
+ end
2352
+ # resource path
2353
+ local_var_path = '/Payslip/{PayslipID}'.sub('{' + 'PayslipID' + '}', payslip_id.to_s)
2354
+
2355
+ # camelize keys of incoming `where` opts
2356
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2357
+
2358
+ # query parameters
2359
+ query_params = opts[:query_params] || {}
2360
+
2361
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2362
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2363
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2364
+
2365
+ # header parameters
2366
+ header_params = opts[:header_params] || {}
2367
+ # HTTP header 'Accept' (if needed)
2368
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2369
+ # HTTP header 'Content-Type'
2370
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2371
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2372
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2373
+
2374
+ # form parameters
2375
+ form_params = opts[:form_params] || {}
2376
+
2377
+ # http body (model)
2378
+ post_body = opts[:body] || @api_client.object_to_http_body(payslip_lines)
2379
+
2380
+ # return_type
2381
+ return_type = opts[:return_type] || 'Payslips'
2382
+
2383
+ # auth_names
2384
+ auth_names = opts[:auth_names] || ['OAuth2']
2385
+
2386
+ new_options = opts.merge(
2387
+ :header_params => header_params,
2388
+ :query_params => query_params,
2389
+ :form_params => form_params,
2390
+ :body => post_body,
2391
+ :auth_names => auth_names,
2392
+ :return_type => return_type
2393
+ )
2394
+
2395
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2396
+ if @api_client.config.debugging
2397
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_payslip\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2398
+ end
2399
+ return data, status_code, headers
2400
+ end
2401
+
2402
+ # Updates a superfund
2403
+ # Update properties on a single Superfund
2404
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2405
+ # @param super_fund_id [String] Superfund id for single object
2406
+ # @param super_fund [Array<SuperFund>]
2407
+ # @param [Hash] opts the optional parameters
2408
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2409
+ # @return [SuperFunds]
2410
+ def update_superfund(xero_tenant_id, super_fund_id, super_fund, opts = {})
2411
+ data, _status_code, _headers = update_superfund_with_http_info(xero_tenant_id, super_fund_id, super_fund, opts)
2412
+ data
2413
+ end
2414
+
2415
+ # Updates a superfund
2416
+ # Update properties on a single Superfund
2417
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2418
+ # @param super_fund_id [String] Superfund id for single object
2419
+ # @param super_fund [Array<SuperFund>]
2420
+ # @param [Hash] opts the optional parameters
2421
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2422
+ # @return [Array<(SuperFunds, Integer, Hash)>] SuperFunds data, response status code and response headers
2423
+ def update_superfund_with_http_info(xero_tenant_id, super_fund_id, super_fund, options = {})
2424
+ opts = options.dup
2425
+ if @api_client.config.debugging
2426
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_superfund ...'
2427
+ end
2428
+ # verify the required parameter 'xero_tenant_id' is set
2429
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2430
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_superfund"
2431
+ end
2432
+ # verify the required parameter 'super_fund_id' is set
2433
+ if @api_client.config.client_side_validation && super_fund_id.nil?
2434
+ fail ArgumentError, "Missing the required parameter 'super_fund_id' when calling PayrollAuApi.update_superfund"
2435
+ end
2436
+ # verify the required parameter 'super_fund' is set
2437
+ if @api_client.config.client_side_validation && super_fund.nil?
2438
+ fail ArgumentError, "Missing the required parameter 'super_fund' when calling PayrollAuApi.update_superfund"
2439
+ end
2440
+ # resource path
2441
+ local_var_path = '/Superfunds/{SuperFundID}'.sub('{' + 'SuperFundID' + '}', super_fund_id.to_s)
2442
+
2443
+ # camelize keys of incoming `where` opts
2444
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2445
+
2446
+ # query parameters
2447
+ query_params = opts[:query_params] || {}
2448
+
2449
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2450
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2451
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2452
+
2453
+ # header parameters
2454
+ header_params = opts[:header_params] || {}
2455
+ # HTTP header 'Accept' (if needed)
2456
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2457
+ # HTTP header 'Content-Type'
2458
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2459
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2460
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2461
+
2462
+ # form parameters
2463
+ form_params = opts[:form_params] || {}
2464
+
2465
+ # http body (model)
2466
+ post_body = opts[:body] || @api_client.object_to_http_body(super_fund)
2467
+
2468
+ # return_type
2469
+ return_type = opts[:return_type] || 'SuperFunds'
2470
+
2471
+ # auth_names
2472
+ auth_names = opts[:auth_names] || ['OAuth2']
2473
+
2474
+ new_options = opts.merge(
2475
+ :header_params => header_params,
2476
+ :query_params => query_params,
2477
+ :form_params => form_params,
2478
+ :body => post_body,
2479
+ :auth_names => auth_names,
2480
+ :return_type => return_type
2481
+ )
2482
+
2483
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2484
+ if @api_client.config.debugging
2485
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_superfund\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2486
+ end
2487
+ return data, status_code, headers
2488
+ end
2489
+
2490
+ # Updates a timesheet
2491
+ # Update properties on a single timesheet
2492
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2493
+ # @param timesheet_id [String] Timesheet id for single object
2494
+ # @param timesheet [Array<Timesheet>]
2495
+ # @param [Hash] opts the optional parameters
2496
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2497
+ # @return [Timesheets]
2498
+ def update_timesheet(xero_tenant_id, timesheet_id, timesheet, opts = {})
2499
+ data, _status_code, _headers = update_timesheet_with_http_info(xero_tenant_id, timesheet_id, timesheet, opts)
2500
+ data
2501
+ end
2502
+
2503
+ # Updates a timesheet
2504
+ # Update properties on a single timesheet
2505
+ # @param xero_tenant_id [String] Xero identifier for Tenant
2506
+ # @param timesheet_id [String] Timesheet id for single object
2507
+ # @param timesheet [Array<Timesheet>]
2508
+ # @param [Hash] opts the optional parameters
2509
+ # @option opts [String] :idempotency_key This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
2510
+ # @return [Array<(Timesheets, Integer, Hash)>] Timesheets data, response status code and response headers
2511
+ def update_timesheet_with_http_info(xero_tenant_id, timesheet_id, timesheet, options = {})
2512
+ opts = options.dup
2513
+ if @api_client.config.debugging
2514
+ @api_client.config.logger.debug 'Calling API: PayrollAuApi.update_timesheet ...'
2515
+ end
2516
+ # verify the required parameter 'xero_tenant_id' is set
2517
+ if @api_client.config.client_side_validation && xero_tenant_id.nil?
2518
+ fail ArgumentError, "Missing the required parameter 'xero_tenant_id' when calling PayrollAuApi.update_timesheet"
2519
+ end
2520
+ # verify the required parameter 'timesheet_id' is set
2521
+ if @api_client.config.client_side_validation && timesheet_id.nil?
2522
+ fail ArgumentError, "Missing the required parameter 'timesheet_id' when calling PayrollAuApi.update_timesheet"
2523
+ end
2524
+ # verify the required parameter 'timesheet' is set
2525
+ if @api_client.config.client_side_validation && timesheet.nil?
2526
+ fail ArgumentError, "Missing the required parameter 'timesheet' when calling PayrollAuApi.update_timesheet"
2527
+ end
2528
+ # resource path
2529
+ local_var_path = '/Timesheets/{TimesheetID}'.sub('{' + 'TimesheetID' + '}', timesheet_id.to_s)
2530
+
2531
+ # camelize keys of incoming `where` opts
2532
+ opts[:'where'] = @api_client.parameterize_where(opts[:'where']) if !opts[:'where'].nil?
2533
+
2534
+ # query parameters
2535
+ query_params = opts[:query_params] || {}
2536
+
2537
+ # XeroAPI's `IDs` convention openapi-generator does not snake_case properly.. manual over-riding `i_ds` malformations:
2538
+ query_params[:'IDs'] = @api_client.build_collection_param(opts[:'ids'], :csv) if !opts[:'ids'].nil?
2539
+ query_params[:'ContactIDs'] = @api_client.build_collection_param(opts[:'contact_ids'], :csv) if !opts[:'contact_ids'].nil?
2540
+
2541
+ # header parameters
2542
+ header_params = opts[:header_params] || {}
2543
+ # HTTP header 'Accept' (if needed)
2544
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2545
+ # HTTP header 'Content-Type'
2546
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2547
+ header_params[:'Xero-Tenant-Id'] = xero_tenant_id
2548
+ header_params[:'Idempotency-Key'] = opts[:'idempotency_key'] if !opts[:'idempotency_key'].nil?
2549
+
2550
+ # form parameters
2551
+ form_params = opts[:form_params] || {}
2552
+
2553
+ # http body (model)
2554
+ post_body = opts[:body] || @api_client.object_to_http_body(timesheet)
2555
+
2556
+ # return_type
2557
+ return_type = opts[:return_type] || 'Timesheets'
2558
+
2559
+ # auth_names
2560
+ auth_names = opts[:auth_names] || ['OAuth2']
2561
+
2562
+ new_options = opts.merge(
2563
+ :header_params => header_params,
2564
+ :query_params => query_params,
2565
+ :form_params => form_params,
2566
+ :body => post_body,
2567
+ :auth_names => auth_names,
2568
+ :return_type => return_type
2569
+ )
2570
+
2571
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, "PayrollAuApi", new_options)
2572
+ if @api_client.config.debugging
2573
+ @api_client.config.logger.debug "API called: PayrollAuApi#update_timesheet\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2574
+ end
2575
+ return data, status_code, headers
2576
+ end
2577
+ end
2578
+ end