Xero · Example Payload

Xero Getbatchpaymenthistory Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getbatchpaymenthistory 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": "getBatchPaymentHistory",
  "method": "GET",
  "path": "/BatchPayments/{BatchPaymentID}/History",
  "summary": "Xero Retrieves history from a specific batch payment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "c58e2f9c-baad-42a4-8bb7-f32b6f88fa04",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550898452503)/",
        "HistoryRecords": [
          {
            "Changes": "Approved",
            "DateUTCString": "2017-11-28 18:29:52",
            "DateUTC": "/Date(1511893792813+0000)/",
            "User": "Buzz Lightyear",
            "Details": ""
          }
        ]
      }
    }
  ]
}