Xero · Example Payload

Xero Getlinkedtransactions Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getlinkedtransactions 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": "getLinkedTransactions",
  "method": "GET",
  "path": "/LinkedTransactions",
  "summary": "Xero Retrieves linked transactions (billable expenses)",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "516aabd0-e670-48d5-b0eb-10dce4494dd8",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552348338096)/",
        "LinkedTransactions": [
          {
            "LinkedTransactionID": "5cf7d9c0-b9a7-4433-a2dc-ae3c11bba39b",
            "SourceTransactionID": "aec416dd-38ea-40dc-9f0b-813c8c71f87f",
            "SourceLineItemID": "77e0b23b-5b79-4f4b-ae20-c9031d41442f",
            "ContactID": "430fa14a-f945-44d3-9f97-5df5e28441b8",
            "TargetTransactionID": "83693fc1-5b05-4807-b190-109d4a85dd5f",
            "TargetLineItemID": "d5128ff1-0f39-4d2a-a6d5-46dfaf5f075c",
            "Status": "ONDRAFT",
            "Type": "BILLABLEEXPENSE",
            "UpdatedDateUTC": "/Date(1552347991000+0000)/",
            "SourceTransactionTypeCode": "ACCPAY"
          }
        ]
      }
    }
  ]
}