Allows you to create a specified Attachment on ManualJournal by file name
PUT {{baseUrl}}/ManualJournals/:ManualJournalID/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":"a864994c-e7d7-4dee-b5ca-0a729fde2f39","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1552400898428)/","Attachments":[{"AttachmentID":"47ac97ff-d4f9-48a0-8a8e-49fae29129e7","FileName":"foobar.jpg","Url":"https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/foobar.jpg","MimeType":"image/jpg","ContentLength":2878711}]}