Update commission
Updates the specified commission by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Last updated
Updates the specified commission by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Last updated
Note: While still supported, this is no longer the preferred method for marking a commission as paid. For that, use the Mark a payout as paid method, which allows you to mark a batch of commissions for a single affiliate as paid with a single API call.
Method
URL
PUT
https://api.getrewardful.com/v1/commissions/:id
Parameter
Description
paid_at
Timestamp (as an ISO 8601 formatted string) representing when this commission was paid. Can be any time in the past/future.
due_at
Timestamp (as an ISO 8601 formatted string) indicating when this commission should be considered payable to the affiliate. Can be any time in the past/future, but cannot be blank.
Response code
Body
200
JSON object describing the updated commission.
Response code
Body
422
JSON object describing validation errors.
Response code
Body
401
Description of the authentication failure.