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
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant | |
Content-Type | string |
RESPONSES
status: OK
{"Id":"61b24d5c-4d6e-468f-9de1-abbc234b239a","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1553805873362)/","Attachments":[{"AttachmentID":"d086d5f4-9c3d-4edc-a87e-906248eeb652","FileName":"HelloWorld.jpg","Url":"https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/HelloWorld.jpg","MimeType":"image/jpg","ContentLength":2878711}]}