POST 17.0/app/accounts/settransferfeesflag

Description

Updates the transfer fees status flag for a specific transaction

URI Parameters

None.

Contains TransactionId and TransferFees status

Name Description Type Additional information
TransactionId

integer

None.

TransferFees

byte

None.

application/json, text/json

Sample:
{
  "transactionId": 1,
  "transferFees": 64
}

application/xml, text/xml

Sample:
<SetTransferFeeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TransactionId>1</TransactionId>
  <TransferFees>64</TransferFees>
</SetTransferFeeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.