Skip to main content
POST
Create transaction

Body

currency
string
required

The currency ISO 4217 code (EUR, USD, CAD, etc) for all currency properties.

Minimum string length: 1
Example:

"EUR"

properties
object | null

The list of transaction properties.

partner
object | null

The partner selector used to search for a partner that must be attached to the transaction.

customer
object | null

The customer selector used to search for a customer that must be attached to the transaction.

deal
object | null

The deal selector used to search for a deal that must be attached to the transaction.

Response

Transaction created

id
integer<int32>
creationDate
string<date-time>
properties
object | null
customerId
integer<int32> | null
partnerId
integer<int32> | null
dealId
integer<int32> | null
currency
string | null
isDeleted
boolean
deletionDate
string<date-time> | null