Update commission
Updates the specified commission by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
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.
Request
Method
URL
PUT
https://api.getrewardful.com/v1/commissions/:id
Parameters
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.
Examples
Mark a commission as paid
Mark a commission as unpaid
Change the due date of a commission
Response
Response code
Body
200
JSON object describing the updated commission.
Last updated