Xero · Example Payload

Xero Getmanualjournals Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getmanualjournals 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": "getManualJournals",
  "method": "GET",
  "path": "/ManualJournals",
  "summary": "Xero Retrieves manual journals",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "8a508ec1-b578-48bf-97df-020c918fbf7d",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552357217359)/",
        "pagination": {
          "page": 1,
          "pageSize": 100,
          "pageCount": 1,
          "itemCount": 3
        },
        "ManualJournals": [
          {
            "Date": "/Date(1553126400000+0000)/",
            "Status": "POSTED",
            "LineAmountTypes": "NoTax",
            "UpdatedDateUTC": "/Date(1552357188083+0000)/",
            "ManualJournalID": "0b159335-606b-485f-b51b-97b3b32bad32",
            "Narration": "Reversal: These aren''t the droids you are looking for",
            "JournalLines": [],
            "ShowOnCashBasisReports": true,
            "HasAttachments": false
          },
          {
            "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": [],
            "ShowOnCashBasisReports": true,
            "HasAttachments": true
          },
          {
            "Date": "/Date(1552262400000+0000)/",
            "Status": "DRAFT",
            "LineAmountTypes": "NoTax",
            "UpdatedDateUTC": "/Date(1552357216843+0000)/",
            "ManualJournalID": "ecb6b362-c78f-462a-a229-a66abf115e92",
            "Narration": "Foo bar",
            "JournalLines": [],
            "ShowOnCashBasisReports": true,
            "HasAttachments": false
          }
        ]
      }
    }
  ]
}