Create fees
Post fees to given account
This operation will create a fee (transaction) given accountId
POST
/
v3
/
account
/
{accountId}
/
fee
Path Parameters
accountId
string
requiredThe account id to post fees to
Query Parameters
auditUser
string
requiredThe audit user to log the request
Body
application/json
type
string
requiredFee type
amount
number
requiredFee amount
currency
string
requiredA valid ISO 4217 currency code
Response
201 - application/json
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