| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
AccountingApi.createAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
File body)
Allows you to create Attachment on Account
|
Attachments |
AccountingApi.createBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
File body)
Allows you to createa an Attachment on BankTransaction by Filename
|
Attachments |
AccountingApi.createBankTransferAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransferID,
String fileName,
File body)
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank Transfer
|
Attachments |
AccountingApi.createContactAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID contactID,
String fileName,
File body)
200 - Success - return response of type Attachments array with an newly created Attachment
|
Attachments |
AccountingApi.createCreditNoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID creditNoteID,
String fileName,
File body,
Boolean includeOnline)
Allows you to create Attachments on CreditNote by file name
|
Attachments |
AccountingApi.createInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
File body,
Boolean includeOnline)
Allows you to create an Attachment on invoices or purchase bills by it's filename
|
Attachments |
AccountingApi.createManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
File body)
Allows you to create a specified Attachment on ManualJournal by file name
|
Attachments |
AccountingApi.createQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
File body)
Allows you to create Attachment on Quote
|
Attachments |
AccountingApi.createReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
File body)
Allows you to create Attachment on expense claim receipts by file name
|
Attachments |
AccountingApi.createRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
File body)
Allows you to create attachment on repeating invoices by file name
|
Attachments |
AccountingApi.getAccountAttachments(String accessToken,
String xeroTenantId,
UUID accountID)
Allows you to retrieve Attachments for accounts
|
Attachments |
AccountingApi.getBankTransactionAttachments(String accessToken,
String xeroTenantId,
UUID bankTransactionID)
Allows you to retrieve any attachments to bank transactions
|
Attachments |
AccountingApi.getBankTransferAttachments(String accessToken,
String xeroTenantId,
UUID bankTransferID)
Allows you to retrieve Attachments from bank transfers
|
Attachments |
AccountingApi.getContactAttachments(String accessToken,
String xeroTenantId,
UUID contactID)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Attachments |
AccountingApi.getCreditNoteAttachments(String accessToken,
String xeroTenantId,
UUID creditNoteID)
Allows you to retrieve Attachments for credit notes
|
Attachments |
AccountingApi.getInvoiceAttachments(String accessToken,
String xeroTenantId,
UUID invoiceID)
Allows you to retrieve Attachments on invoices or purchase bills
|
Attachments |
AccountingApi.getManualJournalAttachments(String accessToken,
String xeroTenantId,
UUID manualJournalID)
Allows you to retrieve Attachment for manual journals
|
Attachments |
AccountingApi.getQuoteAttachments(String accessToken,
String xeroTenantId,
UUID quoteID)
Allows you to retrieve Attachments for Quotes
|
Attachments |
AccountingApi.getReceiptAttachments(String accessToken,
String xeroTenantId,
UUID receiptID)
Allows you to retrieve Attachments for expense claim receipts
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachments(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID)
Allows you to retrieve Attachments on repeating invoice
|
Attachments |
AccountingApi.updateAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
File body)
Allows you to update Attachment on Account by Filename
|
Attachments |
AccountingApi.updateBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
File body)
Allows you to update an Attachment on BankTransaction by Filename
|
Attachments |
AccountingApi.updateBankTransferAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransferID,
String fileName,
File body)
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank Transfer
|
Attachments |
AccountingApi.updateContactAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID contactID,
String fileName,
File body)
200 - Success - return response of type Attachments array with an updated Attachment
|
Attachments |
AccountingApi.updateCreditNoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID creditNoteID,
String fileName,
File body)
Allows you to update Attachments on CreditNote by file name
|
Attachments |
AccountingApi.updateInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
File body)
Allows you to update Attachment on invoices or purchase bills by it's filename
|
Attachments |
AccountingApi.updateManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
File body)
Allows you to update a specified Attachment on ManualJournal by file name
|
Attachments |
AccountingApi.updateQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
File body)
Allows you to update Attachment on Quote by Filename
|
Attachments |
AccountingApi.updateReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
File body)
Allows you to update Attachment on expense claim receipts by file name
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
File 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 © 2020. All rights reserved.