xero-ruby 2.3.1 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (893) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +76 -0
  3. data/CONTRIBUTING.md +82 -0
  4. data/Gemfile +9 -0
  5. data/LICENSE +21 -0
  6. data/README.md +2 -2
  7. data/Rakefile +10 -0
  8. data/build_notes.md +52 -0
  9. data/docs/accounting/Account.md +55 -0
  10. data/docs/accounting/AccountType.md +16 -0
  11. data/docs/accounting/AccountingApi.md +15310 -0
  12. data/docs/accounting/Accounts.md +17 -0
  13. data/docs/accounting/AccountsPayable.md +19 -0
  14. data/docs/accounting/AccountsReceivable.md +19 -0
  15. data/docs/accounting/Action.md +19 -0
  16. data/docs/accounting/Actions.md +17 -0
  17. data/docs/accounting/Address.md +35 -0
  18. data/docs/accounting/Allocation.md +31 -0
  19. data/docs/accounting/Allocations.md +17 -0
  20. data/docs/accounting/Attachment.md +27 -0
  21. data/docs/accounting/Attachments.md +17 -0
  22. data/docs/accounting/BalanceDetails.md +21 -0
  23. data/docs/accounting/Balances.md +19 -0
  24. data/docs/accounting/BankTransaction.md +59 -0
  25. data/docs/accounting/BankTransactions.md +17 -0
  26. data/docs/accounting/BankTransfer.md +37 -0
  27. data/docs/accounting/BankTransfers.md +17 -0
  28. data/docs/accounting/BatchPayment.md +47 -0
  29. data/docs/accounting/BatchPaymentDetails.md +25 -0
  30. data/docs/accounting/BatchPayments.md +17 -0
  31. data/docs/accounting/Bill.md +19 -0
  32. data/docs/accounting/BrandingTheme.md +27 -0
  33. data/docs/accounting/BrandingThemes.md +17 -0
  34. data/docs/accounting/CISOrgSetting.md +21 -0
  35. data/docs/accounting/CISSetting.md +19 -0
  36. data/docs/accounting/CISSettings.md +17 -0
  37. data/docs/accounting/Contact.md +93 -0
  38. data/docs/accounting/ContactGroup.md +23 -0
  39. data/docs/accounting/ContactGroups.md +17 -0
  40. data/docs/accounting/ContactPerson.md +23 -0
  41. data/docs/accounting/Contacts.md +17 -0
  42. data/docs/accounting/ConversionBalances.md +21 -0
  43. data/docs/accounting/ConversionDate.md +19 -0
  44. data/docs/accounting/CountryCode.md +16 -0
  45. data/docs/accounting/CreditNote.md +69 -0
  46. data/docs/accounting/CreditNotes.md +17 -0
  47. data/docs/accounting/Currencies.md +17 -0
  48. data/docs/accounting/Currency.md +19 -0
  49. data/docs/accounting/CurrencyCode.md +16 -0
  50. data/docs/accounting/Element.md +31 -0
  51. data/docs/accounting/Employee.md +31 -0
  52. data/docs/accounting/Employees.md +17 -0
  53. data/docs/accounting/Error.md +23 -0
  54. data/docs/accounting/ExpenseClaim.md +39 -0
  55. data/docs/accounting/ExpenseClaims.md +17 -0
  56. data/docs/accounting/ExternalLink.md +21 -0
  57. data/docs/accounting/HistoryRecord.md +23 -0
  58. data/docs/accounting/HistoryRecords.md +17 -0
  59. data/docs/accounting/ImportSummary.md +19 -0
  60. data/docs/accounting/ImportSummaryAccounts.md +33 -0
  61. data/docs/accounting/ImportSummaryObject.md +17 -0
  62. data/docs/accounting/ImportSummaryOrganisation.md +17 -0
  63. data/docs/accounting/Invoice.md +93 -0
  64. data/docs/accounting/InvoiceReminder.md +17 -0
  65. data/docs/accounting/InvoiceReminders.md +17 -0
  66. data/docs/accounting/Invoices.md +17 -0
  67. data/docs/accounting/Item.md +47 -0
  68. data/docs/accounting/Items.md +17 -0
  69. data/docs/accounting/Journal.md +31 -0
  70. data/docs/accounting/JournalLine.md +39 -0
  71. data/docs/accounting/Journals.md +17 -0
  72. data/docs/accounting/LineAmountTypes.md +16 -0
  73. data/docs/accounting/LineItem.md +41 -0
  74. data/docs/accounting/LineItemTracking.md +23 -0
  75. data/docs/accounting/LinkedTransaction.md +37 -0
  76. data/docs/accounting/LinkedTransactions.md +17 -0
  77. data/docs/accounting/ManualJournal.md +43 -0
  78. data/docs/accounting/ManualJournalLine.md +31 -0
  79. data/docs/accounting/ManualJournals.md +17 -0
  80. data/docs/accounting/OnlineInvoice.md +17 -0
  81. data/docs/accounting/OnlineInvoices.md +17 -0
  82. data/docs/accounting/Organisation.md +81 -0
  83. data/docs/accounting/Organisations.md +17 -0
  84. data/docs/accounting/Overpayment.md +53 -0
  85. data/docs/accounting/Overpayments.md +17 -0
  86. data/docs/accounting/Payment.md +63 -0
  87. data/docs/accounting/PaymentDelete.md +17 -0
  88. data/docs/accounting/PaymentService.md +27 -0
  89. data/docs/accounting/PaymentServices.md +17 -0
  90. data/docs/accounting/PaymentTerm.md +19 -0
  91. data/docs/accounting/PaymentTermType.md +16 -0
  92. data/docs/accounting/Payments.md +17 -0
  93. data/docs/accounting/Phone.md +23 -0
  94. data/docs/accounting/Prepayment.md +53 -0
  95. data/docs/accounting/Prepayments.md +17 -0
  96. data/docs/accounting/Purchase.md +23 -0
  97. data/docs/accounting/PurchaseOrder.md +71 -0
  98. data/docs/accounting/PurchaseOrders.md +17 -0
  99. data/docs/accounting/Quote.md +63 -0
  100. data/docs/accounting/QuoteLineAmountTypes.md +16 -0
  101. data/docs/accounting/QuoteStatusCodes.md +16 -0
  102. data/docs/accounting/Quotes.md +17 -0
  103. data/docs/accounting/Receipt.md +51 -0
  104. data/docs/accounting/Receipts.md +17 -0
  105. data/docs/accounting/RepeatingInvoice.md +47 -0
  106. data/docs/accounting/RepeatingInvoices.md +17 -0
  107. data/docs/accounting/Report.md +29 -0
  108. data/docs/accounting/ReportAttribute.md +19 -0
  109. data/docs/accounting/ReportCell.md +19 -0
  110. data/docs/accounting/ReportFields.md +21 -0
  111. data/docs/accounting/ReportRow.md +21 -0
  112. data/docs/accounting/ReportRows.md +23 -0
  113. data/docs/accounting/ReportWithRow.md +33 -0
  114. data/docs/accounting/ReportWithRows.md +17 -0
  115. data/docs/accounting/Reports.md +17 -0
  116. data/docs/accounting/RequestEmpty.md +17 -0
  117. data/docs/accounting/RowType.md +16 -0
  118. data/docs/accounting/SalesTrackingCategory.md +19 -0
  119. data/docs/accounting/Schedule.md +29 -0
  120. data/docs/accounting/Setup.md +21 -0
  121. data/docs/accounting/TaxComponent.md +23 -0
  122. data/docs/accounting/TaxRate.md +39 -0
  123. data/docs/accounting/TaxRates.md +17 -0
  124. data/docs/accounting/TaxType.md +16 -0
  125. data/docs/accounting/TenNinetyNineContact.md +59 -0
  126. data/docs/accounting/TimeZone.md +16 -0
  127. data/docs/accounting/TrackingCategories.md +17 -0
  128. data/docs/accounting/TrackingCategory.md +27 -0
  129. data/docs/accounting/TrackingOption.md +23 -0
  130. data/docs/accounting/TrackingOptions.md +17 -0
  131. data/docs/accounting/User.md +29 -0
  132. data/docs/accounting/Users.md +17 -0
  133. data/docs/accounting/ValidationError.md +17 -0
  134. data/docs/assets/Asset.md +47 -0
  135. data/docs/assets/AssetApi.md +426 -0
  136. data/docs/assets/AssetStatus.md +16 -0
  137. data/docs/assets/AssetStatusQueryParam.md +16 -0
  138. data/docs/assets/AssetType.md +29 -0
  139. data/docs/assets/Assets.md +19 -0
  140. data/docs/assets/BookDepreciationDetail.md +29 -0
  141. data/docs/assets/BookDepreciationSetting.md +31 -0
  142. data/docs/assets/Error.md +25 -0
  143. data/docs/assets/FieldValidationErrorsElement.md +27 -0
  144. data/docs/assets/Pagination.md +23 -0
  145. data/docs/assets/ResourceValidationErrorsElement.md +25 -0
  146. data/docs/assets/Setting.md +31 -0
  147. data/docs/files/Association.md +23 -0
  148. data/docs/files/FileObject.md +31 -0
  149. data/docs/files/FileResponse204.md +17 -0
  150. data/docs/files/Files.md +23 -0
  151. data/docs/files/FilesApi.md +1116 -0
  152. data/docs/files/Folder.md +25 -0
  153. data/docs/files/Folders.md +17 -0
  154. data/docs/files/InlineObject.md +23 -0
  155. data/docs/files/ObjectGroup.md +16 -0
  156. data/docs/files/ObjectType.md +16 -0
  157. data/docs/files/User.md +25 -0
  158. data/docs/payroll_au/APIException.md +21 -0
  159. data/docs/payroll_au/Account.md +23 -0
  160. data/docs/payroll_au/AccountType.md +16 -0
  161. data/docs/payroll_au/AllowanceType.md +16 -0
  162. data/docs/payroll_au/BankAccount.md +27 -0
  163. data/docs/payroll_au/CalendarType.md +16 -0
  164. data/docs/payroll_au/DeductionLine.md +25 -0
  165. data/docs/payroll_au/DeductionType.md +33 -0
  166. data/docs/payroll_au/DeductionTypeCalculationType.md +16 -0
  167. data/docs/payroll_au/EarningsLine.md +33 -0
  168. data/docs/payroll_au/EarningsRate.md +49 -0
  169. data/docs/payroll_au/EarningsRateCalculationType.md +16 -0
  170. data/docs/payroll_au/EarningsType.md +16 -0
  171. data/docs/payroll_au/Employee.md +77 -0
  172. data/docs/payroll_au/EmployeeStatus.md +16 -0
  173. data/docs/payroll_au/Employees.md +17 -0
  174. data/docs/payroll_au/EmploymentBasis.md +16 -0
  175. data/docs/payroll_au/EmploymentTerminationPaymentType.md +16 -0
  176. data/docs/payroll_au/EntitlementFinalPayPayoutType.md +16 -0
  177. data/docs/payroll_au/HomeAddress.md +27 -0
  178. data/docs/payroll_au/LeaveAccrualLine.md +21 -0
  179. data/docs/payroll_au/LeaveApplication.md +35 -0
  180. data/docs/payroll_au/LeaveApplications.md +17 -0
  181. data/docs/payroll_au/LeaveBalance.md +23 -0
  182. data/docs/payroll_au/LeaveEarningsLine.md +21 -0
  183. data/docs/payroll_au/LeaveLine.md +31 -0
  184. data/docs/payroll_au/LeaveLineCalculationType.md +16 -0
  185. data/docs/payroll_au/LeaveLines.md +17 -0
  186. data/docs/payroll_au/LeavePeriod.md +23 -0
  187. data/docs/payroll_au/LeavePeriodStatus.md +16 -0
  188. data/docs/payroll_au/LeaveType.md +33 -0
  189. data/docs/payroll_au/LeaveTypeContributionType.md +16 -0
  190. data/docs/payroll_au/ManualTaxType.md +16 -0
  191. data/docs/payroll_au/OpeningBalances.md +29 -0
  192. data/docs/payroll_au/PayItem.md +23 -0
  193. data/docs/payroll_au/PayItems.md +17 -0
  194. data/docs/payroll_au/PayRun.md +47 -0
  195. data/docs/payroll_au/PayRunStatus.md +16 -0
  196. data/docs/payroll_au/PayRuns.md +17 -0
  197. data/docs/payroll_au/PayTemplate.md +25 -0
  198. data/docs/payroll_au/PaymentFrequencyType.md +16 -0
  199. data/docs/payroll_au/PayrollAuApi.md +2018 -0
  200. data/docs/payroll_au/PayrollCalendar.md +29 -0
  201. data/docs/payroll_au/PayrollCalendars.md +17 -0
  202. data/docs/payroll_au/Payslip.md +53 -0
  203. data/docs/payroll_au/PayslipLines.md +31 -0
  204. data/docs/payroll_au/PayslipObject.md +17 -0
  205. data/docs/payroll_au/PayslipSummary.md +39 -0
  206. data/docs/payroll_au/Payslips.md +17 -0
  207. data/docs/payroll_au/RateType.md +16 -0
  208. data/docs/payroll_au/ReimbursementLine.md +23 -0
  209. data/docs/payroll_au/ReimbursementLines.md +17 -0
  210. data/docs/payroll_au/ReimbursementType.md +25 -0
  211. data/docs/payroll_au/ResidencyStatus.md +16 -0
  212. data/docs/payroll_au/Settings.md +21 -0
  213. data/docs/payroll_au/SettingsObject.md +17 -0
  214. data/docs/payroll_au/SettingsTrackingCategories.md +19 -0
  215. data/docs/payroll_au/SettingsTrackingCategoriesEmployeeGroups.md +19 -0
  216. data/docs/payroll_au/SettingsTrackingCategoriesTimesheetCategories.md +19 -0
  217. data/docs/payroll_au/State.md +16 -0
  218. data/docs/payroll_au/SuperFund.md +41 -0
  219. data/docs/payroll_au/SuperFundProduct.md +23 -0
  220. data/docs/payroll_au/SuperFundProducts.md +17 -0
  221. data/docs/payroll_au/SuperFundType.md +16 -0
  222. data/docs/payroll_au/SuperFunds.md +17 -0
  223. data/docs/payroll_au/SuperLine.md +31 -0
  224. data/docs/payroll_au/SuperMembership.md +21 -0
  225. data/docs/payroll_au/SuperannuationCalculationType.md +16 -0
  226. data/docs/payroll_au/SuperannuationContributionType.md +16 -0
  227. data/docs/payroll_au/SuperannuationLine.md +33 -0
  228. data/docs/payroll_au/TFNExemptionType.md +16 -0
  229. data/docs/payroll_au/TaxDeclaration.md +47 -0
  230. data/docs/payroll_au/TaxLine.md +27 -0
  231. data/docs/payroll_au/Timesheet.md +33 -0
  232. data/docs/payroll_au/TimesheetLine.md +23 -0
  233. data/docs/payroll_au/TimesheetObject.md +17 -0
  234. data/docs/payroll_au/TimesheetStatus.md +16 -0
  235. data/docs/payroll_au/Timesheets.md +17 -0
  236. data/docs/payroll_au/ValidationError.md +17 -0
  237. data/docs/payroll_nz/Account.md +23 -0
  238. data/docs/payroll_nz/Accounts.md +17 -0
  239. data/docs/payroll_nz/Address.md +27 -0
  240. data/docs/payroll_nz/BankAccount.md +31 -0
  241. data/docs/payroll_nz/Benefit.md +35 -0
  242. data/docs/payroll_nz/CalendarType.md +16 -0
  243. data/docs/payroll_nz/Deduction.md +27 -0
  244. data/docs/payroll_nz/DeductionLine.md +25 -0
  245. data/docs/payroll_nz/DeductionObject.md +21 -0
  246. data/docs/payroll_nz/Deductions.md +21 -0
  247. data/docs/payroll_nz/EarningsLine.md +35 -0
  248. data/docs/payroll_nz/EarningsOrder.md +25 -0
  249. data/docs/payroll_nz/EarningsOrderObject.md +21 -0
  250. data/docs/payroll_nz/EarningsOrders.md +21 -0
  251. data/docs/payroll_nz/EarningsRate.md +35 -0
  252. data/docs/payroll_nz/EarningsRateObject.md +21 -0
  253. data/docs/payroll_nz/EarningsRates.md +21 -0
  254. data/docs/payroll_nz/EarningsTemplate.md +27 -0
  255. data/docs/payroll_nz/EarningsTemplateObject.md +21 -0
  256. data/docs/payroll_nz/Employee.md +43 -0
  257. data/docs/payroll_nz/EmployeeEarningsTemplates.md +21 -0
  258. data/docs/payroll_nz/EmployeeLeave.md +29 -0
  259. data/docs/payroll_nz/EmployeeLeaveBalance.md +23 -0
  260. data/docs/payroll_nz/EmployeeLeaveBalances.md +21 -0
  261. data/docs/payroll_nz/EmployeeLeaveObject.md +21 -0
  262. data/docs/payroll_nz/EmployeeLeaveSetup.md +29 -0
  263. data/docs/payroll_nz/EmployeeLeaveSetupObject.md +21 -0
  264. data/docs/payroll_nz/EmployeeLeaveType.md +35 -0
  265. data/docs/payroll_nz/EmployeeLeaveTypeObject.md +21 -0
  266. data/docs/payroll_nz/EmployeeLeaveTypes.md +21 -0
  267. data/docs/payroll_nz/EmployeeLeaves.md +21 -0
  268. data/docs/payroll_nz/EmployeeObject.md +21 -0
  269. data/docs/payroll_nz/EmployeeOpeningBalance.md +23 -0
  270. data/docs/payroll_nz/EmployeeOpeningBalancesObject.md +21 -0
  271. data/docs/payroll_nz/EmployeePayTemplate.md +19 -0
  272. data/docs/payroll_nz/EmployeePayTemplateObject.md +21 -0
  273. data/docs/payroll_nz/EmployeePayTemplates.md +21 -0
  274. data/docs/payroll_nz/EmployeeStatutoryLeaveBalance.md +21 -0
  275. data/docs/payroll_nz/EmployeeStatutoryLeaveBalanceObject.md +21 -0
  276. data/docs/payroll_nz/EmployeeStatutoryLeaveSummary.md +29 -0
  277. data/docs/payroll_nz/EmployeeStatutoryLeavesSummaries.md +21 -0
  278. data/docs/payroll_nz/EmployeeStatutorySickLeave.md +47 -0
  279. data/docs/payroll_nz/EmployeeStatutorySickLeaveObject.md +21 -0
  280. data/docs/payroll_nz/EmployeeStatutorySickLeaves.md +21 -0
  281. data/docs/payroll_nz/EmployeeTax.md +47 -0
  282. data/docs/payroll_nz/EmployeeTaxObject.md +21 -0
  283. data/docs/payroll_nz/Employees.md +21 -0
  284. data/docs/payroll_nz/Employment.md +21 -0
  285. data/docs/payroll_nz/EmploymentObject.md +21 -0
  286. data/docs/payroll_nz/GrossEarningsHistory.md +19 -0
  287. data/docs/payroll_nz/InvalidField.md +19 -0
  288. data/docs/payroll_nz/LeaveAccrualLine.md +19 -0
  289. data/docs/payroll_nz/LeaveEarningsLine.md +35 -0
  290. data/docs/payroll_nz/LeavePeriod.md +23 -0
  291. data/docs/payroll_nz/LeavePeriods.md +21 -0
  292. data/docs/payroll_nz/LeaveType.md +27 -0
  293. data/docs/payroll_nz/LeaveTypeObject.md +21 -0
  294. data/docs/payroll_nz/LeaveTypes.md +21 -0
  295. data/docs/payroll_nz/Pagination.md +23 -0
  296. data/docs/payroll_nz/PayRun.md +39 -0
  297. data/docs/payroll_nz/PayRunCalendar.md +29 -0
  298. data/docs/payroll_nz/PayRunCalendarObject.md +21 -0
  299. data/docs/payroll_nz/PayRunCalendars.md +21 -0
  300. data/docs/payroll_nz/PayRunObject.md +21 -0
  301. data/docs/payroll_nz/PayRuns.md +21 -0
  302. data/docs/payroll_nz/PaySlip.md +75 -0
  303. data/docs/payroll_nz/PaySlipObject.md +21 -0
  304. data/docs/payroll_nz/PaySlips.md +21 -0
  305. data/docs/payroll_nz/PaymentLine.md +25 -0
  306. data/docs/payroll_nz/PaymentMethod.md +19 -0
  307. data/docs/payroll_nz/PaymentMethodObject.md +21 -0
  308. data/docs/payroll_nz/PayrollNzApi.md +4544 -0
  309. data/docs/payroll_nz/Problem.md +27 -0
  310. data/docs/payroll_nz/Reimbursement.md +33 -0
  311. data/docs/payroll_nz/ReimbursementLine.md +25 -0
  312. data/docs/payroll_nz/ReimbursementObject.md +21 -0
  313. data/docs/payroll_nz/Reimbursements.md +21 -0
  314. data/docs/payroll_nz/SalaryAndWage.md +35 -0
  315. data/docs/payroll_nz/SalaryAndWageObject.md +21 -0
  316. data/docs/payroll_nz/SalaryAndWages.md +21 -0
  317. data/docs/payroll_nz/Settings.md +21 -0
  318. data/docs/payroll_nz/StatutoryDeduction.md +25 -0
  319. data/docs/payroll_nz/StatutoryDeductionCategory.md +16 -0
  320. data/docs/payroll_nz/StatutoryDeductionLine.md +23 -0
  321. data/docs/payroll_nz/StatutoryDeductionObject.md +21 -0
  322. data/docs/payroll_nz/StatutoryDeductions.md +21 -0
  323. data/docs/payroll_nz/SuperannuationLine.md +27 -0
  324. data/docs/payroll_nz/SuperannuationObject.md +21 -0
  325. data/docs/payroll_nz/Superannuations.md +21 -0
  326. data/docs/payroll_nz/TaxCode.md +16 -0
  327. data/docs/payroll_nz/TaxLine.md +25 -0
  328. data/docs/payroll_nz/TaxSettings.md +27 -0
  329. data/docs/payroll_nz/Timesheet.md +33 -0
  330. data/docs/payroll_nz/TimesheetEarningsLine.md +35 -0
  331. data/docs/payroll_nz/TimesheetLine.md +25 -0
  332. data/docs/payroll_nz/TimesheetLineObject.md +21 -0
  333. data/docs/payroll_nz/TimesheetObject.md +21 -0
  334. data/docs/payroll_nz/Timesheets.md +21 -0
  335. data/docs/payroll_nz/TrackingCategories.md +21 -0
  336. data/docs/payroll_nz/TrackingCategory.md +19 -0
  337. data/docs/payroll_uk/Account.md +23 -0
  338. data/docs/payroll_uk/Accounts.md +17 -0
  339. data/docs/payroll_uk/Address.md +25 -0
  340. data/docs/payroll_uk/BankAccount.md +21 -0
  341. data/docs/payroll_uk/Benefit.md +43 -0
  342. data/docs/payroll_uk/BenefitLine.md +25 -0
  343. data/docs/payroll_uk/BenefitObject.md +21 -0
  344. data/docs/payroll_uk/Benefits.md +21 -0
  345. data/docs/payroll_uk/CourtOrderLine.md +19 -0
  346. data/docs/payroll_uk/Deduction.md +47 -0
  347. data/docs/payroll_uk/DeductionLine.md +23 -0
  348. data/docs/payroll_uk/DeductionObject.md +21 -0
  349. data/docs/payroll_uk/Deductions.md +21 -0
  350. data/docs/payroll_uk/EarningsLine.md +33 -0
  351. data/docs/payroll_uk/EarningsOrder.md +25 -0
  352. data/docs/payroll_uk/EarningsOrderObject.md +21 -0
  353. data/docs/payroll_uk/EarningsOrders.md +21 -0
  354. data/docs/payroll_uk/EarningsRate.md +35 -0
  355. data/docs/payroll_uk/EarningsRateObject.md +21 -0
  356. data/docs/payroll_uk/EarningsRates.md +21 -0
  357. data/docs/payroll_uk/EarningsTemplate.md +27 -0
  358. data/docs/payroll_uk/EarningsTemplateObject.md +21 -0
  359. data/docs/payroll_uk/Employee.md +45 -0
  360. data/docs/payroll_uk/EmployeeLeave.md +29 -0
  361. data/docs/payroll_uk/EmployeeLeaveBalance.md +23 -0
  362. data/docs/payroll_uk/EmployeeLeaveBalances.md +21 -0
  363. data/docs/payroll_uk/EmployeeLeaveObject.md +21 -0
  364. data/docs/payroll_uk/EmployeeLeaveType.md +27 -0
  365. data/docs/payroll_uk/EmployeeLeaveTypeObject.md +21 -0
  366. data/docs/payroll_uk/EmployeeLeaveTypes.md +21 -0
  367. data/docs/payroll_uk/EmployeeLeaves.md +21 -0
  368. data/docs/payroll_uk/EmployeeObject.md +21 -0
  369. data/docs/payroll_uk/EmployeeOpeningBalances.md +27 -0
  370. data/docs/payroll_uk/EmployeeOpeningBalancesObject.md +21 -0
  371. data/docs/payroll_uk/EmployeePayTemplate.md +19 -0
  372. data/docs/payroll_uk/EmployeePayTemplateObject.md +21 -0
  373. data/docs/payroll_uk/EmployeePayTemplates.md +21 -0
  374. data/docs/payroll_uk/EmployeeStatutoryLeaveBalance.md +21 -0
  375. data/docs/payroll_uk/EmployeeStatutoryLeaveBalanceObject.md +21 -0
  376. data/docs/payroll_uk/EmployeeStatutoryLeaveSummary.md +29 -0
  377. data/docs/payroll_uk/EmployeeStatutoryLeavesSummaries.md +21 -0
  378. data/docs/payroll_uk/EmployeeStatutorySickLeave.md +47 -0
  379. data/docs/payroll_uk/EmployeeStatutorySickLeaveObject.md +21 -0
  380. data/docs/payroll_uk/EmployeeStatutorySickLeaves.md +21 -0
  381. data/docs/payroll_uk/EmployeeTax.md +37 -0
  382. data/docs/payroll_uk/EmployeeTaxObject.md +21 -0
  383. data/docs/payroll_uk/Employees.md +21 -0
  384. data/docs/payroll_uk/Employment.md +23 -0
  385. data/docs/payroll_uk/EmploymentObject.md +21 -0
  386. data/docs/payroll_uk/InvalidField.md +19 -0
  387. data/docs/payroll_uk/LeaveAccrualLine.md +19 -0
  388. data/docs/payroll_uk/LeaveEarningsLine.md +27 -0
  389. data/docs/payroll_uk/LeavePeriod.md +23 -0
  390. data/docs/payroll_uk/LeavePeriods.md +21 -0
  391. data/docs/payroll_uk/LeaveType.md +31 -0
  392. data/docs/payroll_uk/LeaveTypeObject.md +21 -0
  393. data/docs/payroll_uk/LeaveTypes.md +21 -0
  394. data/docs/payroll_uk/Pagination.md +23 -0
  395. data/docs/payroll_uk/PayRun.md +39 -0
  396. data/docs/payroll_uk/PayRunCalendar.md +29 -0
  397. data/docs/payroll_uk/PayRunCalendarObject.md +21 -0
  398. data/docs/payroll_uk/PayRunCalendars.md +21 -0
  399. data/docs/payroll_uk/PayRunObject.md +21 -0
  400. data/docs/payroll_uk/PayRuns.md +21 -0
  401. data/docs/payroll_uk/PaymentLine.md +25 -0
  402. data/docs/payroll_uk/PaymentMethod.md +19 -0
  403. data/docs/payroll_uk/PaymentMethodObject.md +21 -0
  404. data/docs/payroll_uk/PayrollUkApi.md +4683 -0
  405. data/docs/payroll_uk/Payslip.md +71 -0
  406. data/docs/payroll_uk/PayslipObject.md +21 -0
  407. data/docs/payroll_uk/Payslips.md +21 -0
  408. data/docs/payroll_uk/Problem.md +27 -0
  409. data/docs/payroll_uk/Reimbursement.md +23 -0
  410. data/docs/payroll_uk/ReimbursementLine.md +21 -0
  411. data/docs/payroll_uk/ReimbursementObject.md +21 -0
  412. data/docs/payroll_uk/Reimbursements.md +21 -0
  413. data/docs/payroll_uk/SalaryAndWage.md +33 -0
  414. data/docs/payroll_uk/SalaryAndWageObject.md +21 -0
  415. data/docs/payroll_uk/SalaryAndWages.md +21 -0
  416. data/docs/payroll_uk/Settings.md +21 -0
  417. data/docs/payroll_uk/StatutoryDeduction.md +25 -0
  418. data/docs/payroll_uk/StatutoryDeductionCategory.md +16 -0
  419. data/docs/payroll_uk/TaxLine.md +27 -0
  420. data/docs/payroll_uk/Timesheet.md +33 -0
  421. data/docs/payroll_uk/TimesheetEarningsLine.md +27 -0
  422. data/docs/payroll_uk/TimesheetLine.md +25 -0
  423. data/docs/payroll_uk/TimesheetLineObject.md +21 -0
  424. data/docs/payroll_uk/TimesheetObject.md +21 -0
  425. data/docs/payroll_uk/Timesheets.md +21 -0
  426. data/docs/payroll_uk/TrackingCategories.md +21 -0
  427. data/docs/payroll_uk/TrackingCategory.md +19 -0
  428. data/docs/projects/Amount.md +19 -0
  429. data/docs/projects/ChargeType.md +16 -0
  430. data/docs/projects/CurrencyCode.md +16 -0
  431. data/docs/projects/Error.md +19 -0
  432. data/docs/projects/Pagination.md +23 -0
  433. data/docs/projects/Project.md +59 -0
  434. data/docs/projects/ProjectApi.md +956 -0
  435. data/docs/projects/ProjectCreateOrUpdate.md +23 -0
  436. data/docs/projects/ProjectPatch.md +17 -0
  437. data/docs/projects/ProjectStatus.md +16 -0
  438. data/docs/projects/ProjectUser.md +21 -0
  439. data/docs/projects/ProjectUsers.md +19 -0
  440. data/docs/projects/Projects.md +19 -0
  441. data/docs/projects/Task.md +45 -0
  442. data/docs/projects/TaskCreateOrUpdate.md +23 -0
  443. data/docs/projects/Tasks.md +19 -0
  444. data/docs/projects/TimeEntries.md +19 -0
  445. data/docs/projects/TimeEntry.md +33 -0
  446. data/docs/projects/TimeEntryCreateOrUpdate.md +25 -0
  447. data/git_push.sh +55 -0
  448. data/lib/xero-ruby.rb +10 -1
  449. data/lib/xero-ruby/api/accounting_api.rb +79 -3
  450. data/lib/xero-ruby/api/asset_api.rb +1 -1
  451. data/lib/xero-ruby/api/files_api.rb +1 -1
  452. data/lib/xero-ruby/api/payroll_au_api.rb +1 -1
  453. data/lib/xero-ruby/api/payroll_nz_api.rb +1 -1
  454. data/lib/xero-ruby/api/payroll_uk_api.rb +1 -1
  455. data/lib/xero-ruby/api/project_api.rb +4 -1
  456. data/lib/xero-ruby/api_client.rb +1 -1
  457. data/lib/xero-ruby/api_error.rb +1 -1
  458. data/lib/xero-ruby/configuration.rb +1 -1
  459. data/lib/xero-ruby/models/accounting/account.rb +2 -1
  460. data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
  461. data/lib/xero-ruby/models/accounting/accounts.rb +1 -1
  462. data/lib/xero-ruby/models/accounting/accounts_payable.rb +1 -1
  463. data/lib/xero-ruby/models/accounting/accounts_receivable.rb +1 -1
  464. data/lib/xero-ruby/models/accounting/action.rb +1 -1
  465. data/lib/xero-ruby/models/accounting/actions.rb +1 -1
  466. data/lib/xero-ruby/models/accounting/address.rb +1 -1
  467. data/lib/xero-ruby/models/accounting/allocation.rb +1 -1
  468. data/lib/xero-ruby/models/accounting/allocations.rb +1 -1
  469. data/lib/xero-ruby/models/accounting/attachment.rb +1 -1
  470. data/lib/xero-ruby/models/accounting/attachments.rb +1 -1
  471. data/lib/xero-ruby/models/accounting/balance_details.rb +229 -0
  472. data/lib/xero-ruby/models/accounting/balances.rb +1 -1
  473. data/lib/xero-ruby/models/accounting/bank_transaction.rb +1 -1
  474. data/lib/xero-ruby/models/accounting/bank_transactions.rb +1 -1
  475. data/lib/xero-ruby/models/accounting/bank_transfer.rb +1 -1
  476. data/lib/xero-ruby/models/accounting/bank_transfers.rb +1 -1
  477. data/lib/xero-ruby/models/accounting/batch_payment.rb +6 -6
  478. data/lib/xero-ruby/models/accounting/batch_payment_details.rb +1 -1
  479. data/lib/xero-ruby/models/accounting/batch_payments.rb +1 -1
  480. data/lib/xero-ruby/models/accounting/bill.rb +1 -1
  481. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  482. data/lib/xero-ruby/models/accounting/branding_themes.rb +1 -1
  483. data/lib/xero-ruby/models/accounting/cis_org_setting.rb +1 -1
  484. data/lib/xero-ruby/models/accounting/cis_setting.rb +1 -1
  485. data/lib/xero-ruby/models/accounting/cis_settings.rb +1 -1
  486. data/lib/xero-ruby/models/accounting/contact.rb +1 -1
  487. data/lib/xero-ruby/models/accounting/contact_group.rb +1 -1
  488. data/lib/xero-ruby/models/accounting/contact_groups.rb +1 -1
  489. data/lib/xero-ruby/models/accounting/contact_person.rb +1 -1
  490. data/lib/xero-ruby/models/accounting/contacts.rb +1 -1
  491. data/lib/xero-ruby/models/accounting/conversion_balances.rb +231 -0
  492. data/lib/xero-ruby/models/accounting/conversion_date.rb +219 -0
  493. data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
  494. data/lib/xero-ruby/models/accounting/credit_note.rb +12 -2
  495. data/lib/xero-ruby/models/accounting/credit_notes.rb +1 -1
  496. data/lib/xero-ruby/models/accounting/currencies.rb +1 -1
  497. data/lib/xero-ruby/models/accounting/currency.rb +1 -1
  498. data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
  499. data/lib/xero-ruby/models/accounting/element.rb +1 -1
  500. data/lib/xero-ruby/models/accounting/employee.rb +1 -1
  501. data/lib/xero-ruby/models/accounting/employees.rb +1 -1
  502. data/lib/xero-ruby/models/accounting/error.rb +1 -1
  503. data/lib/xero-ruby/models/accounting/expense_claim.rb +1 -1
  504. data/lib/xero-ruby/models/accounting/expense_claims.rb +1 -1
  505. data/lib/xero-ruby/models/accounting/external_link.rb +1 -1
  506. data/lib/xero-ruby/models/accounting/history_record.rb +1 -1
  507. data/lib/xero-ruby/models/accounting/history_records.rb +1 -1
  508. data/lib/xero-ruby/models/accounting/import_summary.rb +219 -0
  509. data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +289 -0
  510. data/lib/xero-ruby/models/accounting/import_summary_object.rb +208 -0
  511. data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +208 -0
  512. data/lib/xero-ruby/models/accounting/invoice.rb +1 -1
  513. data/lib/xero-ruby/models/accounting/invoice_reminder.rb +1 -1
  514. data/lib/xero-ruby/models/accounting/invoice_reminders.rb +1 -1
  515. data/lib/xero-ruby/models/accounting/invoices.rb +1 -1
  516. data/lib/xero-ruby/models/accounting/item.rb +1 -1
  517. data/lib/xero-ruby/models/accounting/items.rb +1 -1
  518. data/lib/xero-ruby/models/accounting/journal.rb +1 -1
  519. data/lib/xero-ruby/models/accounting/journal_line.rb +1 -1
  520. data/lib/xero-ruby/models/accounting/journals.rb +1 -1
  521. data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
  522. data/lib/xero-ruby/models/accounting/line_item.rb +1 -1
  523. data/lib/xero-ruby/models/accounting/line_item_tracking.rb +1 -1
  524. data/lib/xero-ruby/models/accounting/linked_transaction.rb +1 -1
  525. data/lib/xero-ruby/models/accounting/linked_transactions.rb +1 -1
  526. data/lib/xero-ruby/models/accounting/manual_journal.rb +1 -1
  527. data/lib/xero-ruby/models/accounting/manual_journal_line.rb +1 -1
  528. data/lib/xero-ruby/models/accounting/manual_journals.rb +1 -1
  529. data/lib/xero-ruby/models/accounting/online_invoice.rb +1 -1
  530. data/lib/xero-ruby/models/accounting/online_invoices.rb +1 -1
  531. data/lib/xero-ruby/models/accounting/organisation.rb +3 -1
  532. data/lib/xero-ruby/models/accounting/organisations.rb +1 -1
  533. data/lib/xero-ruby/models/accounting/overpayment.rb +1 -1
  534. data/lib/xero-ruby/models/accounting/overpayments.rb +1 -1
  535. data/lib/xero-ruby/models/accounting/payment.rb +1 -1
  536. data/lib/xero-ruby/models/accounting/payment_delete.rb +1 -1
  537. data/lib/xero-ruby/models/accounting/payment_service.rb +1 -1
  538. data/lib/xero-ruby/models/accounting/payment_services.rb +1 -1
  539. data/lib/xero-ruby/models/accounting/payment_term.rb +1 -1
  540. data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
  541. data/lib/xero-ruby/models/accounting/payments.rb +1 -1
  542. data/lib/xero-ruby/models/accounting/phone.rb +1 -1
  543. data/lib/xero-ruby/models/accounting/prepayment.rb +1 -1
  544. data/lib/xero-ruby/models/accounting/prepayments.rb +1 -1
  545. data/lib/xero-ruby/models/accounting/purchase.rb +1 -1
  546. data/lib/xero-ruby/models/accounting/purchase_order.rb +1 -1
  547. data/lib/xero-ruby/models/accounting/purchase_orders.rb +1 -1
  548. data/lib/xero-ruby/models/accounting/quote.rb +1 -1
  549. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
  550. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
  551. data/lib/xero-ruby/models/accounting/quotes.rb +1 -1
  552. data/lib/xero-ruby/models/accounting/receipt.rb +1 -1
  553. data/lib/xero-ruby/models/accounting/receipts.rb +1 -1
  554. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +1 -1
  555. data/lib/xero-ruby/models/accounting/repeating_invoices.rb +1 -1
  556. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  557. data/lib/xero-ruby/models/accounting/report_attribute.rb +1 -1
  558. data/lib/xero-ruby/models/accounting/report_cell.rb +1 -1
  559. data/lib/xero-ruby/models/accounting/report_fields.rb +1 -1
  560. data/lib/xero-ruby/models/accounting/report_row.rb +1 -1
  561. data/lib/xero-ruby/models/accounting/report_rows.rb +1 -1
  562. data/lib/xero-ruby/models/accounting/report_with_row.rb +1 -1
  563. data/lib/xero-ruby/models/accounting/report_with_rows.rb +1 -1
  564. data/lib/xero-ruby/models/accounting/reports.rb +1 -1
  565. data/lib/xero-ruby/models/accounting/request_empty.rb +1 -1
  566. data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
  567. data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +1 -1
  568. data/lib/xero-ruby/models/accounting/schedule.rb +1 -1
  569. data/lib/xero-ruby/models/accounting/setup.rb +232 -0
  570. data/lib/xero-ruby/models/accounting/tax_component.rb +1 -1
  571. data/lib/xero-ruby/models/accounting/tax_rate.rb +1 -1
  572. data/lib/xero-ruby/models/accounting/tax_rates.rb +1 -1
  573. data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
  574. data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +1 -1
  575. data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
  576. data/lib/xero-ruby/models/accounting/tracking_categories.rb +1 -1
  577. data/lib/xero-ruby/models/accounting/tracking_category.rb +1 -1
  578. data/lib/xero-ruby/models/accounting/tracking_option.rb +1 -1
  579. data/lib/xero-ruby/models/accounting/tracking_options.rb +1 -1
  580. data/lib/xero-ruby/models/accounting/user.rb +1 -1
  581. data/lib/xero-ruby/models/accounting/users.rb +1 -1
  582. data/lib/xero-ruby/models/accounting/validation_error.rb +1 -1
  583. data/lib/xero-ruby/models/assets/asset.rb +12 -2
  584. data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
  585. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
  586. data/lib/xero-ruby/models/assets/asset_type.rb +1 -1
  587. data/lib/xero-ruby/models/assets/assets.rb +1 -1
  588. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +1 -1
  589. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +1 -1
  590. data/lib/xero-ruby/models/assets/error.rb +1 -1
  591. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +1 -1
  592. data/lib/xero-ruby/models/assets/pagination.rb +1 -1
  593. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +1 -1
  594. data/lib/xero-ruby/models/assets/setting.rb +1 -1
  595. data/lib/xero-ruby/models/files/association.rb +1 -1
  596. data/lib/xero-ruby/models/files/file_object.rb +12 -12
  597. data/lib/xero-ruby/models/files/file_response204.rb +1 -1
  598. data/lib/xero-ruby/models/files/files.rb +1 -1
  599. data/lib/xero-ruby/models/files/folder.rb +1 -1
  600. data/lib/xero-ruby/models/files/folders.rb +1 -1
  601. data/lib/xero-ruby/models/files/inline_object.rb +1 -1
  602. data/lib/xero-ruby/models/files/object_group.rb +1 -1
  603. data/lib/xero-ruby/models/files/object_type.rb +54 -32
  604. data/lib/xero-ruby/models/files/user.rb +24 -89
  605. data/lib/xero-ruby/models/payroll_au/account.rb +1 -1
  606. data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -1
  607. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -1
  608. data/lib/xero-ruby/models/payroll_au/api_exception.rb +1 -1
  609. data/lib/xero-ruby/models/payroll_au/bank_account.rb +1 -1
  610. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -1
  611. data/lib/xero-ruby/models/payroll_au/deduction_line.rb +1 -1
  612. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +1 -1
  613. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -1
  614. data/lib/xero-ruby/models/payroll_au/earnings_line.rb +1 -1
  615. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +1 -1
  616. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -1
  617. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
  618. data/lib/xero-ruby/models/payroll_au/employee.rb +1 -1
  619. data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -1
  620. data/lib/xero-ruby/models/payroll_au/employees.rb +1 -1
  621. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -1
  622. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -1
  623. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -1
  624. data/lib/xero-ruby/models/payroll_au/home_address.rb +1 -1
  625. data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +1 -1
  626. data/lib/xero-ruby/models/payroll_au/leave_application.rb +1 -1
  627. data/lib/xero-ruby/models/payroll_au/leave_applications.rb +1 -1
  628. data/lib/xero-ruby/models/payroll_au/leave_balance.rb +1 -1
  629. data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +1 -1
  630. data/lib/xero-ruby/models/payroll_au/leave_line.rb +1 -1
  631. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -1
  632. data/lib/xero-ruby/models/payroll_au/leave_lines.rb +1 -1
  633. data/lib/xero-ruby/models/payroll_au/leave_period.rb +1 -1
  634. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -1
  635. data/lib/xero-ruby/models/payroll_au/leave_type.rb +1 -1
  636. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -1
  637. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -1
  638. data/lib/xero-ruby/models/payroll_au/opening_balances.rb +1 -1
  639. data/lib/xero-ruby/models/payroll_au/pay_item.rb +1 -1
  640. data/lib/xero-ruby/models/payroll_au/pay_items.rb +1 -1
  641. data/lib/xero-ruby/models/payroll_au/pay_run.rb +1 -1
  642. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -1
  643. data/lib/xero-ruby/models/payroll_au/pay_runs.rb +1 -1
  644. data/lib/xero-ruby/models/payroll_au/pay_template.rb +1 -1
  645. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -1
  646. data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +1 -1
  647. data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +1 -1
  648. data/lib/xero-ruby/models/payroll_au/payslip.rb +1 -1
  649. data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +1 -1
  650. data/lib/xero-ruby/models/payroll_au/payslip_object.rb +1 -1
  651. data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +1 -1
  652. data/lib/xero-ruby/models/payroll_au/payslips.rb +1 -1
  653. data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -1
  654. data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +1 -1
  655. data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +1 -1
  656. data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +1 -1
  657. data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -1
  658. data/lib/xero-ruby/models/payroll_au/settings.rb +1 -1
  659. data/lib/xero-ruby/models/payroll_au/settings_object.rb +1 -1
  660. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +1 -1
  661. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +1 -1
  662. data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +1 -1
  663. data/lib/xero-ruby/models/payroll_au/state.rb +1 -1
  664. data/lib/xero-ruby/models/payroll_au/super_fund.rb +1 -1
  665. data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +1 -1
  666. data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +1 -1
  667. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -1
  668. data/lib/xero-ruby/models/payroll_au/super_funds.rb +1 -1
  669. data/lib/xero-ruby/models/payroll_au/super_line.rb +1 -1
  670. data/lib/xero-ruby/models/payroll_au/super_membership.rb +1 -1
  671. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -1
  672. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -1
  673. data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +1 -1
  674. data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +1 -1
  675. data/lib/xero-ruby/models/payroll_au/tax_line.rb +1 -1
  676. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -1
  677. data/lib/xero-ruby/models/payroll_au/timesheet.rb +1 -1
  678. data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +1 -1
  679. data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +1 -1
  680. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -1
  681. data/lib/xero-ruby/models/payroll_au/timesheets.rb +1 -1
  682. data/lib/xero-ruby/models/payroll_au/validation_error.rb +1 -1
  683. data/lib/xero-ruby/models/payroll_nz/account.rb +1 -1
  684. data/lib/xero-ruby/models/payroll_nz/accounts.rb +1 -1
  685. data/lib/xero-ruby/models/payroll_nz/address.rb +1 -1
  686. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +1 -1
  687. data/lib/xero-ruby/models/payroll_nz/benefit.rb +1 -1
  688. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +42 -0
  689. data/lib/xero-ruby/models/payroll_nz/deduction.rb +1 -1
  690. data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +1 -1
  691. data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +1 -1
  692. data/lib/xero-ruby/models/payroll_nz/deductions.rb +1 -1
  693. data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +1 -1
  694. data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +1 -1
  695. data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +1 -1
  696. data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +1 -1
  697. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +14 -9
  698. data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +1 -1
  699. data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +1 -1
  700. data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +1 -1
  701. data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +1 -1
  702. data/lib/xero-ruby/models/payroll_nz/employee.rb +1 -1
  703. data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +1 -1
  704. data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +1 -1
  705. data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +1 -1
  706. data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +1 -1
  707. data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +1 -1
  708. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +1 -1
  709. data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +1 -1
  710. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +1 -1
  711. data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +1 -1
  712. data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +1 -1
  713. data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +1 -1
  714. data/lib/xero-ruby/models/payroll_nz/employee_object.rb +1 -1
  715. data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +1 -1
  716. data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +1 -1
  717. data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +1 -1
  718. data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +1 -1
  719. data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +1 -1
  720. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +1 -1
  721. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +1 -1
  722. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +1 -1
  723. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +1 -1
  724. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +1 -1
  725. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +1 -1
  726. data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +1 -1
  727. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +1 -1
  728. data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +1 -1
  729. data/lib/xero-ruby/models/payroll_nz/employees.rb +1 -1
  730. data/lib/xero-ruby/models/payroll_nz/employment.rb +1 -1
  731. data/lib/xero-ruby/models/payroll_nz/employment_object.rb +1 -1
  732. data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +1 -1
  733. data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +1 -1
  734. data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +1 -1
  735. data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +1 -1
  736. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +1 -1
  737. data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +1 -1
  738. data/lib/xero-ruby/models/payroll_nz/leave_type.rb +1 -1
  739. data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +1 -1
  740. data/lib/xero-ruby/models/payroll_nz/leave_types.rb +1 -1
  741. data/lib/xero-ruby/models/payroll_nz/pagination.rb +1 -1
  742. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +3 -21
  743. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +3 -43
  744. data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +1 -1
  745. data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +1 -1
  746. data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +1 -1
  747. data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +1 -1
  748. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +1 -1
  749. data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +1 -1
  750. data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +1 -1
  751. data/lib/xero-ruby/models/payroll_nz/payment_line.rb +1 -1
  752. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +1 -6
  753. data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +1 -1
  754. data/lib/xero-ruby/models/payroll_nz/problem.rb +1 -1
  755. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +1 -1
  756. data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +1 -1
  757. data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +1 -1
  758. data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +1 -1
  759. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +1 -6
  760. data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +1 -1
  761. data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +1 -1
  762. data/lib/xero-ruby/models/payroll_nz/settings.rb +1 -1
  763. data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +1 -1
  764. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +1 -1
  765. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +1 -1
  766. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +1 -1
  767. data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +1 -1
  768. data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +1 -1
  769. data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +1 -1
  770. data/lib/xero-ruby/models/payroll_nz/superannuations.rb +1 -1
  771. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +1 -1
  772. data/lib/xero-ruby/models/payroll_nz/tax_line.rb +1 -1
  773. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
  774. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +1 -1
  775. data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +1 -1
  776. data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +1 -1
  777. data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +1 -1
  778. data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +1 -1
  779. data/lib/xero-ruby/models/payroll_nz/timesheets.rb +1 -1
  780. data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +1 -1
  781. data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +1 -1
  782. data/lib/xero-ruby/models/payroll_uk/account.rb +1 -1
  783. data/lib/xero-ruby/models/payroll_uk/accounts.rb +1 -1
  784. data/lib/xero-ruby/models/payroll_uk/address.rb +1 -1
  785. data/lib/xero-ruby/models/payroll_uk/bank_account.rb +1 -1
  786. data/lib/xero-ruby/models/payroll_uk/benefit.rb +1 -1
  787. data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +1 -1
  788. data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +1 -1
  789. data/lib/xero-ruby/models/payroll_uk/benefits.rb +1 -1
  790. data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +1 -1
  791. data/lib/xero-ruby/models/payroll_uk/deduction.rb +1 -1
  792. data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +1 -1
  793. data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +1 -1
  794. data/lib/xero-ruby/models/payroll_uk/deductions.rb +1 -1
  795. data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +1 -1
  796. data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +1 -1
  797. data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +1 -1
  798. data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +1 -1
  799. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +1 -1
  800. data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +1 -1
  801. data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +1 -1
  802. data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +1 -1
  803. data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +1 -1
  804. data/lib/xero-ruby/models/payroll_uk/employee.rb +1 -1
  805. data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +1 -1
  806. data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +1 -1
  807. data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +1 -1
  808. data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +1 -1
  809. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +1 -1
  810. data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +1 -1
  811. data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +1 -1
  812. data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +1 -1
  813. data/lib/xero-ruby/models/payroll_uk/employee_object.rb +1 -1
  814. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +1 -1
  815. data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +1 -1
  816. data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +1 -1
  817. data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +1 -1
  818. data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +1 -1
  819. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +1 -1
  820. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +1 -1
  821. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +1 -1
  822. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +1 -1
  823. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +1 -1
  824. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +1 -1
  825. data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +1 -1
  826. data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +1 -1
  827. data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +1 -1
  828. data/lib/xero-ruby/models/payroll_uk/employees.rb +1 -1
  829. data/lib/xero-ruby/models/payroll_uk/employment.rb +1 -1
  830. data/lib/xero-ruby/models/payroll_uk/employment_object.rb +1 -1
  831. data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +1 -1
  832. data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +1 -1
  833. data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +1 -1
  834. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +1 -1
  835. data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +1 -1
  836. data/lib/xero-ruby/models/payroll_uk/leave_type.rb +1 -1
  837. data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +1 -1
  838. data/lib/xero-ruby/models/payroll_uk/leave_types.rb +1 -1
  839. data/lib/xero-ruby/models/payroll_uk/pagination.rb +1 -1
  840. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +1 -1
  841. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +1 -1
  842. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +1 -1
  843. data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +1 -1
  844. data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +1 -1
  845. data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +1 -1
  846. data/lib/xero-ruby/models/payroll_uk/payment_line.rb +1 -1
  847. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +1 -1
  848. data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +1 -1
  849. data/lib/xero-ruby/models/payroll_uk/payslip.rb +14 -2
  850. data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +1 -1
  851. data/lib/xero-ruby/models/payroll_uk/payslips.rb +1 -1
  852. data/lib/xero-ruby/models/payroll_uk/problem.rb +1 -1
  853. data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +1 -1
  854. data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +1 -1
  855. data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +1 -1
  856. data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +1 -1
  857. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +1 -1
  858. data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +1 -1
  859. data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +1 -1
  860. data/lib/xero-ruby/models/payroll_uk/settings.rb +1 -1
  861. data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +1 -1
  862. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +1 -1
  863. data/lib/xero-ruby/models/payroll_uk/tax_line.rb +1 -1
  864. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +1 -1
  865. data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +1 -1
  866. data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +1 -1
  867. data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +1 -1
  868. data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +1 -1
  869. data/lib/xero-ruby/models/payroll_uk/timesheets.rb +1 -1
  870. data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +1 -1
  871. data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +1 -1
  872. data/lib/xero-ruby/models/projects/amount.rb +1 -1
  873. data/lib/xero-ruby/models/projects/charge_type.rb +1 -1
  874. data/lib/xero-ruby/models/projects/currency_code.rb +1 -1
  875. data/lib/xero-ruby/models/projects/error.rb +1 -1
  876. data/lib/xero-ruby/models/projects/pagination.rb +1 -1
  877. data/lib/xero-ruby/models/projects/project.rb +1 -1
  878. data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
  879. data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
  880. data/lib/xero-ruby/models/projects/project_status.rb +1 -1
  881. data/lib/xero-ruby/models/projects/project_user.rb +1 -1
  882. data/lib/xero-ruby/models/projects/project_users.rb +1 -1
  883. data/lib/xero-ruby/models/projects/projects.rb +1 -1
  884. data/lib/xero-ruby/models/projects/task.rb +1 -1
  885. data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
  886. data/lib/xero-ruby/models/projects/tasks.rb +1 -1
  887. data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
  888. data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
  889. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
  890. data/lib/xero-ruby/version.rb +2 -2
  891. data/xero-ruby.gem +0 -0
  892. data/xero-ruby.gemspec +38 -0
  893. metadata +458 -2
