Uses of Class
com.xero.models.accounting.Attachments
Packages that use Attachments
-
Uses of Attachments in com.xero.api.client
Methods in com.xero.api.client that return AttachmentsModifier and TypeMethodDescriptionAccountingApi.createAccountAttachmentByFileName(String accessToken, String xeroTenantId, UUID accountID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates an attachment on a specific accountAccountingApi.createAccountAttachmentByFileName(String accessToken, String xeroTenantId, UUID accountID, String fileName, File body, String idempotencyKey) Creates an attachment on a specific accountAccountingApi.createBankTransactionAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransactionID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates an attachment for a specific bank transaction by filenameAccountingApi.createBankTransactionAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransactionID, String fileName, File body, String idempotencyKey) Creates an attachment for a specific bank transaction by filenameAccountingApi.createBankTransferAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransferID, String fileName, byte[] body, String idempotencyKey, String mimeType) 200 - Success - return response of Attachments array of 0 to N Attachment for a Bank TransferAccountingApi.createBankTransferAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransferID, String fileName, File body, String idempotencyKey) 200 - Success - return response of Attachments array of 0 to N Attachment for a Bank TransferAccountingApi.createContactAttachmentByFileName(String accessToken, String xeroTenantId, UUID contactID, String fileName, byte[] body, String idempotencyKey, String mimeType) 200 - Success - return response of type Attachments array with an newly created AttachmentAccountingApi.createContactAttachmentByFileName(String accessToken, String xeroTenantId, UUID contactID, String fileName, File body, String idempotencyKey) 200 - Success - return response of type Attachments array with an newly created AttachmentAccountingApi.createCreditNoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID creditNoteID, String fileName, byte[] body, Boolean includeOnline, String idempotencyKey, String mimeType) Creates an attachment for a specific credit noteAccountingApi.createCreditNoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID creditNoteID, String fileName, File body, Boolean includeOnline, String idempotencyKey) Creates an attachment for a specific credit noteAccountingApi.createInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID invoiceID, String fileName, byte[] body, Boolean includeOnline, String idempotencyKey, String mimeType) Creates an attachment for a specific invoice or purchase bill by filenameAccountingApi.createInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID invoiceID, String fileName, File body, Boolean includeOnline, String idempotencyKey) Creates an attachment for a specific invoice or purchase bill by filenameAccountingApi.createManualJournalAttachmentByFileName(String accessToken, String xeroTenantId, UUID manualJournalID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates a specific attachment for a specific manual journal by file nameAccountingApi.createManualJournalAttachmentByFileName(String accessToken, String xeroTenantId, UUID manualJournalID, String fileName, File body, String idempotencyKey) Creates a specific attachment for a specific manual journal by file nameAccountingApi.createPurchaseOrderAttachmentByFileName(String accessToken, String xeroTenantId, UUID purchaseOrderID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates attachment for a specific purchase orderAccountingApi.createPurchaseOrderAttachmentByFileName(String accessToken, String xeroTenantId, UUID purchaseOrderID, String fileName, File body, String idempotencyKey) Creates attachment for a specific purchase orderAccountingApi.createQuoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID quoteID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates attachment for a specific quoteAccountingApi.createQuoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID quoteID, String fileName, File body, String idempotencyKey) Creates attachment for a specific quoteAccountingApi.createReceiptAttachmentByFileName(String accessToken, String xeroTenantId, UUID receiptID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates an attachment on a specific expense claim receipts by file nameAccountingApi.createReceiptAttachmentByFileName(String accessToken, String xeroTenantId, UUID receiptID, String fileName, File body, String idempotencyKey) Creates an attachment on a specific expense claim receipts by file nameAccountingApi.createRepeatingInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, String fileName, byte[] body, String idempotencyKey, String mimeType) Creates an attachment from a specific repeating invoices by file nameAccountingApi.createRepeatingInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, String fileName, File body, String idempotencyKey) Creates an attachment from a specific repeating invoices by file nameAccountingApi.getAccountAttachments(String accessToken, String xeroTenantId, UUID accountID) Retrieves attachments for a specific accounts by using a unique account IdAccountingApi.getBankTransactionAttachments(String accessToken, String xeroTenantId, UUID bankTransactionID) Retrieves any attachments from a specific bank transactionsAccountingApi.getBankTransferAttachments(String accessToken, String xeroTenantId, UUID bankTransferID) Retrieves attachments from a specific bank transferAccountingApi.getContactAttachments(String accessToken, String xeroTenantId, UUID contactID) Retrieves attachments for a specific contact in a Xero organisationAccountingApi.getCreditNoteAttachments(String accessToken, String xeroTenantId, UUID creditNoteID) Retrieves attachments for a specific credit notesAccountingApi.getInvoiceAttachments(String accessToken, String xeroTenantId, UUID invoiceID) Retrieves attachments for a specific invoice or purchase billAccountingApi.getManualJournalAttachments(String accessToken, String xeroTenantId, UUID manualJournalID) Retrieves attachment for a specific manual journalAccountingApi.getPurchaseOrderAttachments(String accessToken, String xeroTenantId, UUID purchaseOrderID) Retrieves attachments for a specific purchase orderAccountingApi.getQuoteAttachments(String accessToken, String xeroTenantId, UUID quoteID) Retrieves attachments for a specific quoteAccountingApi.getReceiptAttachments(String accessToken, String xeroTenantId, UUID receiptID) Retrieves attachments for a specific expense claim receiptAccountingApi.getRepeatingInvoiceAttachments(String accessToken, String xeroTenantId, UUID repeatingInvoiceID) Retrieves attachments from a specific repeating invoiceAccountingApi.updateAccountAttachmentByFileName(String accessToken, String xeroTenantId, UUID accountID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates attachment on a specific account by filenameAccountingApi.updateAccountAttachmentByFileName(String accessToken, String xeroTenantId, UUID accountID, String fileName, File body, String idempotencyKey) Updates attachment on a specific account by filenameAccountingApi.updateBankTransactionAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransactionID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment from a specific bank transaction by filenameAccountingApi.updateBankTransactionAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransactionID, String fileName, File body, String idempotencyKey) Updates a specific attachment from a specific bank transaction by filenameAccountingApi.updateBankTransferAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransferID, String fileName, byte[] body, String idempotencyKey, String mimeType) 200 - Success - return response of Attachments array of 0 to N Attachment for a Bank TransferAccountingApi.updateBankTransferAttachmentByFileName(String accessToken, String xeroTenantId, UUID bankTransferID, String fileName, File body, String idempotencyKey) 200 - Success - return response of Attachments array of 0 to N Attachment for a Bank TransferAccountingApi.updateContactAttachmentByFileName(String accessToken, String xeroTenantId, UUID contactID, String fileName, byte[] body, String idempotencyKey, String mimeType) 200 - Success - return response of type Attachments array with an updated AttachmentAccountingApi.updateContactAttachmentByFileName(String accessToken, String xeroTenantId, UUID contactID, String fileName, File body, String idempotencyKey) 200 - Success - return response of type Attachments array with an updated AttachmentAccountingApi.updateCreditNoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID creditNoteID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates attachments on a specific credit note by file nameAccountingApi.updateCreditNoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID creditNoteID, String fileName, File body, String idempotencyKey) Updates attachments on a specific credit note by file nameAccountingApi.updateInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID invoiceID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates an attachment from a specific invoices or purchase bill by filenameAccountingApi.updateInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID invoiceID, String fileName, File body, String idempotencyKey) Updates an attachment from a specific invoices or purchase bill by filenameAccountingApi.updateManualJournalAttachmentByFileName(String accessToken, String xeroTenantId, UUID manualJournalID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment from a specific manual journal by file nameAccountingApi.updateManualJournalAttachmentByFileName(String accessToken, String xeroTenantId, UUID manualJournalID, String fileName, File body, String idempotencyKey) Updates a specific attachment from a specific manual journal by file nameAccountingApi.updatePurchaseOrderAttachmentByFileName(String accessToken, String xeroTenantId, UUID purchaseOrderID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment for a specific purchase order by filenameAccountingApi.updatePurchaseOrderAttachmentByFileName(String accessToken, String xeroTenantId, UUID purchaseOrderID, String fileName, File body, String idempotencyKey) Updates a specific attachment for a specific purchase order by filenameAccountingApi.updateQuoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID quoteID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment from a specific quote by filenameAccountingApi.updateQuoteAttachmentByFileName(String accessToken, String xeroTenantId, UUID quoteID, String fileName, File body, String idempotencyKey) Updates a specific attachment from a specific quote by filenameAccountingApi.updateReceiptAttachmentByFileName(String accessToken, String xeroTenantId, UUID receiptID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment on a specific expense claim receipts by file nameAccountingApi.updateReceiptAttachmentByFileName(String accessToken, String xeroTenantId, UUID receiptID, String fileName, File body, String idempotencyKey) Updates a specific attachment on a specific expense claim receipts by file nameAccountingApi.updateRepeatingInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, String fileName, byte[] body, String idempotencyKey, String mimeType) Updates a specific attachment from a specific repeating invoices by file nameAccountingApi.updateRepeatingInvoiceAttachmentByFileName(String accessToken, String xeroTenantId, UUID repeatingInvoiceID, String fileName, File body, String idempotencyKey) Updates a specific attachment from a specific repeating invoices by file name -
Uses of Attachments in com.xero.models.accounting
Methods in com.xero.models.accounting that return AttachmentsModifier and TypeMethodDescriptionAttachments.addAttachmentsItem(Attachment attachmentsItem) attachmentsAttachments.attachments(List<Attachment> attachments) attachments