| 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 - Success - return response of type Attachments array with an newly created Attachment
|
Attachments |
AccountingApi.createCreditNoteAttachmentByFileName(UUID creditNoteID,
String fileName,
byte[] body)
Allows you to create Attachments on CreditNote by file name
|
Attachments |
AccountingApi.createInvoiceAttachmentByFileName(UUID invoiceID,
String fileName,
byte[] body)
Allows you to create an Attachment on invoices or purchase bills by it's filename
|
Attachments |
AccountingApi.createManualJournalAttachmentByFileName(UUID manualJournalID,
String fileName,
byte[] body)
Allows you to create a specified Attachment on ManualJournal by file name
|
Attachments |
AccountingApi.createReceiptAttachmentByFileName(UUID receiptID,
String fileName,
byte[] body)
Allows you to create Attachment on expense claim receipts by file name
|
Attachments |
AccountingApi.createRepeatingInvoiceAttachmentByFileName(UUID repeatingInvoiceID,
String fileName,
byte[] body)
Allows you to create attachment on repeating invoices by file name
|
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
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachments(UUID repeatingInvoiceID)
Allows you to retrieve Attachments on repeating invoice
|
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,
String fileName,
byte[] body)
200 - Success - return response of type Attachments array with an updated Attachment
|
Attachments |
AccountingApi.updateCreditNoteAttachmentByFileName(UUID creditNoteID,
String fileName,
byte[] body)
Allows you to update Attachments on CreditNote by file name
|
Attachments |
AccountingApi.updateInvoiceAttachmentByFileName(UUID invoiceID,
String fileName,
byte[] body)
Allows you to update Attachment on invoices or purchase bills by it's filename
|
Attachments |
AccountingApi.updateManualJournalAttachmentByFileName(UUID manualJournalID,
String fileName,
byte[] body)
Allows you to update a specified Attachment on ManualJournal by file name
|
Attachments |
AccountingApi.updateReceiptAttachmentByFileName(UUID receiptID,
String fileName,
byte[] body)
Allows you to update Attachment on expense claim receipts by file name
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentByFileName(UUID repeatingInvoiceID,
String fileName,
byte[] body)
Allows you to update specified attachment on repeating invoices by file name
|
| Modifier and Type | Method and Description |
|---|---|
Attachments |
Attachments.addAttachmentsItem(Attachment attachmentsItem) |
Attachments |
Attachments.attachments(List<Attachment> attachments) |
Copyright © 2019. All rights reserved.