POST
/
v3
/
{id}
/
update
/
{propertyToUpdate}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/{id}/update/{propertyToUpdate}
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

Id of the transaction to update

propertyToUpdate
enum<string>
required

Name of transaction property to update

Available options:
REVERSE

Response

201
application/json

Successful update of the transaction

The response is of type object.