| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecords |
AccountingApi.createBankTransactionHistoryRecord(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
HistoryRecords historyRecords)
Allows you to create history record for a bank transactions
|
HistoryRecords |
AccountingApi.createBankTransferHistoryRecord(String accessToken,
String xeroTenantId,
UUID bankTransferID,
HistoryRecords historyRecords)
200 - Success - return response of type HistoryRecords array of HistoryRecord objects
|
HistoryRecords |
AccountingApi.createBatchPaymentHistoryRecord(String accessToken,
String xeroTenantId,
UUID batchPaymentID,
HistoryRecords historyRecords)
Allows you to create a history record for a Batch Payment
|
HistoryRecords |
AccountingApi.createContactHistory(String accessToken,
String xeroTenantId,
UUID contactID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an Contact
|
HistoryRecords |
AccountingApi.createCreditNoteHistory(String accessToken,
String xeroTenantId,
UUID creditNoteID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an CreditNote
|
HistoryRecords |
AccountingApi.createExpenseClaimHistory(String accessToken,
String xeroTenantId,
UUID expenseClaimID,
HistoryRecords historyRecords)
Allows you to create a history records of an ExpenseClaim
|
HistoryRecords |
AccountingApi.createInvoiceHistory(String accessToken,
String xeroTenantId,
UUID invoiceID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an invoice
|
HistoryRecords |
AccountingApi.createItemHistory(String accessToken,
String xeroTenantId,
UUID itemID,
HistoryRecords historyRecords)
Allows you to create a history record for items
|
HistoryRecords |
AccountingApi.createOverpaymentHistory(String accessToken,
String xeroTenantId,
UUID overpaymentID,
HistoryRecords historyRecords)
Allows you to create history records of an Overpayment
|
HistoryRecords |
AccountingApi.createPaymentHistory(String accessToken,
String xeroTenantId,
UUID paymentID,
HistoryRecords historyRecords)
Allows you to create a history record for a payment
|
HistoryRecords |
AccountingApi.createPrepaymentHistory(String accessToken,
String xeroTenantId,
UUID prepaymentID,
HistoryRecords historyRecords)
Allows you to create a history record for an Prepayment
|
HistoryRecords |
AccountingApi.createPurchaseOrderHistory(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
HistoryRecords historyRecords)
Allows you to create HistoryRecord for purchase orders
|
HistoryRecords |
AccountingApi.createQuoteHistory(String accessToken,
String xeroTenantId,
UUID quoteID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an quote
|
HistoryRecords |
AccountingApi.createReceiptHistory(String accessToken,
String xeroTenantId,
UUID receiptID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an Receipt
|
HistoryRecords |
AccountingApi.createRepeatingInvoiceHistory(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
HistoryRecords historyRecords)
Allows you to create history for a repeating invoice
|
HistoryRecords |
AccountingApi.getBankTransactionsHistory(String accessToken,
String xeroTenantId,
UUID bankTransactionID)
Allows you to retrieve history from a bank transactions
|
HistoryRecords |
AccountingApi.getBankTransferHistory(String accessToken,
String xeroTenantId,
UUID bankTransferID)
Allows you to retrieve history from a bank transfers
|
HistoryRecords |
AccountingApi.getBatchPaymentHistory(String accessToken,
String xeroTenantId,
UUID batchPaymentID)
Allows you to retrieve history from a Batch Payment
|
HistoryRecords |
AccountingApi.getContactHistory(String accessToken,
String xeroTenantId,
UUID contactID)
Allows you to retrieve a history records of an Contact
|
HistoryRecords |
AccountingApi.getCreditNoteHistory(String accessToken,
String xeroTenantId,
UUID creditNoteID)
Allows you to retrieve a history records of an CreditNote
|
HistoryRecords |
AccountingApi.getExpenseClaimHistory(String accessToken,
String xeroTenantId,
UUID expenseClaimID)
Allows you to retrieve a history records of an ExpenseClaim
|
HistoryRecords |
AccountingApi.getInvoiceHistory(String accessToken,
String xeroTenantId,
UUID invoiceID)
Allows you to retrieve a history records of an invoice
|
HistoryRecords |
AccountingApi.getItemHistory(String accessToken,
String xeroTenantId,
UUID itemID)
Allows you to retrieve history for items
|
HistoryRecords |
AccountingApi.getOverpaymentHistory(String accessToken,
String xeroTenantId,
UUID overpaymentID)
Allows you to retrieve a history records of an Overpayment
|
HistoryRecords |
AccountingApi.getPaymentHistory(String accessToken,
String xeroTenantId,
UUID paymentID)
Allows you to retrieve history records of a payment
|
HistoryRecords |
AccountingApi.getPrepaymentHistory(String accessToken,
String xeroTenantId,
UUID prepaymentID)
Allows you to retrieve a history records of an Prepayment
|
HistoryRecords |
AccountingApi.getPurchaseOrderHistory(String accessToken,
String xeroTenantId,
UUID purchaseOrderID)
Allows you to retrieve history for PurchaseOrder
|
HistoryRecords |
AccountingApi.getQuoteHistory(String accessToken,
String xeroTenantId,
UUID quoteID)
Allows you to retrieve a history records of an quote
|
HistoryRecords |
AccountingApi.getReceiptHistory(String accessToken,
String xeroTenantId,
UUID receiptID)
Allows you to retrieve a history records of an Receipt
|
HistoryRecords |
AccountingApi.getRepeatingInvoiceHistory(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID)
Allows you to retrieve history for a repeating invoice
|
| Modifier and Type | Method and Description |
|---|---|
HistoryRecords |
AccountingApi.createBankTransactionHistoryRecord(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
HistoryRecords historyRecords)
Allows you to create history record for a bank transactions
|
com.google.api.client.http.HttpResponse |
AccountingApi.createBankTransactionHistoryRecordForHttpResponse(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createBankTransferHistoryRecord(String accessToken,
String xeroTenantId,
UUID bankTransferID,
HistoryRecords historyRecords)
200 - Success - return response of type HistoryRecords array of HistoryRecord objects
|
com.google.api.client.http.HttpResponse |
AccountingApi.createBankTransferHistoryRecordForHttpResponse(String accessToken,
String xeroTenantId,
UUID bankTransferID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createBatchPaymentHistoryRecord(String accessToken,
String xeroTenantId,
UUID batchPaymentID,
HistoryRecords historyRecords)
Allows you to create a history record for a Batch Payment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createBatchPaymentHistoryRecordForHttpResponse(String accessToken,
String xeroTenantId,
UUID batchPaymentID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createContactHistory(String accessToken,
String xeroTenantId,
UUID contactID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an Contact
|
com.google.api.client.http.HttpResponse |
AccountingApi.createContactHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID contactID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createCreditNoteHistory(String accessToken,
String xeroTenantId,
UUID creditNoteID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an CreditNote
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCreditNoteHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID creditNoteID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createExpenseClaimHistory(String accessToken,
String xeroTenantId,
UUID expenseClaimID,
HistoryRecords historyRecords)
Allows you to create a history records of an ExpenseClaim
|
com.google.api.client.http.HttpResponse |
AccountingApi.createExpenseClaimHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID expenseClaimID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createInvoiceHistory(String accessToken,
String xeroTenantId,
UUID invoiceID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an invoice
|
com.google.api.client.http.HttpResponse |
AccountingApi.createInvoiceHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID invoiceID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createItemHistory(String accessToken,
String xeroTenantId,
UUID itemID,
HistoryRecords historyRecords)
Allows you to create a history record for items
|
com.google.api.client.http.HttpResponse |
AccountingApi.createItemHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID itemID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createOverpaymentHistory(String accessToken,
String xeroTenantId,
UUID overpaymentID,
HistoryRecords historyRecords)
Allows you to create history records of an Overpayment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createOverpaymentHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID overpaymentID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createPaymentHistory(String accessToken,
String xeroTenantId,
UUID paymentID,
HistoryRecords historyRecords)
Allows you to create a history record for a payment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPaymentHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID paymentID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createPrepaymentHistory(String accessToken,
String xeroTenantId,
UUID prepaymentID,
HistoryRecords historyRecords)
Allows you to create a history record for an Prepayment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPrepaymentHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID prepaymentID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createPurchaseOrderHistory(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
HistoryRecords historyRecords)
Allows you to create HistoryRecord for purchase orders
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPurchaseOrderHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createQuoteHistory(String accessToken,
String xeroTenantId,
UUID quoteID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an quote
|
com.google.api.client.http.HttpResponse |
AccountingApi.createQuoteHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID quoteID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createReceiptHistory(String accessToken,
String xeroTenantId,
UUID receiptID,
HistoryRecords historyRecords)
Allows you to retrieve a history records of an Receipt
|
com.google.api.client.http.HttpResponse |
AccountingApi.createReceiptHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID receiptID,
HistoryRecords historyRecords) |
HistoryRecords |
AccountingApi.createRepeatingInvoiceHistory(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
HistoryRecords historyRecords)
Allows you to create history for a repeating invoice
|
com.google.api.client.http.HttpResponse |
AccountingApi.createRepeatingInvoiceHistoryForHttpResponse(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
HistoryRecords historyRecords) |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecords |
HistoryRecords.addHistoryRecordsItem(HistoryRecord historyRecordsItem) |
HistoryRecords |
HistoryRecords.historyRecords(List<HistoryRecord> historyRecords) |
Copyright © 2020. All rights reserved.