Accounting
Creates linked transactions (billable expenses)
put/LinkedTransactions
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}Response
Success - return response of type LinkedTransactions array with newly created LinkedTransaction
Example response
{
"LinkedTransactions": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}