Attachments |
AccountingApi.createAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
byte[] body,
String mimeType) |
Creates an attachment on a specific account
|
Attachments |
AccountingApi.createAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
File body) |
Creates an attachment on a specific account
|
Attachments |
AccountingApi.createBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
byte[] body,
String mimeType) |
Creates an attachment for a specific bank transaction by filename
|
Attachments |
AccountingApi.createBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
File body) |
Creates an attachment for a specific bank transaction by filename
|
Attachments |
AccountingApi.createBankTransferAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransferID,
String fileName,
byte[] body,
String mimeType) |
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank
Transfer
|
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,
byte[] body,
String mimeType) |
200 - Success - return response of type Attachments array with an newly created
Attachment
|
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,
byte[] body,
Boolean includeOnline,
String mimeType) |
Creates an attachment for a specific credit note
|
Attachments |
AccountingApi.createCreditNoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID creditNoteID,
String fileName,
File body,
Boolean includeOnline) |
Creates an attachment for a specific credit note
|
Attachments |
AccountingApi.createInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
byte[] body,
Boolean includeOnline,
String mimeType) |
Creates an attachment for a specific invoice or purchase bill by filename
|
Attachments |
AccountingApi.createInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
File body,
Boolean includeOnline) |
Creates an attachment for a specific invoice or purchase bill by filename
|
Attachments |
AccountingApi.createManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
byte[] body,
String mimeType) |
Creates a specific attachment for a specific manual journal by file name
|
Attachments |
AccountingApi.createManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
File body) |
Creates a specific attachment for a specific manual journal by file name
|
Attachments |
AccountingApi.createPurchaseOrderAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
String fileName,
byte[] body,
String mimeType) |
Creates attachment for a specific purchase order
|
Attachments |
AccountingApi.createPurchaseOrderAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
String fileName,
File body) |
Creates attachment for a specific purchase order
|
Attachments |
AccountingApi.createQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
byte[] body,
String mimeType) |
Creates attachment for a specific quote
|
Attachments |
AccountingApi.createQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
File body) |
Creates attachment for a specific quote
|
Attachments |
AccountingApi.createReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
byte[] body,
String mimeType) |
Creates an attachment on a specific expense claim receipts by file name
|
Attachments |
AccountingApi.createReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
File body) |
Creates an attachment on a specific expense claim receipts by file name
|
Attachments |
AccountingApi.createRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
byte[] body,
String mimeType) |
Creates an attachment from a specific repeating invoices by file name
|
Attachments |
AccountingApi.createRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
File body) |
Creates an attachment from a specific repeating invoices by file name
|
Attachments |
AccountingApi.getAccountAttachments(String accessToken,
String xeroTenantId,
UUID accountID) |
Retrieves attachments for a specific accounts by using a unique account Id
|
Attachments |
AccountingApi.getBankTransactionAttachments(String accessToken,
String xeroTenantId,
UUID bankTransactionID) |
Retrieves any attachments from a specific bank transactions
|
Attachments |
AccountingApi.getBankTransferAttachments(String accessToken,
String xeroTenantId,
UUID bankTransferID) |
Retrieves attachments from a specific bank transfer
|
Attachments |
AccountingApi.getContactAttachments(String accessToken,
String xeroTenantId,
UUID contactID) |
Retrieves attachments for a specific contact in a Xero organisation
|
Attachments |
AccountingApi.getCreditNoteAttachments(String accessToken,
String xeroTenantId,
UUID creditNoteID) |
Retrieves attachments for a specific credit notes
|
Attachments |
AccountingApi.getInvoiceAttachments(String accessToken,
String xeroTenantId,
UUID invoiceID) |
Retrieves attachments for a specific invoice or purchase bill
|
Attachments |
AccountingApi.getManualJournalAttachments(String accessToken,
String xeroTenantId,
UUID manualJournalID) |
Retrieves attachment for a specific manual journal
|
Attachments |
AccountingApi.getPurchaseOrderAttachments(String accessToken,
String xeroTenantId,
UUID purchaseOrderID) |
Retrieves attachments for a specific purchase order
|
Attachments |
AccountingApi.getQuoteAttachments(String accessToken,
String xeroTenantId,
UUID quoteID) |
Retrieves attachments for a specific quote
|
Attachments |
AccountingApi.getReceiptAttachments(String accessToken,
String xeroTenantId,
UUID receiptID) |
Retrieves attachments for a specific expense claim receipt
|
Attachments |
AccountingApi.getRepeatingInvoiceAttachments(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID) |
Retrieves attachments from a specific repeating invoice
|
Attachments |
AccountingApi.updateAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
byte[] body,
String mimeType) |
Updates attachment on a specific account by filename
|
Attachments |
AccountingApi.updateAccountAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID accountID,
String fileName,
File body) |
Updates attachment on a specific account by filename
|
Attachments |
AccountingApi.updateBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment from a specific bank transaction by filename
|
Attachments |
AccountingApi.updateBankTransactionAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
String fileName,
File body) |
Updates a specific attachment from a specific bank transaction by filename
|
Attachments |
AccountingApi.updateBankTransferAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID bankTransferID,
String fileName,
byte[] body,
String mimeType) |
200 - Success - return response of Attachments array of 0 to N Attachment for a Bank
Transfer
|
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,
byte[] body,
String mimeType) |
200 - Success - return response of type Attachments array with an updated Attachment
|
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,
byte[] body,
String mimeType) |
Updates attachments on a specific credit note by file name
|
Attachments |
AccountingApi.updateCreditNoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID creditNoteID,
String fileName,
File body) |
Updates attachments on a specific credit note by file name
|
Attachments |
AccountingApi.updateInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
byte[] body,
String mimeType) |
Updates an attachment from a specific invoices or purchase bill by filename
|
Attachments |
AccountingApi.updateInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID invoiceID,
String fileName,
File body) |
Updates an attachment from a specific invoices or purchase bill by filename
|
Attachments |
AccountingApi.updateManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment from a specific manual journal by file name
|
Attachments |
AccountingApi.updateManualJournalAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID manualJournalID,
String fileName,
File body) |
Updates a specific attachment from a specific manual journal by file name
|
Attachments |
AccountingApi.updatePurchaseOrderAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment for a specific purchase order by filename
|
Attachments |
AccountingApi.updatePurchaseOrderAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID purchaseOrderID,
String fileName,
File body) |
Updates a specific attachment for a specific purchase order by filename
|
Attachments |
AccountingApi.updateQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment from a specific quote by filename
|
Attachments |
AccountingApi.updateQuoteAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID quoteID,
String fileName,
File body) |
Updates a specific attachment from a specific quote by filename
|
Attachments |
AccountingApi.updateReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment on a specific expense claim receipts by file name
|
Attachments |
AccountingApi.updateReceiptAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID receiptID,
String fileName,
File body) |
Updates a specific attachment on a specific expense claim receipts by file name
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
byte[] body,
String mimeType) |
Updates a specific attachment from a specific repeating invoices by file name
|
Attachments |
AccountingApi.updateRepeatingInvoiceAttachmentByFileName(String accessToken,
String xeroTenantId,
UUID repeatingInvoiceID,
String fileName,
File body) |
Updates a specific attachment from a specific repeating invoices by file name
|