Xero · Example Payload

Xero Getmanualjournalattachments Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getmanualjournalattachments Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getManualJournalAttachments",
  "method": "GET",
  "path": "/ManualJournals/{ManualJournalID}/Attachments",
  "summary": "Xero Retrieves attachment for a specific manual journal",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "5fa4b3ef-7945-45a7-9bab-10e830673dfb",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552404121471)/",
        "Attachments": [
          {
            "AttachmentID": "16e86f32-3e25-4209-8662-c0dfd91b654c",
            "FileName": "HelloWorld.jpg",
            "Url": "https://api.xero.com/api.xro/2.0/ManualJournals/0b159335-606b-485f-b51b-97b3b32bad32/Attachments/HelloWorld.jpg",
            "MimeType": "image/jpg",
            "ContentLength": 2878711
          },
          {
            "AttachmentID": "ff7c439e-a057-4807-ac2c-b558d7df7511",
            "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
          }
        ]
      }
    }
  ]
}