Set the commission calculation for a deal
Override the commission calculation on a deal. This replaces the entire calculation structure. Use this to manually adjust commissions after they’ve been auto-applied from a commission rule. The structure matches the commission rule format — see POST /v1/commissions for the full calculation schema documentation.
Note: Setting the commission calculation does not automatically create or update payment records. Payment recalculation from commission entries will be added in a future release.
Authorizations
API key authentication. Use "Bearer <api_key>" or "Api-Key <api_key>".
Path Parameters
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Body
Commission calculation with one or more payment entries triggered by deal stage changes.
Response
Default Response
Commission calculation with one or more payment entries triggered by deal stage changes.