Update a payout adjusting of the affiliate

Note: with this setting, the payout of all offers under this affiliate will follow this rule. (Except the offers with custom affliate payout and APT settings)

Path parameters

Request body parameters

Response body parameters

Example request

Request POST https://{networkname}.api.offerslook.com/v1/affiliates/5599/payout_adjusting

Request POST http://{networkname}.api.offerslook.com/v1/affiliates/5599/payout_adjusting

{
    "adjusting_type":"1",
    "percent":12,
    "adjust_payout_switch":0
}

Example response

{
    "code": 0,
    "message": "Success",
    "data": {
        "affiliate_payout_adjusting": {
            "id": 4,
            "aff_id": 5599,
            "adjusting_type": 1,
            "percent": 12,
            "adjust_payout_switch":0,
            "create_time": 1562153209,
            "update_time": 1562153209
        }
    }
}

Last updated