Create a commission plan
Beta. This endpoint is unstable and may still change without notice. Pin against the dated version and watch the changelog.
Create a commission plan. Both monthly thresholds are optional and are evaluated per sales rep, per plan, per calendar month.
Autorisierungen
Bearer token of your Organisation with the commission-plans permission (read for GET, write for POST/PUT/DELETE). Send it as Authorization: Bearer .
Body
Internal name of the plan.
255How the commission is calculated.
ongoing_percentage Base commission rate as a decimal fraction (0.10 = 10 %).
"0.10"
Whether the commission is based on the net or gross invoice amount.
net, gross When the commission is calculated.
invoice_finalized, invoice_paid Which invoices generate commission.
all_invoices, first_contract_period When true, only invoices linked to a deal generate commission.
Minimum commission a sales rep must accumulate on this plan within a calendar month for that month's commissions to be paid out. Evaluated per sales rep, per plan, per month. Null means no minimum.
Minimum invoice revenue a sales rep must generate on this plan within a calendar month before any commission for that month is paid out. If the revenue stays below this, the whole month is withheld. Evaluated per sales rep, per plan, per month. Null means no minimum.
Antwort
The created commission plan.
Base commission rate as a decimal fraction.
Minimum commission a sales rep must accumulate on this plan within a calendar month for that month's commissions to be paid out. Evaluated per sales rep, per plan, per month. Null means no minimum.
Minimum invoice revenue a sales rep must generate on this plan within a calendar month before any commission for that month is paid out. If the revenue stays below this, the whole month is withheld. Evaluated per sales rep, per plan, per month. Null means no minimum.