{ "operationId": "createRepeatingInvoiceAttachmentByFileName", "method": "PUT", "path": "/RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}", "summary": "Xero Creates an attachment from a specific repeating invoices by file name", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "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 } ] } } ] }