rewards

Give rewards to the affiliates

post/admin/rewards

Request body

Example request

{
  "rewards": [
    {
      "amount": 10,
      "affiliate_id": 42,
      "type": "sale_commission",
      "status": "approved",
      "level": 1,
      "order_id": 1232122
    }
  ]
}

Response

successboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.