| 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)
Allows you to create Attachment on Account
|
Attachments |
AccountingApi.createBankTransactionAttachmentByFileName(UUID bankTransactionID,
String fileName,
byte[] body)
Allows you to createa an Attachment on BankTransaction by Filename
|
Attachments |
AccountingApi.createBankTransferAttachmentByFileName(UUID bankTransferID,
String fileName,
byte[] body)
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank Transfer
|
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.getAccountAttachments(UUID accountID)
Allows you to retrieve Attachments for accounts
|
Attachments |
AccountingApi.getBankTransactionAttachments(UUID bankTransactionID)
Allows you to retrieve any attachments to bank transactions
|
Attachments |
AccountingApi.getBankTransferAttachments(UUID bankTransferID)
Allows you to retrieve Attachments from bank transfers
|
Attachments |
AccountingApi.getContactAttachments(UUID contactID)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Attachments |
AccountingApi.getCreditNoteAttachments(UUID creditNoteID)
Allows you to retrieve Attachments for credit notes
|
Attachments |
AccountingApi.getInvoiceAttachments(UUID invoiceID)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getManualJournalAttachments(UUID manualJournalID)
Allows you to retrieve Attachment for manual journals
|
Attachments |
AccountingApi.getReceiptAttachments(UUID receiptID)
Allows you to retrieve Attachments for expense claim receipts for any user
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachments(UUID repeatingInvoiceID)
Allows you to retrieve Attachments on repeating invoice templates
|
Attachments |
AccountingApi.updateAccountAttachmentByFileName(UUID accountID,
String fileName,
byte[] body)
Allows you to update Attachment on Account by Filename
|
Attachments |
AccountingApi.updateBankTransactionAttachmentByFileName(UUID bankTransactionID,
String fileName,
byte[] body)
Allows you to update an Attachment on BankTransaction by Filename
|
Attachments |
AccountingApi.updateBankTransferAttachmentByFileName(UUID bankTransferID,
String fileName,
byte[] body)
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank Transfer
|
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 © 2019. All rights reserved.