---
title: "Apply Reward"
method: POST
path: "/api/v1/referral/apply-reward"
tags: ["referral"]
---

# Apply Reward

`POST /api/v1/referral/apply-reward`

申请推荐奖励 — 自动充值到余额.

## Request body

- RewardApplicationRequest — 申请奖励请求.
  - `referral_record_ids` integer[], required — 要申请奖励的推荐记录ID列表

## Response `200`

Successful Response

- RewardApplicationResponse — 申请奖励响应.
  - `success` boolean, required
  - `message` string, required
  - `application_id` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
