Updates transation by given Id and propertyToUpdate
cURL
curl --request POST \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/{id}/update/{propertyToUpdate}' \ --header 'Authorization: Bearer <token>'
{ "description": "<string>", "id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the transaction to update
Name of transaction property to update
REVERSE
Successful update of the transaction
Short description of the result of the action
Will contain the ID of the resource that has been created or updated
Was this page helpful?