Accounting
Updates a specific linked transactions (billable expenses)
post/LinkedTransactions/{LinkedTransactionID}
Path parameters
LinkedTransactionIDstring uuid required
Unique identifier for a LinkedTransaction
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
{
"LinkedTransactions": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}Response
Success - return response of type LinkedTransactions array with updated LinkedTransaction
Example response
{
"LinkedTransactions": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}