ReportWithRows |
AccountingApi.getReportAgedPayablesByContact(String accessToken,
String xeroTenantId,
UUID contactId,
org.threeten.bp.LocalDate date,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Retrieves report for aged payables by contact
|
ReportWithRows |
AccountingApi.getReportAgedReceivablesByContact(String accessToken,
String xeroTenantId,
UUID contactId,
org.threeten.bp.LocalDate date,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Retrieves report for aged receivables by contact
|
ReportWithRows |
AccountingApi.getReportBalanceSheet(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date,
Integer periods,
String timeframe,
String trackingOptionID1,
String trackingOptionID2,
Boolean standardLayout,
Boolean paymentsOnly) |
Retrieves report for balancesheet
|
ReportWithRows |
AccountingApi.getReportBankSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate) |
Retrieves report for bank summary
|
ReportWithRows |
AccountingApi.getReportBudgetSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date,
Integer periods,
Integer timeframe) |
Retrieves report for budget summary
|
ReportWithRows |
AccountingApi.getReportExecutiveSummary(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date) |
Retrieves report for executive summary
|
ReportWithRows |
AccountingApi.getReportFromId(String accessToken,
String xeroTenantId,
String reportID) |
Retrieves a specific report using a unique ReportID
|
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) |
Retrieves report for profit and loss
|
ReportWithRows |
AccountingApi.getReportsList(String accessToken,
String xeroTenantId) |
Retrieves a list of the organistaions unique reports that require a uuid to fetch
|
ReportWithRows |
AccountingApi.getReportTrialBalance(String accessToken,
String xeroTenantId,
org.threeten.bp.LocalDate date,
Boolean paymentsOnly) |
Retrieves report for trial balance
|