Xero · Example Payload

Xero Getmanualjournal Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getmanualjournal 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": "getManualJournal",
  "method": "GET",
  "path": "/ManualJournals/{ManualJournalID}",
  "summary": "Xero Retrieves a specific manual journal",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "7321fc21-1a13-4f40-ae47-df59cff5676d",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552399859139)/",
        "ManualJournals": [
          {
            "Date": "/Date(1552348800000+0000)/",
            "Status": "POSTED",
            "LineAmountTypes": "NoTax",
            "UpdatedDateUTC": "/Date(1552357188147+0000)/",
            "ManualJournalID": "99cb8353-ce73-4a5d-8e0d-8b0edf86cfc4",
            "Narration": "These aren''t the droids you are looking for",
            "JournalLines": [
              {
                "Description": "These aren''t the droids you are looking for",
                "TaxType": "NONE",
                "TaxAmount": 0.0,
                "LineAmount": 100.0,
                "AccountCode": "429",
                "Tracking": [],
                "AccountID": "160bad11-c1b7-4c7e-8903-dca925d78721",
                "IsBlank": false
              },
              {
                "Description": "Yes the are",
                "TaxType": "NONE",
                "TaxAmount": 0.0,
                "LineAmount": -100.0,
                "AccountCode": "200",
                "Tracking": [],
                "AccountID": "e0a5d892-9f9f-44f0-a153-5cb7db125170",
                "IsBlank": false
              }
            ],
            "ShowOnCashBasisReports": true,
            "HasAttachments": true,
            "Attachments": [
              {
                "AttachmentID": "166ca8f8-8bc6-4780-8466-a0e474d586ea",
                "FileName": "giphy.gif",
                "Url": "https://api.xero.com/api.xro/2.0/manualjournal/99cb8353-ce73-4a5d-8e0d-8b0edf86cfc4/Attachments/giphy.gif",
                "MimeType": "image/gif",
                "ContentLength": 495727
              },
              {
                "AttachmentID": "5e5036f9-b1e0-4c5d-a93f-61900137e40b",
                "FileName": "ridehistory.pdf",
                "Url": "https://api.xero.com/api.xro/2.0/manualjournal/99cb8353-ce73-4a5d-8e0d-8b0edf86cfc4/Attachments/ridehistory.pdf",
                "MimeType": "application/pdf",
                "ContentLength": 4423
              }
            ]
          }
        ]
      }
    }
  ]
}