Skip to main content
POST
/
admin
/
fee-management
/
add-default-charge
Add Default Charge
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/admin/fee-management/add-default-charge \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "isInclusive": true,
  "userId": "<string>",
  "password": "<string>",
  "rateType": "<string>",
  "country": "<string>",
  "currencyCode": "<string>",
  "supportedFeeType": "<string>",
  "charge": "<string>"
}
'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
isInclusive
boolean
userId
string
password
string
rateType
string
country
string
currencyCode
string
supportedFeeType
string
charge
string

Response

200

Charge added