v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Create fees

Post fees to given account

This operation will create a fee (transaction) given accountId

post/v3/account/{accountId}/fee

Path parameters

accountIdstring biginteger required

The account id to post fees to

Query parameters

auditUserstring required

The audit user to log the request

Request body

typestring required

Fee type

amountnumber required

Fee amount

currencystring required

A valid ISO 4217 currency code

Example request

{
  "currency": "EUR"
}

Response

Successful creation of the product

descriptionstring

Short description of the result of the action

idstring

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