Xero · Example Payload

Xero Createreceipthistory Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Createreceipthistory 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": "createReceiptHistory",
  "method": "PUT",
  "path": "/Receipts/{ReceiptID}/History",
  "summary": "Xero Creates a history record for a specific receipt",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": {
        "ErrorNumber": 10,
        "Type": "ValidationException",
        "Message": "A validation exception occurred",
        "Elements": [
          {
            "DateUTCString": "2019-03-15 21:51:50",
            "DateUTC": "/Date(1552686710791)/",
            "Details": "Hello World",
            "ValidationErrors": [
              {
                "Message": "The document with the supplied id was not found for this endpoint."
              }
            ]
          }
        ]
      }
    }
  ]
}