Xero · Example Payload

Xero Createbatchpaymenthistoryrecord Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Createbatchpaymenthistoryrecord 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": "createBatchPaymentHistoryRecord",
  "method": "PUT",
  "path": "/BatchPayments/{BatchPaymentID}/History",
  "summary": "Xero Creates a history record for a specific batch payment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "d7525479-3392-44c0-bb37-ff4a0b5df5bd",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550899400362)/",
        "HistoryRecords": [
          {
            "DateUTCString": "2019-02-23 05:23:20",
            "DateUTC": "/Date(1550899400362)/",
            "Details": "Hello World",
            "ValidationErrors": []
          }
        ]
      }
    }
  ]
}