v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
PrivateTransactionRule

Create a new rule

Creates a new rule for marking private transactions automatically.

post/PrivateTransactionRule

Request body

objectNamestring required

PrivateTransactionRule

paymentPurposestring nullable

The purpose of transactions that you want to match

counterpartNamestring nullable

The counterpart name of transactions that you want to match

Response

Created - Returns created rule

idstring

The entity id

objectNamestring

The entity object name, PrivateTransactionRule

createstring date-time

Date of entity creation

updatestring date-time

Date of last entity update

paymentPurposestring nullable

The payment purpose of transactions to match

counterpartNamestring nullable

The counterpart name of transactions to match

Example response

{
  "id": "1",
  "objectName": "PrivateTransactionRule",
  "create": "2026-01-16T12:51:22+01:00",
  "update": "2026-01-16T12:51:22+01:00",
  "sevClient": {
    "id": "0"
  }
}