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

amountnumber double

The amount of the transaction part. Must be same sign as the transaction. If not specified the common disposable amount will be used.

Example request

{
  "amount": -90
}

Response

The transaction part and counter part were successfully updated and returned.

counterpartTransactionData20v1Transaction required— unresolved $ref
transactionData20v1Transaction required— unresolved $ref