Allows you to create attachment on repeating invoices by file name
PUT {{baseUrl}}/RepeatingInvoices/:RepeatingInvoiceID/Attachments/:FileName
Request Body
["<", "b", "y", "t", "e", ">"]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant | |
Content-Type | string |
RESPONSES
status: OK
{"Id":"219de8c0-ee70-48af-a000-594eba14b417","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1553805866696)/","Attachments":[{"AttachmentID":"e078e56c-9a2b-4f6c-a1fa-5d19b0dab611","FileName":"foobar.jpg","Url":"https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/foobar.jpg","MimeType":"image/jpg","ContentLength":2878711}]}