Xero · Example Payload

Xero Getlinkedtransaction Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getlinkedtransaction 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": "getLinkedTransaction",
  "method": "GET",
  "path": "/LinkedTransactions/{LinkedTransactionID}",
  "summary": "Xero Retrieves a specific linked transaction (billable expenses) using a unique linked transaction Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "171ca542-874d-44e2-8930-db9bccd7d88b",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552348339875)/",
        "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"
          }
        ]
      }
    }
  ]
}