Allows you to update specified attachment on repeating invoices by file name

POST {{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;61b24d5c-4d6e-468f-9de1-abbc234b239a&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1553805873362)/&quot;,&quot;Attachments&quot;:[{&quot;AttachmentID&quot;:&quot;d086d5f4-9c3d-4edc-a87e-906248eeb652&quot;,&quot;FileName&quot;:&quot;HelloWorld.jpg&quot;,&quot;Url&quot;:&quot;https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/HelloWorld.jpg&quot;,&quot;MimeType&quot;:&quot;image/jpg&quot;,&quot;ContentLength&quot;:2878711}]}