PartnerCommissionContractConfigInput
Input type for a single partner commission configuration.
Input fields
Whether to apply uplift to the partner commission.
Override for the fixed amount of the partner commission.
Override for the trailing commission percentage (1-100).
Override for the unit amount of the partner commission.
The unique number identifying the partner commission.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"applyUplift": true,
"overrideFixedAmount": "1.0",
"overrideTrailingPercentage": "1.0",
"overrideUnitAmount": "1.0",
"partnerCommissionNumber": "sing-through-test-light-green"
}