# POST /reseller-commissions.json **POST /reseller-commissions.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **commissionRate** (number | null) Commission rate - **commissionRateType** (string | null) Commission rate type - **enabled** (boolean | null) Enabled - **referredResellerId** (integer(int32)) Referred reseller - **resellerId** (integer(int32)) Reseller ## Responses ### 200 Successful response #### Body: application/json (object) - **commissionRate** (number | null) Commission rate - **commissionRateType** (string | null) Commission rate type - **createdAt** (string(date-time)) Created at - **enabled** (boolean | null) Enabled - **id** (integer(int32)) Id - **referredResellerId** (integer(int32)) Referred reseller - **resellerId** (integer(int32)) Reseller - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)