| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
AccountingApi.createAccountAttachmentByFileName(UUID accountID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createBankTransactionAttachmentByFileName(UUID bankTransactionID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createBankTransferAttachmentByFileName(UUID bankTransferID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createContactAttachmentByFileName(UUID contactID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createCreditNoteAttachmentByFileName(UUID creditNoteID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createInvoiceAttachmentByFileName(UUID invoiceID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createManualJournalAttachmentByFileName(UUID manualJournalID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createReceiptAttachmentByFileName(UUID receiptID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.createRepeatingInvoiceAttachmentByFileName(UUID repeatingInvoiceID,
String fileName,
byte[] body)
200 - A successful request
|
Attachments |
AccountingApi.getAccountAttachmentByFileName(UUID accountID,
String fileName,
String contentType)
Allows you to retrieve Attachments on Account by Filename
|
Attachments |
AccountingApi.getAccountAttachments(UUID accountID)
Allows you to retrieve Attachments for accounts
|
Attachments |
AccountingApi.getBankTransactionAttachmentByFileName(UUID bankTransactionID,
String fileName,
String contentType)
Allows you to retrieve Attachments on BankTransaction by Filename
|
Attachments |
AccountingApi.getBankTransactionAttachments(UUID bankTransactionID)
Allows you to retrieve any attachments to bank transactions
|
Attachments |
AccountingApi.getBankTransferAttachmentByFileName(UUID bankTransferID,
String fileName,
String contentType)
Allows you to retrieve Attachments on BankTransfer by file name
|
Attachments |
AccountingApi.getBankTransferAttachments(UUID bankTransferID)
Allows you to retrieve Attachments from bank transfers
|
Attachments |
AccountingApi.getContactAttachmentByFileName(UUID contactID,
String fileName,
String contentType)
Allows you to retrieve Attachments on Contacts by file name
|
Attachments |
AccountingApi.getContactAttachments(UUID contactID)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Attachments |
AccountingApi.getCreditNoteAttachmentByFileName(UUID creditNoteID,
String fileName,
String contentType)
Allows you to retrieve Attachments on CreditNote by file name
|
Attachments |
AccountingApi.getCreditNoteAttachments(UUID creditNoteID)
Allows you to retrieve Attachments for credit notes
|
Attachments |
AccountingApi.getInvoiceAttachmentByFileName(UUID invoiceID,
String fileName,
String contentType)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getInvoiceAttachments(UUID invoiceID)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getManualJournalAttachmentByFileName(UUID manualJournalID,
String fileName,
String contentType)
Allows you to retrieve Attachments on ManualJournal on file name
|
Attachments |
AccountingApi.getManualJournalAttachments(UUID manualJournalID)
Allows you to retrieve Attachment for manual journals
|
Attachments |
AccountingApi.getReceiptAttachmentByFileName(UUID receiptID,
String fileName,
String contentType)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getReceiptAttachments(UUID receiptID)
Allows you to retrieve Attachments for expense claim receipts for any user
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachmentByFileName(UUID repeatingInvoiceID,
String fileName,
String contentType)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachments(UUID repeatingInvoiceID)
Allows you to retrieve Attachments on repeating invoice templates
|
Attachments |
AccountingApi.updateAccountAttachmentByFileName(UUID accountID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateAccountAttachmentById(UUID accountID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateBankTransactionAttachmentByFileName(UUID bankTransactionID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateBankTransactionAttachmentById(UUID bankTransactionID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateBankTransferAttachmentByFileName(UUID bankTransferID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateBankTransferAttachmentById(UUID bankTransferID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateContactAttachmentByFileName(UUID contactID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateContactAttachmentById(UUID contactID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateCreditNoteAttachmentByFileName(UUID creditNoteID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateCreditNoteAttachmentById(UUID creditNoteID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateInvoiceAttachmentByFileName(UUID invoiceID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateInvoiceAttachmentById(UUID invoiceID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateManualJournalAttachmentByFileName(UUID manualJournalID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateManualJournalAttachmentById(UUID manualJournalID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateReceiptAttachmentByFileName(UUID receiptID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateReceiptAttachmentById(UUID receiptID,
UUID attachmentID,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentByFileName(UUID repeatingInvoiceID,
UUID fileName,
File body)
200 - A successful request
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentById(UUID repeatingInvoiceID,
UUID attachmentID,
File body)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Attachments |
Attachments.addAttachmentsItem(Attachment attachmentsItem) |
Attachments |
Attachments.attachments(List<Attachment> attachments) |
Copyright © 2018. All rights reserved.