Skip to content

Commission Profiles

A commission profile defines how an agent or dealer earns commission. See the Commission Profiles guide for how they are used.

/backend/api/v1/commissionProfiles/ID - fetch the commission profile with the specified ID.

/backend/api/v1/commissionProfiles/ - list all commission profiles.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include profiles with a higher ID
createdSincedatetimeNoOnly include profiles created since the given time
updatedSincedatetimeNoOnly include profiles updated since the given time

/backend/api/v1/commissionProfiles/ - add a new commission profile. The newly-added profile will be returned.

/backend/api/v1/commissionProfiles/ID - update the commission profile with the specified ID. The modified profile will be returned.

/backend/api/v1/commissionProfiles/ID - delete the commission profile with the specified ID.

FieldNameTypeDescription
commissionProfileNameCommission ProfileTextName of the commission profile
commissionProfileTransactionSourcesUse ForPreset Value(s)Array of transaction source names this commission profile applies to
commissionTypeCommission TypePreset ValueName of the commission type for this profile
commissionValueCommission ValueCurrencyCommission value before targets are met
commissionValuePostTargetCommission Value (After Targets)CurrencyCommission value after targets are met
idCommission Profile IDTextThe unique identifier for this commission profile