-
Methods in com.xero.api.client that return ReportWithRows
| Modifier and Type |
Method |
Description |
ReportWithRows |
AccountingApi.getReportAgedPayablesByContact(String accessToken,
String xeroTenantId,
UUID contactId,
org.threeten.bp.LocalDate date,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Allows you to retrieve report for AgedPayablesByContact
|
ReportWithRows |
AccountingApi.getReportAgedReceivablesByContact(String accessToken,
String xeroTenantId,
UUID contactId,
org.threeten.bp.LocalDate date,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Allows you to retrieve report for AgedReceivablesByContact
|
ReportWithRows |
AccountingApi.getReportBalanceSheet(String accessToken,
String xeroTenantId,
String date,
Integer periods,
String timeframe,
String trackingOptionID1,
String trackingOptionID2,
Boolean standardLayout,
Boolean paymentsOnly) |
Allows you to retrieve report for BalanceSheet
|
ReportWithRows |
AccountingApi.getReportBankSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Allows you to retrieve report for BankSummary
|
ReportWithRows |
AccountingApi.getReportBASorGST(String accessToken,
String xeroTenantId,
String reportID) |
Allows you to retrieve report for BAS only valid for AU orgs
|
ReportWithRows |
AccountingApi.getReportBASorGSTList(String accessToken,
String xeroTenantId) |
Allows you to retrieve report for BAS only valid for AU orgs
|
ReportWithRows |
AccountingApi.getReportBudgetSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date,
Integer period,
Integer timeframe) |
Allows you to retrieve report for Budget Summary
|
ReportWithRows |
AccountingApi.getReportExecutiveSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date) |
Allows you to retrieve report for ExecutiveSummary
|
ReportWithRows |
AccountingApi.getReportProfitAndLoss(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate,
Integer periods,
String timeframe,
String trackingCategoryID,
String trackingCategoryID2,
String trackingOptionID,
String trackingOptionID2,
Boolean standardLayout,
Boolean paymentsOnly) |
Allows you to retrieve report for ProfitAndLoss
|
ReportWithRows |
AccountingApi.getReportTrialBalance(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date,
Boolean paymentsOnly) |
Allows you to retrieve report for TrialBalance
|
-