{ "operationId": "updateReceiptAttachmentByFileName", "method": "POST", "path": "/Receipts/{ReceiptID}/Attachments/{FileName}", "summary": "Xero Updates a specific attachment on a specific expense claim receipts by file name", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "aeca1ea8-8fd9-4757-96a6-397dc4957a69", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1552686602761)/", "Attachments": [ { "AttachmentID": "e02a84f6-b83a-4983-b3b9-35cd8880c7bc", "FileName": "HelloWorld.jpg", "Url": "https://api.xero.com/api.xro/2.0/Receipts/a44fd147-af4e-4fe8-a09a-55332df74162/Attachments/HelloWorld.jpg", "MimeType": "image/jpg", "ContentLength": 2878711 } ] } } ] }