Skip to main content
POST
/
v3
/
{id}
/
update
/
{propertyToUpdate}
Update transaction
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/{id}/update/{propertyToUpdate}' \
  --header 'Authorization: Basic <encoded-value>'
{
  "description": "<string>",
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string<biginteger>
required

Id of the transaction to update

propertyToUpdate
enum<string>
required

Name of transaction property to update

Available options:
REVERSE

Response

Successful update of the transaction

description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated