Allows you to update a specified Attachment on ManualJournal by file name

POST {{baseUrl}}/ManualJournals/:ManualJournalID/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;e1cb9deb-a8f0-477f-b4d1-cf0c6c39e080&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1552401039306)/&quot;,&quot;Attachments&quot;:[{&quot;AttachmentID&quot;:&quot;16e86f32-3e25-4209-8662-c0dfd91b654c&quot;,&quot;FileName&quot;:&quot;HelloWorld.jpg&quot;,&quot;Url&quot;:&quot;https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/HelloWorld.jpg&quot;,&quot;MimeType&quot;:&quot;image/jpg&quot;,&quot;ContentLength&quot;:2878711}]}