Deny commission
PUT/affiliate-manager/:locationId/commission/:commissionId/deny
Deny a commission and move its payout to denied status.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
commissionId stringrequired
Commission Id
Commission denied
- application/json
- Schema
- Example (auto)
Schema
succeededbooleanrequired
Whether the operation completed successfully
{
"succeeded": true
}