---
title: "POST /v1/admin/enterprise/review"
method: POST
path: "/v1/admin/enterprise/review"
tags: ["EnterpriseService"]
---

# POST /v1/admin/enterprise/review

`POST /v1/admin/enterprise/review`

管理员审核企业升级申请。

 通过时会把申请状态改为 approved；如果申请已绑定团队，会在同一事务内升级团队。
 拒绝时必须填写 reject_reason；review_comment 为内部审核备注，用户不可见。

## Request body

- ApiEnterpriseV1ReviewApplicationRequest — ReviewApplicationRequest 管理员审核企业升级申请请求。
  - `applicationId` string
  - `approved` boolean
  - `rejectReason` string
  - `reviewComment` string

## Response `200`

OK

- ApiEnterpriseV1ReviewApplicationReply — ReviewApplicationReply 管理员审核企业升级申请响应。
  - `success` boolean

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
