v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBTransactions
Update transaction
Updates the synchronization status, additional info or custom attribute values of a transaction identified by id. Only the fields you send are changed. Note that updating an id that does not match any transaction also returns 200 without applying any change — no 404 is raised.
patch/transactions/{companyId}/{id}
Path parameters
idstring required
companyIdstring required
Request body
Example request
{
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "marketing"
}
]
}Response
Successful Response