Allows you to create attachment on repeating invoices by file name

PUT {{baseUrl}}/RepeatingInvoices/:RepeatingInvoiceID/Attachments/:FileName

Request Body

["<", "b", "y", "t", "e", ">"]

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant
Content-Typestring

RESPONSES

status: OK

{&quot;Id&quot;:&quot;219de8c0-ee70-48af-a000-594eba14b417&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1553805866696)/&quot;,&quot;Attachments&quot;:[{&quot;AttachmentID&quot;:&quot;e078e56c-9a2b-4f6c-a1fa-5d19b0dab611&quot;,&quot;FileName&quot;:&quot;foobar.jpg&quot;,&quot;Url&quot;:&quot;https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/foobar.jpg&quot;,&quot;MimeType&quot;:&quot;image/jpg&quot;,&quot;ContentLength&quot;:2878711}]}