Accounting
Retrieves a specific linked transaction (billable expenses) using a unique linked transaction Id
get/LinkedTransactions/{LinkedTransactionID}
Path parameters
LinkedTransactionIDstring uuid required
Unique identifier for a LinkedTransaction
Response
Success - return response of type LinkedTransactions array with a specified LinkedTransaction
Example response
{
"LinkedTransactions": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}