Skip to main content
PATCH
Update brokerage fee

Authorizations

Authorization
string
header
required

Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.

Headers

tenant
string
required

Your tenant identifier. Requests without it are rejected.

Path Parameters

brokerageFeeId
string
required
Pattern: ^brokerage_fee(_test)?_[346789ABCDEFGHJKLMNPQRTUVWXYabcdefghijkmnpqrtwxyz]{21}$

Body

application/json
minCommission
number

Min commission fee percentage

Required range: 0 <= x <= 100
maxCommission
number

Max commission fee percentage

Required range: 0 <= x <= 100
defaultCommission
number

Default commission fee percentage

Required range: 0 <= x <= 100
minCommissionLimit
number

Min commission fee percentage limit

Required range: 0 <= x <= 100
maxCommissionLimit
number

Max commission fee percentage limit

Required range: 0 <= x <= 100
minTotalCommission
number

Min total commission fee percentage

Required range: 0 <= x <= 100
maxTotalCommission
number

Max total commission fee percentage

Required range: 0 <= x <= 100
minManagementFee
number

Min management fee amount in cents

Required range: x >= 0
maxManagementFee
number

Max management fee amount in cents

Required range: x >= 0

Response

The response is of type object.