v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LinkedTransaction

Retrieves a LinkedTransaction resource.

Retrieves a LinkedTransaction resource.

get/linked_transactions/{id}

Path parameters

idstring required

Resource identifier

Response

LinkedTransaction resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each linked transaction

sourceTransactionIdstring

The ID of the source transaction

sourceLineItemIdstring

The ID of the line item from the source transaction

contactIdstring nullable

The ID of the contact on the target transaction

targetTransactionIdstring nullable

The ID of the target transaction

targetLineItemIdstring nullable

The ID of the line item from the target transaction

statusstring nullable

The status of the linked transaction

typestring nullable

The type of linked transaction e.g. "BILLABLEEXPENSE"

modifiedstring nullable

The last modified date in UTC format

sourceTransactionTypeCodestring nullable

The type of the source transaction e.g. "ACCPAY" e.g. "SPEND"

Example response

{
  "integration": "quickbooks"
}