@@ -0,0 +1,16 @@
1
+ # XeroRuby::Assets::AssetStatus
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'XeroRuby::Assets'
12
+
13
+ instance = XeroRuby::Assets::AssetStatus.new()
14
+ ```
15
+
16
+
@@ -0,0 +1,16 @@
1
+ # XeroRuby::Assets::AssetStatusQueryParam
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'XeroRuby::Assets'
12
+
13
+ instance = XeroRuby::Assets::AssetStatusQueryParam.new()
14
+ ```
15
+
16
+
@@ -0,0 +1,29 @@
1
+ # XeroRuby::Assets::AssetType
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **asset_type_id** | **String** | Xero generated unique identifier for asset types | [optional]
8
+ **asset_type_name** | **String** | The name of the asset type |
9
+ **fixed_asset_account_id** | **String** | The asset account for fixed assets of this type | [optional]
10
+ **depreciation_expense_account_id** | **String** | The expense account for the depreciation of fixed assets of this type | [optional]
11
+ **accumulated_depreciation_account_id** | **String** | The account for accumulated depreciation of fixed assets of this type | [optional]
12
+ **book_depreciation_setting** | [**BookDepreciationSetting**](BookDepreciationSetting.md) | |
13
+ **locks** | **Integer** | All asset types that have accumulated depreciation for any assets that use them are deemed ‘locked’ and cannot be removed. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'XeroRuby::Assets'
19
+
20
+ instance = XeroRuby::Assets::AssetType.new(asset_type_id: 5da209c5-5e19-4a43-b925-71b776c49ced,
21
+ asset_type_name: Computer Equipment,
22
+ fixed_asset_account_id: 24e260f1-bfc4-4766-ad7f-8a8ce01de879,
23
+ depreciation_expense_account_id: b23fc79b-d66b-44b0-a240-e138e086fcbc,
24
+ accumulated_depreciation_account_id: ca4c6b39-4f4f-43e8-98da-5e1f350a6694,
25
+ book_depreciation_setting: null,
26
+ locks: 33)
27
+ ```
28
+
29
+
@@ -0,0 +1,19 @@
1
+ # XeroRuby::Assets::Assets
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pagination** | [**Pagination**](Pagination.md) | | [optional]
8
+ **items** | [**Array<Asset>**](Asset.md) | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'XeroRuby::Assets'
14
+
15
+ instance = XeroRuby::Assets::Assets.new(pagination: null,
16
+ items: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,29 @@
1
+ # XeroRuby::Assets::BookDepreciationDetail
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **current_capital_gain** | **BigDecimal** | When an asset is disposed, this will be the sell price minus the purchase price if a profit was made. | [optional]
8
+ **current_gain_loss** | **BigDecimal** | When an asset is disposed, this will be the lowest one of sell price or purchase price, minus the current book value. | [optional]
9
+ **depreciation_start_date** | **Date** | YYYY-MM-DD | [optional]
10
+ **cost_limit** | **BigDecimal** | The value of the asset you want to depreciate, if this is less than the cost of the asset. | [optional]
11
+ **residual_value** | **BigDecimal** | The value of the asset remaining when you've fully depreciated it. | [optional]
12
+ **prior_accum_depreciation_amount** | **BigDecimal** | All depreciation prior to the current financial year. | [optional]
13
+ **current_accum_depreciation_amount** | **BigDecimal** | All depreciation occurring in the current financial year. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'XeroRuby::Assets'
19
+
20
+ instance = XeroRuby::Assets::BookDepreciationDetail.new(current_capital_gain: 5.25,
21
+ current_gain_loss: 10.5,
22
+ depreciation_start_date: null,
23
+ cost_limit: 9000.0,
24
+ residual_value: 10000.0,
25
+ prior_accum_depreciation_amount: 0.45,
26
+ current_accum_depreciation_amount: 5.0)
27
+ ```
28
+
29
+
@@ -0,0 +1,31 @@
1
+ # XeroRuby::Assets::BookDepreciationSetting
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **depreciation_method** | **String** | The method of depreciation applied to this asset. See Depreciation Methods | [optional]
8
+ **averaging_method** | **String** | The method of averaging applied to this asset. See Averaging Methods | [optional]
9
+ **depreciation_rate** | **BigDecimal** | The rate of depreciation (e.g. 0.05) | [optional]
10
+ **effective_life_years** | **Integer** | Effective life of the asset in years (e.g. 5) | [optional]
11
+ **depreciation_calculation_method** | **String** | See Depreciation Calculation Methods | [optional]
12
+ **depreciable_object_id** | **String** | Unique Xero identifier for the depreciable object | [optional]
13
+ **depreciable_object_type** | **String** | The type of asset object | [optional]
14
+ **book_effective_date_of_change_id** | **String** | Unique Xero identifier for the effective date change | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'XeroRuby::Assets'
20
+
21
+ instance = XeroRuby::Assets::BookDepreciationSetting.new(depreciation_method: StraightLine,
22
+ averaging_method: ActualDays,
23
+ depreciation_rate: 0.05,
24
+ effective_life_years: 5,
25
+ depreciation_calculation_method: None,
26
+ depreciable_object_id: 68f17094-af97-4f1b-b36b-013b45b6ad3c,
27
+ depreciable_object_type: Asset,
28
+ book_effective_date_of_change_id: 68f17094-af97-4f1b-b36b-013b45b6ad3c)
29
+ ```
30
+
31
+
@@ -0,0 +1,25 @@
1
+ # XeroRuby::Assets::Error
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **resource_validation_errors** | [**Array<ResourceValidationErrorsElement>**](ResourceValidationErrorsElement.md) | Array of elements of resource validation errors | [optional]
8
+ **field_validation_errors** | [**Array<FieldValidationErrorsElement>**](FieldValidationErrorsElement.md) | Array of elements of field validation errors | [optional]
9
+ **type** | **String** | The internal type of error, not accessible externally | [optional]
10
+ **title** | **String** | Title of the error | [optional]
11
+ **detail** | **String** | Detail of the error | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'XeroRuby::Assets'
17
+
18
+ instance = XeroRuby::Assets::Error.new(resource_validation_errors: null,
19
+ field_validation_errors: null,
20
+ type: null,
21
+ title: null,
22
+ detail: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,27 @@
1
+ # XeroRuby::Assets::FieldValidationErrorsElement
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **field_name** | **String** | The field name of the erroneous field | [optional]
8
+ **value_provided** | **String** | The provided value | [optional]
9
+ **localised_message** | **String** | Explaination of the field validation error | [optional]
10
+ **type** | **String** | Internal type of the field validation error message | [optional]
11
+ **title** | **String** | Title of the field validation error | [optional]
12
+ **detail** | **String** | Detail of the field validation error | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'XeroRuby::Assets'
18
+
19
+ instance = XeroRuby::Assets::FieldValidationErrorsElement.new(field_name: null,
20
+ value_provided: null,
21
+ localised_message: null,
22
+ type: null,
23
+ title: null,
24
+ detail: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,23 @@
1
+ # XeroRuby::Assets::Pagination
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **page** | **Integer** | | [optional]
8
+ **page_size** | **Integer** | | [optional]
9
+ **page_count** | **Integer** | | [optional]
10
+ **item_count** | **Integer** | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'XeroRuby::Assets'
16
+
17
+ instance = XeroRuby::Assets::Pagination.new(page: 1,
18
+ page_size: 10,
19
+ page_count: 1,
20
+ item_count: 2)
21
+ ```
22
+
23
+
@@ -0,0 +1,25 @@
1
+ # XeroRuby::Assets::ResourceValidationErrorsElement
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **resource_name** | **String** | The field name of the erroneous field | [optional]
8
+ **localised_message** | **String** | Explaination of the resource validation error | [optional]
9
+ **type** | **String** | Internal type of the resource error message | [optional]
10
+ **title** | **String** | Title of the resource validation error | [optional]
11
+ **detail** | **String** | Detail of the resource validation error | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'XeroRuby::Assets'
17
+
18
+ instance = XeroRuby::Assets::ResourceValidationErrorsElement.new(resource_name: null,
19
+ localised_message: null,
20
+ type: null,
21
+ title: null,
22
+ detail: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,31 @@
1
+ # XeroRuby::Assets::Setting
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **asset_number_prefix** | **String** | The prefix used for fixed asset numbers (“FA-” by default) | [optional]
8
+ **asset_number_sequence** | **String** | The next available sequence number | [optional]
9
+ **asset_start_date** | **Date** | The date depreciation calculations started on registered fixed assets in Xero | [optional]
10
+ **last_depreciation_date** | **Date** | The last depreciation date | [optional]
11
+ **default_gain_on_disposal_account_id** | **String** | Default account that gains are posted to | [optional]
12
+ **default_loss_on_disposal_account_id** | **String** | Default account that losses are posted to | [optional]
13
+ **default_capital_gain_on_disposal_account_id** | **String** | Default account that capital gains are posted to | [optional]
14
+ **opt_in_for_tax** | **Boolean** | opt in for tax calculation | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'XeroRuby::Assets'
20
+
21
+ instance = XeroRuby::Assets::Setting.new(asset_number_prefix: FA-,
22
+ asset_number_sequence: 0022,
23
+ asset_start_date: null,
24
+ last_depreciation_date: null,
25
+ default_gain_on_disposal_account_id: 346ddb97-739a-4274-b43b-66aa3218d17c,
26
+ default_loss_on_disposal_account_id: 1b798541-24e2-4855-9309-c023a0b576f3,
27
+ default_capital_gain_on_disposal_account_id: 6d6a0bdb-e118-45d8-a023-2ad617ec1cb7,
28
+ opt_in_for_tax: false)
29
+ ```
30
+
31
+
@@ -0,0 +1,23 @@
1
+ # XeroRuby::Files::Association
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **file_id** | **String** | The unique identifier of the file | [optional]
8
+ **object_id** | **String** | The identifier of the object that the file is being associated with (e.g. InvoiceID, BankTransactionID, ContactID) | [optional]
9
+ **object_group** | [**ObjectGroup**](ObjectGroup.md) | | [optional]
10
+ **object_type** | [**ObjectType**](ObjectType.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'XeroRuby::Files'
16
+
17
+ instance = XeroRuby::Files::Association.new(file_id: null,
18
+ object_id: null,
19
+ object_group: null,
20
+ object_type: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,31 @@
1
+ # XeroRuby::Files::FileObject
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | File Name | [optional]
8
+ **mime_type** | **String** | MimeType of the file (image/png, image/jpeg, application/pdf, etc..) | [optional]
9
+ **size** | **Integer** | Numeric value in bytes | [optional]
10
+ **created_date_utc** | **String** | Created date in UTC | [optional]
11
+ **updated_date_utc** | **String** | Updated date in UTC | [optional]
12
+ **user** | [**User**](User.md) | | [optional]
13
+ **id** | **String** | File object's UUID | [optional]
14
+ **folder_id** | **String** | Folder relation object's UUID | [optional]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'XeroRuby::Files'
20
+
21
+ instance = XeroRuby::Files::FileObject.new(name: File2.jpg,
22
+ mime_type: image/jpeg,
23
+ size: 3615,
24
+ created_date_utc: 2020-12-03T19:04:58.6970000,
25
+ updated_date_utc: 2020-12-03T19:04:58.6970000,
26
+ user: null,
27
+ id: d290f1ee-6c54-4b01-90e6-d701748f0851,
28
+ folder_id: 0f8ccf21-7267-4268-9167-a1e2c40c84c8)
29
+ ```
30
+
31
+
@@ -0,0 +1,17 @@
1
+ # XeroRuby::Files::FileResponse204
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **status** | **String** | Status response for 204 no content | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'XeroRuby::Files'
13
+
14
+ instance = XeroRuby::Files::FileResponse204.new(status: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,23 @@
1
+ # XeroRuby::Files::Files
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total_count** | **Integer** | | [optional]
8
+ **page** | **Integer** | | [optional]
9
+ **per_page** | **Integer** | | [optional]
10
+ **items** | [**Array<FileObject>**](FileObject.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'XeroRuby::Files'
16
+
17
+ instance = XeroRuby::Files::Files.new(total_count: 2,
18
+ page: 1,
19
+ per_page: 50,
20
+ items: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,1116 @@
1
+ # XeroRuby::Files::FilesApi
2
+
3
+ All URIs are relative to *https://api.xero.com/files.xro/1.0*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create_file_association**](FilesApi.md#create_file_association) | **POST** /Files/{FileId}/Associations | create a new association
8
+ [**create_folder**](FilesApi.md#create_folder) | **POST** /Folders | create a new folder
9
+ [**delete_file**](FilesApi.md#delete_file) | **DELETE** /Files/{FileId} | delete a file
10
+ [**delete_file_association**](FilesApi.md#delete_file_association) | **DELETE** /Files/{FileId}/Associations/{ObjectId} | create a new association
11
+ [**delete_folder**](FilesApi.md#delete_folder) | **DELETE** /Folders/{FolderId} | delete a folder
12
+ [**get_associations_by_object**](FilesApi.md#get_associations_by_object) | **GET** /Associations/{ObjectId} | searches files
13
+ [**get_file**](FilesApi.md#get_file) | **GET** /Files/{FileId} | searches for file by unique id
14
+ [**get_file_associations**](FilesApi.md#get_file_associations) | **GET** /Files/{FileId}/Associations | searches files
15
+ [**get_file_content**](FilesApi.md#get_file_content) | **GET** /Files/{FileId}/Content | searches files to retrieve the data
16
+ [**get_files**](FilesApi.md#get_files) | **GET** /Files | searches files
17
+ [**get_folder**](FilesApi.md#get_folder) | **GET** /Folders/{FolderId} | searches specific folder by id
18
+ [**get_folders**](FilesApi.md#get_folders) | **GET** /Folders | searches folder
19
+ [**get_inbox**](FilesApi.md#get_inbox) | **GET** /Inbox | searches inbox folder
20
+ [**update_file**](FilesApi.md#update_file) | **PUT** /Files/{FileId} | Update a file
21
+ [**update_folder**](FilesApi.md#update_folder) | **PUT** /Folders/{FolderId} | update folder
22
+ [**upload_file**](FilesApi.md#upload_file) | **POST** /Files | upload an File
23
+
24
+
25
+
26
+ ## create_file_association
27
+
28
+ > Association create_file_association(xero_tenant_id, file_id, opts)
29
+
30
+ create a new association
31
+
32
+ By passing in the appropriate options, you can create a new folder
33
+
34
+ ### Example
35
+
36
+ ```ruby
37
+ # load the gem
38
+ require 'xero-ruby'
39
+
40
+ creds = {
41
+ client_id: ENV['CLIENT_ID'],
42
+ client_secret: ENV['CLIENT_SECRET'],
43
+ redirect_uri: ENV['REDIRECT_URI'],
44
+ scopes: ENV['SCOPES']
45
+ }
46
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
47
+
48
+ token_set = fetch_valid_token_set(user) # example
49
+
50
+ xero_client.refresh_token_set(token_set)
51
+
52
+ # You need to namespace your api method call to one of the following api sets
53
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
54
+
55
+ api_instance = xero_client.<api_set>
56
+
57
+
58
+
59
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
60
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
61
+ opts = {
62
+ association: XeroRuby::Files::Association.new # Association |
63
+ }
64
+
65
+ begin
66
+ #create a new association
67
+ result = api_instance.create_file_association(xero_tenant_id, file_id, opts)
68
+ p result
69
+ rescue XeroRuby::Files::ApiError => e
70
+ puts "Exception when calling FilesApi->create_file_association: #{e}"
71
+ end
72
+ ```
73
+
74
+ ### Parameters
75
+
76
+
77
+ Name | Type | Description | Notes
78
+ ------------- | ------------- | ------------- | -------------
79
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
80
+ **file_id** | [**String**](.md)| File id for single object |
81
+ **association** | [**Association**](Association.md)| | [optional]
82
+
83
+ ### Return type
84
+
85
+ [**Association**](Association.md)
86
+
87
+ ### Authorization
88
+
89
+ [OAuth2](../README.md#OAuth2)
90
+
91
+ ### HTTP request headers
92
+
93
+ - **Content-Type**: application/json
94
+ - **Accept**: application/json
95
+
96
+
97
+ ## create_folder
98
+
99
+ > Folder create_folder(xero_tenant_id, opts)
100
+
101
+ create a new folder
102
+
103
+ By passing in the appropriate properties, you can create a new folder
104
+
105
+ ### Example
106
+
107
+ ```ruby
108
+ # load the gem
109
+ require 'xero-ruby'
110
+
111
+ creds = {
112
+ client_id: ENV['CLIENT_ID'],
113
+ client_secret: ENV['CLIENT_SECRET'],
114
+ redirect_uri: ENV['REDIRECT_URI'],
115
+ scopes: ENV['SCOPES']
116
+ }
117
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
118
+
119
+ token_set = fetch_valid_token_set(user) # example
120
+
121
+ xero_client.refresh_token_set(token_set)
122
+
123
+ # You need to namespace your api method call to one of the following api sets
124
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
125
+
126
+ api_instance = xero_client.<api_set>
127
+
128
+
129
+
130
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
131
+ opts = {
132
+ folder: XeroRuby::Files::Folder.new # Folder |
133
+ }
134
+
135
+ begin
136
+ #create a new folder
137
+ result = api_instance.create_folder(xero_tenant_id, opts)
138
+ p result
139
+ rescue XeroRuby::Files::ApiError => e
140
+ puts "Exception when calling FilesApi->create_folder: #{e}"
141
+ end
142
+ ```
143
+
144
+ ### Parameters
145
+
146
+
147
+ Name | Type | Description | Notes
148
+ ------------- | ------------- | ------------- | -------------
149
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
150
+ **folder** | [**Folder**](Folder.md)| | [optional]
151
+
152
+ ### Return type
153
+
154
+ [**Folder**](Folder.md)
155
+
156
+ ### Authorization
157
+
158
+ [OAuth2](../README.md#OAuth2)
159
+
160
+ ### HTTP request headers
161
+
162
+ - **Content-Type**: application/json
163
+ - **Accept**: application/json
164
+
165
+
166
+ ## delete_file
167
+
168
+ > FileResponse204 delete_file(xero_tenant_id, file_id)
169
+
170
+ delete a file
171
+
172
+ Delete a specific file
173
+
174
+ ### Example
175
+
176
+ ```ruby
177
+ # load the gem
178
+ require 'xero-ruby'
179
+
180
+ creds = {
181
+ client_id: ENV['CLIENT_ID'],
182
+ client_secret: ENV['CLIENT_SECRET'],
183
+ redirect_uri: ENV['REDIRECT_URI'],
184
+ scopes: ENV['SCOPES']
185
+ }
186
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
187
+
188
+ token_set = fetch_valid_token_set(user) # example
189
+
190
+ xero_client.refresh_token_set(token_set)
191
+
192
+ # You need to namespace your api method call to one of the following api sets
193
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
194
+
195
+ api_instance = xero_client.<api_set>
196
+
197
+
198
+
199
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
200
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
201
+ begin
202
+ #delete a file
203
+ result = api_instance.delete_file(xero_tenant_id, file_id)
204
+ p result
205
+ rescue XeroRuby::Files::ApiError => e
206
+ puts "Exception when calling FilesApi->delete_file: #{e}"
207
+ end
208
+ ```
209
+
210
+ ### Parameters
211
+
212
+
213
+ Name | Type | Description | Notes
214
+ ------------- | ------------- | ------------- | -------------
215
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
216
+ **file_id** | [**String**](.md)| File id for single object |
217
+
218
+ ### Return type
219
+
220
+ [**FileResponse204**](FileResponse204.md)
221
+
222
+ ### Authorization
223
+
224
+ [OAuth2](../README.md#OAuth2)
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: Not defined
229
+ - **Accept**: application/json
230
+
231
+
232
+ ## delete_file_association
233
+
234
+ > FileResponse204 delete_file_association(xero_tenant_id, file_id, object_id)
235
+
236
+ create a new association
237
+
238
+ By passing in the appropriate options, you can create a new folder
239
+
240
+ ### Example
241
+
242
+ ```ruby
243
+ # load the gem
244
+ require 'xero-ruby'
245
+
246
+ creds = {
247
+ client_id: ENV['CLIENT_ID'],
248
+ client_secret: ENV['CLIENT_SECRET'],
249
+ redirect_uri: ENV['REDIRECT_URI'],
250
+ scopes: ENV['SCOPES']
251
+ }
252
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
253
+
254
+ token_set = fetch_valid_token_set(user) # example
255
+
256
+ xero_client.refresh_token_set(token_set)
257
+
258
+ # You need to namespace your api method call to one of the following api sets
259
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
260
+
261
+ api_instance = xero_client.<api_set>
262
+
263
+
264
+
265
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
266
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
267
+ object_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Object id for single object
268
+ begin
269
+ #create a new association
270
+ result = api_instance.delete_file_association(xero_tenant_id, file_id, object_id)
271
+ p result
272
+ rescue XeroRuby::Files::ApiError => e
273
+ puts "Exception when calling FilesApi->delete_file_association: #{e}"
274
+ end
275
+ ```
276
+
277
+ ### Parameters
278
+
279
+
280
+ Name | Type | Description | Notes
281
+ ------------- | ------------- | ------------- | -------------
282
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
283
+ **file_id** | [**String**](.md)| File id for single object |
284
+ **object_id** | [**String**](.md)| Object id for single object |
285
+
286
+ ### Return type
287
+
288
+ [**FileResponse204**](FileResponse204.md)
289
+
290
+ ### Authorization
291
+
292
+ [OAuth2](../README.md#OAuth2)
293
+
294
+ ### HTTP request headers
295
+
296
+ - **Content-Type**: Not defined
297
+ - **Accept**: application/json
298
+
299
+
300
+ ## delete_folder
301
+
302
+ > FileResponse204 delete_folder(xero_tenant_id, folder_id)
303
+
304
+ delete a folder
305
+
306
+ By passing in the appropriate ID, you can delete a folder
307
+
308
+ ### Example
309
+
310
+ ```ruby
311
+ # load the gem
312
+ require 'xero-ruby'
313
+
314
+ creds = {
315
+ client_id: ENV['CLIENT_ID'],
316
+ client_secret: ENV['CLIENT_SECRET'],
317
+ redirect_uri: ENV['REDIRECT_URI'],
318
+ scopes: ENV['SCOPES']
319
+ }
320
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
321
+
322
+ token_set = fetch_valid_token_set(user) # example
323
+
324
+ xero_client.refresh_token_set(token_set)
325
+
326
+ # You need to namespace your api method call to one of the following api sets
327
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
328
+
329
+ api_instance = xero_client.<api_set>
330
+
331
+
332
+
333
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
334
+ folder_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Folder id for single object
335
+ begin
336
+ #delete a folder
337
+ result = api_instance.delete_folder(xero_tenant_id, folder_id)
338
+ p result
339
+ rescue XeroRuby::Files::ApiError => e
340
+ puts "Exception when calling FilesApi->delete_folder: #{e}"
341
+ end
342
+ ```
343
+
344
+ ### Parameters
345
+
346
+
347
+ Name | Type | Description | Notes
348
+ ------------- | ------------- | ------------- | -------------
349
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
350
+ **folder_id** | [**String**](.md)| Folder id for single object |
351
+
352
+ ### Return type
353
+
354
+ [**FileResponse204**](FileResponse204.md)
355
+
356
+ ### Authorization
357
+
358
+ [OAuth2](../README.md#OAuth2)
359
+
360
+ ### HTTP request headers
361
+
362
+ - **Content-Type**: Not defined
363
+ - **Accept**: application/json
364
+
365
+
366
+ ## get_associations_by_object
367
+
368
+ > Array&lt;Association&gt; get_associations_by_object(xero_tenant_id, object_id)
369
+
370
+ searches files
371
+
372
+ By passing in the appropriate options,
373
+
374
+ ### Example
375
+
376
+ ```ruby
377
+ # load the gem
378
+ require 'xero-ruby'
379
+
380
+ creds = {
381
+ client_id: ENV['CLIENT_ID'],
382
+ client_secret: ENV['CLIENT_SECRET'],
383
+ redirect_uri: ENV['REDIRECT_URI'],
384
+ scopes: ENV['SCOPES']
385
+ }
386
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
387
+
388
+ token_set = fetch_valid_token_set(user) # example
389
+
390
+ xero_client.refresh_token_set(token_set)
391
+
392
+ # You need to namespace your api method call to one of the following api sets
393
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
394
+
395
+ api_instance = xero_client.<api_set>
396
+
397
+
398
+
399
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
400
+ object_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Object id for single object
401
+ begin
402
+ #searches files
403
+ result = api_instance.get_associations_by_object(xero_tenant_id, object_id)
404
+ p result
405
+ rescue XeroRuby::Files::ApiError => e
406
+ puts "Exception when calling FilesApi->get_associations_by_object: #{e}"
407
+ end
408
+ ```
409
+
410
+ ### Parameters
411
+
412
+
413
+ Name | Type | Description | Notes
414
+ ------------- | ------------- | ------------- | -------------
415
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
416
+ **object_id** | [**String**](.md)| Object id for single object |
417
+
418
+ ### Return type
419
+
420
+ [**Array&lt;Association&gt;**](Association.md)
421
+
422
+ ### Authorization
423
+
424
+ [OAuth2](../README.md#OAuth2)
425
+
426
+ ### HTTP request headers
427
+
428
+ - **Content-Type**: Not defined
429
+ - **Accept**: application/json
430
+
431
+
432
+ ## get_file
433
+
434
+ > FileObject get_file(xero_tenant_id, file_id)
435
+
436
+ searches for file by unique id
437
+
438
+ ### Example
439
+
440
+ ```ruby
441
+ # load the gem
442
+ require 'xero-ruby'
443
+
444
+ creds = {
445
+ client_id: ENV['CLIENT_ID'],
446
+ client_secret: ENV['CLIENT_SECRET'],
447
+ redirect_uri: ENV['REDIRECT_URI'],
448
+ scopes: ENV['SCOPES']
449
+ }
450
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
451
+
452
+ token_set = fetch_valid_token_set(user) # example
453
+
454
+ xero_client.refresh_token_set(token_set)
455
+
456
+ # You need to namespace your api method call to one of the following api sets
457
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
458
+
459
+ api_instance = xero_client.<api_set>
460
+
461
+
462
+
463
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
464
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
465
+ begin
466
+ #searches for file by unique id
467
+ result = api_instance.get_file(xero_tenant_id, file_id)
468
+ p result
469
+ rescue XeroRuby::Files::ApiError => e
470
+ puts "Exception when calling FilesApi->get_file: #{e}"
471
+ end
472
+ ```
473
+
474
+ ### Parameters
475
+
476
+
477
+ Name | Type | Description | Notes
478
+ ------------- | ------------- | ------------- | -------------
479
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
480
+ **file_id** | [**String**](.md)| File id for single object |
481
+
482
+ ### Return type
483
+
484
+ [**FileObject**](FileObject.md)
485
+
486
+ ### Authorization
487
+
488
+ [OAuth2](../README.md#OAuth2)
489
+
490
+ ### HTTP request headers
491
+
492
+ - **Content-Type**: Not defined
493
+ - **Accept**: application/json
494
+
495
+
496
+ ## get_file_associations
497
+
498
+ > Array&lt;Association&gt; get_file_associations(xero_tenant_id, file_id)
499
+
500
+ searches files
501
+
502
+ By passing in the appropriate options,
503
+
504
+ ### Example
505
+
506
+ ```ruby
507
+ # load the gem
508
+ require 'xero-ruby'
509
+
510
+ creds = {
511
+ client_id: ENV['CLIENT_ID'],
512
+ client_secret: ENV['CLIENT_SECRET'],
513
+ redirect_uri: ENV['REDIRECT_URI'],
514
+ scopes: ENV['SCOPES']
515
+ }
516
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
517
+
518
+ token_set = fetch_valid_token_set(user) # example
519
+
520
+ xero_client.refresh_token_set(token_set)
521
+
522
+ # You need to namespace your api method call to one of the following api sets
523
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
524
+
525
+ api_instance = xero_client.<api_set>
526
+
527
+
528
+
529
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
530
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
531
+ begin
532
+ #searches files
533
+ result = api_instance.get_file_associations(xero_tenant_id, file_id)
534
+ p result
535
+ rescue XeroRuby::Files::ApiError => e
536
+ puts "Exception when calling FilesApi->get_file_associations: #{e}"
537
+ end
538
+ ```
539
+
540
+ ### Parameters
541
+
542
+
543
+ Name | Type | Description | Notes
544
+ ------------- | ------------- | ------------- | -------------
545
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
546
+ **file_id** | [**String**](.md)| File id for single object |
547
+
548
+ ### Return type
549
+
550
+ [**Array&lt;Association&gt;**](Association.md)
551
+
552
+ ### Authorization
553
+
554
+ [OAuth2](../README.md#OAuth2)
555
+
556
+ ### HTTP request headers
557
+
558
+ - **Content-Type**: Not defined
559
+ - **Accept**: application/json
560
+
561
+
562
+ ## get_file_content
563
+
564
+ > File get_file_content(xero_tenant_id, file_id)
565
+
566
+ searches files to retrieve the data
567
+
568
+ By passing in the appropriate options, retrieve data for specific file
569
+
570
+ ### Example
571
+
572
+ ```ruby
573
+ # load the gem
574
+ require 'xero-ruby'
575
+
576
+ creds = {
577
+ client_id: ENV['CLIENT_ID'],
578
+ client_secret: ENV['CLIENT_SECRET'],
579
+ redirect_uri: ENV['REDIRECT_URI'],
580
+ scopes: ENV['SCOPES']
581
+ }
582
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
583
+
584
+ token_set = fetch_valid_token_set(user) # example
585
+
586
+ xero_client.refresh_token_set(token_set)
587
+
588
+ # You need to namespace your api method call to one of the following api sets
589
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
590
+
591
+ api_instance = xero_client.<api_set>
592
+
593
+
594
+
595
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
596
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
597
+ begin
598
+ #searches files to retrieve the data
599
+ result = api_instance.get_file_content(xero_tenant_id, file_id)
600
+ p result
601
+ rescue XeroRuby::Files::ApiError => e
602
+ puts "Exception when calling FilesApi->get_file_content: #{e}"
603
+ end
604
+ ```
605
+
606
+ ### Parameters
607
+
608
+
609
+ Name | Type | Description | Notes
610
+ ------------- | ------------- | ------------- | -------------
611
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
612
+ **file_id** | [**String**](.md)| File id for single object |
613
+
614
+ ### Return type
615
+
616
+ **File**
617
+
618
+ ### Authorization
619
+
620
+ [OAuth2](../README.md#OAuth2)
621
+
622
+ ### HTTP request headers
623
+
624
+ - **Content-Type**: Not defined
625
+ - **Accept**: application/octet-stream
626
+
627
+
628
+ ## get_files
629
+
630
+ > Files get_files(xero_tenant_id, opts)
631
+
632
+ searches files
633
+
634
+ ### Example
635
+
636
+ ```ruby
637
+ # load the gem
638
+ require 'xero-ruby'
639
+
640
+ creds = {
641
+ client_id: ENV['CLIENT_ID'],
642
+ client_secret: ENV['CLIENT_SECRET'],
643
+ redirect_uri: ENV['REDIRECT_URI'],
644
+ scopes: ENV['SCOPES']
645
+ }
646
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
647
+
648
+ token_set = fetch_valid_token_set(user) # example
649
+
650
+ xero_client.refresh_token_set(token_set)
651
+
652
+ # You need to namespace your api method call to one of the following api sets
653
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
654
+
655
+ api_instance = xero_client.<api_set>
656
+
657
+
658
+
659
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
660
+ opts = {
661
+ pagesize: 50, # Integer | pass an optional page size value
662
+
663
+ page: 2, # Integer | number of records to skip for pagination
664
+
665
+ sort: 'CreatedDateUTC DESC' # String | values to sort by
666
+ }
667
+
668
+ begin
669
+ #searches files
670
+ result = api_instance.get_files(xero_tenant_id, opts)
671
+ p result
672
+ rescue XeroRuby::Files::ApiError => e
673
+ puts "Exception when calling FilesApi->get_files: #{e}"
674
+ end
675
+ ```
676
+
677
+ ### Parameters
678
+
679
+
680
+ Name | Type | Description | Notes
681
+ ------------- | ------------- | ------------- | -------------
682
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
683
+ **pagesize** | **Integer**| pass an optional page size value | [optional]
684
+ **page** | **Integer**| number of records to skip for pagination | [optional]
685
+ **sort** | **String**| values to sort by | [optional]
686
+
687
+ ### Return type
688
+
689
+ [**Files**](Files.md)
690
+
691
+ ### Authorization
692
+
693
+ [OAuth2](../README.md#OAuth2)
694
+
695
+ ### HTTP request headers
696
+
697
+ - **Content-Type**: Not defined
698
+ - **Accept**: application/json
699
+
700
+
701
+ ## get_folder
702
+
703
+ > Folder get_folder(xero_tenant_id, folder_id)
704
+
705
+ searches specific folder by id
706
+
707
+ By passing in the appropriate ID, you can search for specific folder
708
+
709
+ ### Example
710
+
711
+ ```ruby
712
+ # load the gem
713
+ require 'xero-ruby'
714
+
715
+ creds = {
716
+ client_id: ENV['CLIENT_ID'],
717
+ client_secret: ENV['CLIENT_SECRET'],
718
+ redirect_uri: ENV['REDIRECT_URI'],
719
+ scopes: ENV['SCOPES']
720
+ }
721
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
722
+
723
+ token_set = fetch_valid_token_set(user) # example
724
+
725
+ xero_client.refresh_token_set(token_set)
726
+
727
+ # You need to namespace your api method call to one of the following api sets
728
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
729
+
730
+ api_instance = xero_client.<api_set>
731
+
732
+
733
+
734
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
735
+ folder_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Folder id for single object
736
+ begin
737
+ #searches specific folder by id
738
+ result = api_instance.get_folder(xero_tenant_id, folder_id)
739
+ p result
740
+ rescue XeroRuby::Files::ApiError => e
741
+ puts "Exception when calling FilesApi->get_folder: #{e}"
742
+ end
743
+ ```
744
+
745
+ ### Parameters
746
+
747
+
748
+ Name | Type | Description | Notes
749
+ ------------- | ------------- | ------------- | -------------
750
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
751
+ **folder_id** | [**String**](.md)| Folder id for single object |
752
+
753
+ ### Return type
754
+
755
+ [**Folder**](Folder.md)
756
+
757
+ ### Authorization
758
+
759
+ [OAuth2](../README.md#OAuth2)
760
+
761
+ ### HTTP request headers
762
+
763
+ - **Content-Type**: Not defined
764
+ - **Accept**: application/json
765
+
766
+
767
+ ## get_folders
768
+
769
+ > Array&lt;Folder&gt; get_folders(xero_tenant_id, opts)
770
+
771
+ searches folder
772
+
773
+ By passing in the appropriate options, you can search for available folders
774
+
775
+ ### Example
776
+
777
+ ```ruby
778
+ # load the gem
779
+ require 'xero-ruby'
780
+
781
+ creds = {
782
+ client_id: ENV['CLIENT_ID'],
783
+ client_secret: ENV['CLIENT_SECRET'],
784
+ redirect_uri: ENV['REDIRECT_URI'],
785
+ scopes: ENV['SCOPES']
786
+ }
787
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
788
+
789
+ token_set = fetch_valid_token_set(user) # example
790
+
791
+ xero_client.refresh_token_set(token_set)
792
+
793
+ # You need to namespace your api method call to one of the following api sets
794
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
795
+
796
+ api_instance = xero_client.<api_set>
797
+
798
+
799
+
800
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
801
+ opts = {
802
+ sort: 'CreatedDateUTC DESC' # String | values to sort by
803
+ }
804
+
805
+ begin
806
+ #searches folder
807
+ result = api_instance.get_folders(xero_tenant_id, opts)
808
+ p result
809
+ rescue XeroRuby::Files::ApiError => e
810
+ puts "Exception when calling FilesApi->get_folders: #{e}"
811
+ end
812
+ ```
813
+
814
+ ### Parameters
815
+
816
+
817
+ Name | Type | Description | Notes
818
+ ------------- | ------------- | ------------- | -------------
819
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
820
+ **sort** | **String**| values to sort by | [optional]
821
+
822
+ ### Return type
823
+
824
+ [**Array&lt;Folder&gt;**](Folder.md)
825
+
826
+ ### Authorization
827
+
828
+ [OAuth2](../README.md#OAuth2)
829
+
830
+ ### HTTP request headers
831
+
832
+ - **Content-Type**: Not defined
833
+ - **Accept**: application/json
834
+
835
+
836
+ ## get_inbox
837
+
838
+ > Folder get_inbox(xero_tenant_id)
839
+
840
+ searches inbox folder
841
+
842
+ Search for the user inbox
843
+
844
+ ### Example
845
+
846
+ ```ruby
847
+ # load the gem
848
+ require 'xero-ruby'
849
+
850
+ creds = {
851
+ client_id: ENV['CLIENT_ID'],
852
+ client_secret: ENV['CLIENT_SECRET'],
853
+ redirect_uri: ENV['REDIRECT_URI'],
854
+ scopes: ENV['SCOPES']
855
+ }
856
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
857
+
858
+ token_set = fetch_valid_token_set(user) # example
859
+
860
+ xero_client.refresh_token_set(token_set)
861
+
862
+ # You need to namespace your api method call to one of the following api sets
863
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
864
+
865
+ api_instance = xero_client.<api_set>
866
+
867
+
868
+
869
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
870
+ begin
871
+ #searches inbox folder
872
+ result = api_instance.get_inbox(xero_tenant_id)
873
+ p result
874
+ rescue XeroRuby::Files::ApiError => e
875
+ puts "Exception when calling FilesApi->get_inbox: #{e}"
876
+ end
877
+ ```
878
+
879
+ ### Parameters
880
+
881
+
882
+ Name | Type | Description | Notes
883
+ ------------- | ------------- | ------------- | -------------
884
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
885
+
886
+ ### Return type
887
+
888
+ [**Folder**](Folder.md)
889
+
890
+ ### Authorization
891
+
892
+ [OAuth2](../README.md#OAuth2)
893
+
894
+ ### HTTP request headers
895
+
896
+ - **Content-Type**: Not defined
897
+ - **Accept**: application/json
898
+
899
+
900
+ ## update_file
901
+
902
+ > FileObject update_file(xero_tenant_id, file_id, opts)
903
+
904
+ Update a file
905
+
906
+ Update properties on a single file
907
+
908
+ ### Example
909
+
910
+ ```ruby
911
+ # load the gem
912
+ require 'xero-ruby'
913
+
914
+ creds = {
915
+ client_id: ENV['CLIENT_ID'],
916
+ client_secret: ENV['CLIENT_SECRET'],
917
+ redirect_uri: ENV['REDIRECT_URI'],
918
+ scopes: ENV['SCOPES']
919
+ }
920
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
921
+
922
+ token_set = fetch_valid_token_set(user) # example
923
+
924
+ xero_client.refresh_token_set(token_set)
925
+
926
+ # You need to namespace your api method call to one of the following api sets
927
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
928
+
929
+ api_instance = xero_client.<api_set>
930
+
931
+
932
+
933
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
934
+ file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | File id for single object
935
+ opts = {
936
+ file_object: XeroRuby::Files::FileObject.new # FileObject |
937
+ }
938
+
939
+ begin
940
+ #Update a file
941
+ result = api_instance.update_file(xero_tenant_id, file_id, opts)
942
+ p result
943
+ rescue XeroRuby::Files::ApiError => e
944
+ puts "Exception when calling FilesApi->update_file: #{e}"
945
+ end
946
+ ```
947
+
948
+ ### Parameters
949
+
950
+
951
+ Name | Type | Description | Notes
952
+ ------------- | ------------- | ------------- | -------------
953
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
954
+ **file_id** | [**String**](.md)| File id for single object |
955
+ **file_object** | [**FileObject**](FileObject.md)| | [optional]
956
+
957
+ ### Return type
958
+
959
+ [**FileObject**](FileObject.md)
960
+
961
+ ### Authorization
962
+
963
+ [OAuth2](../README.md#OAuth2)
964
+
965
+ ### HTTP request headers
966
+
967
+ - **Content-Type**: application/json
968
+ - **Accept**: application/json
969
+
970
+
971
+ ## update_folder
972
+
973
+ > Folder update_folder(xero_tenant_id, folder_id, folder)
974
+
975
+ update folder
976
+
977
+ By passing in the appropriate ID and properties, you can update a folder
978
+
979
+ ### Example
980
+
981
+ ```ruby
982
+ # load the gem
983
+ require 'xero-ruby'
984
+
985
+ creds = {
986
+ client_id: ENV['CLIENT_ID'],
987
+ client_secret: ENV['CLIENT_SECRET'],
988
+ redirect_uri: ENV['REDIRECT_URI'],
989
+ scopes: ENV['SCOPES']
990
+ }
991
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
992
+
993
+ token_set = fetch_valid_token_set(user) # example
994
+
995
+ xero_client.refresh_token_set(token_set)
996
+
997
+ # You need to namespace your api method call to one of the following api sets
998
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
999
+
1000
+ api_instance = xero_client.<api_set>
1001
+
1002
+
1003
+
1004
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
1005
+ folder_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Folder id for single object
1006
+ folder = XeroRuby::Files::Folder.new # Folder |
1007
+ begin
1008
+ #update folder
1009
+ result = api_instance.update_folder(xero_tenant_id, folder_id, folder)
1010
+ p result
1011
+ rescue XeroRuby::Files::ApiError => e
1012
+ puts "Exception when calling FilesApi->update_folder: #{e}"
1013
+ end
1014
+ ```
1015
+
1016
+ ### Parameters
1017
+
1018
+
1019
+ Name | Type | Description | Notes
1020
+ ------------- | ------------- | ------------- | -------------
1021
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
1022
+ **folder_id** | [**String**](.md)| Folder id for single object |
1023
+ **folder** | [**Folder**](Folder.md)| |
1024
+
1025
+ ### Return type
1026
+
1027
+ [**Folder**](Folder.md)
1028
+
1029
+ ### Authorization
1030
+
1031
+ [OAuth2](../README.md#OAuth2)
1032
+
1033
+ ### HTTP request headers
1034
+
1035
+ - **Content-Type**: application/json
1036
+ - **Accept**: application/json
1037
+
1038
+
1039
+ ## upload_file
1040
+
1041
+ > FileObject upload_file(xero_tenant_id, opts)
1042
+
1043
+ upload an File
1044
+
1045
+ ### Example
1046
+
1047
+ ```ruby
1048
+ # load the gem
1049
+ require 'xero-ruby'
1050
+
1051
+ creds = {
1052
+ client_id: ENV['CLIENT_ID'],
1053
+ client_secret: ENV['CLIENT_SECRET'],
1054
+ redirect_uri: ENV['REDIRECT_URI'],
1055
+ scopes: ENV['SCOPES']
1056
+ }
1057
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
1058
+
1059
+ token_set = fetch_valid_token_set(user) # example
1060
+
1061
+ xero_client.refresh_token_set(token_set)
1062
+
1063
+ # You need to namespace your api method call to one of the following api sets
1064
+ # [:accounting_api, :assets_api, :projects_api, :files_api, :payroll_au_api, :payroll_nz_api, :payroll_uk_api]
1065
+
1066
+ api_instance = xero_client.<api_set>
1067
+
1068
+
1069
+
1070
+ xero_tenant_id = 'YOUR_XERO_TENANT_ID' # String | Xero identifier for Tenant
1071
+ opts = {
1072
+ folder_id: '4ff1e5cc-9835-40d5-bb18-09fdb118db9c', # String | pass an optional folder id to save file to specific folder
1073
+
1074
+ body: 'body_example', # String |
1075
+
1076
+ name: 'name_example', # String | exact name of the file you are uploading
1077
+
1078
+ filename: 'filename_example', # String |
1079
+
1080
+ mime_type: 'mime_type_example' # String |
1081
+ }
1082
+
1083
+ begin
1084
+ #upload an File
1085
+ result = api_instance.upload_file(xero_tenant_id, opts)
1086
+ p result
1087
+ rescue XeroRuby::Files::ApiError => e
1088
+ puts "Exception when calling FilesApi->upload_file: #{e}"
1089
+ end
1090
+ ```
1091
+
1092
+ ### Parameters
1093
+
1094
+
1095
+ Name | Type | Description | Notes
1096
+ ------------- | ------------- | ------------- | -------------
1097
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
1098
+ **folder_id** | [**String**](.md)| pass an optional folder id to save file to specific folder | [optional]
1099
+ **body** | **String**| | [optional]
1100
+ **name** | **String**| exact name of the file you are uploading | [optional]
1101
+ **filename** | **String**| | [optional]
1102
+ **mime_type** | **String**| | [optional]
1103
+
1104
+ ### Return type
1105
+
1106
+ [**FileObject**](FileObject.md)
1107
+
1108
+ ### Authorization
1109
+
1110
+ [OAuth2](../README.md#OAuth2)
1111
+
1112
+ ### HTTP request headers
1113
+
1114
+ - **Content-Type**: multipart/form-data
1115
+ - **Accept**: application/json
1116
+