latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v1.Transaction
ENTERPRISE
Update transaction Link
(DEPRECATED) Updates an transaction part amount and it's counterpart amount.
put/api/v1/transactions/{id}/part/{partId}
Path parameters
idstring required
The ID of the transaction to which the part belongs to.
partIdstring required
The part ID to update.
Request body
Example request
{
"amount": -90
}Response
The transaction part and counter part were successfully updated and returned.