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

# POST /v1/enterprise/apply

`POST /v1/enterprise/apply`

提交企业账号升级申请。

 登录用户可发起企业升级申请；如果上下文带 team_id，则申请绑定该团队，
 否则按当前用户创建个人申请，审核通过后再完成企业账号绑定流程。

## Request body

- ApiEnterpriseV1ApplyEnterpriseUpgradeRequest — ApplyEnterpriseUpgradeRequest 企业升级申请提交参数。
  - `businessLicense` string
  - `businessScope` string
  - `companyName` string
  - `contactEmail` string
  - `contactName` string
  - `contactPhone` string
  - `employeeCount` integer
  - `legalPersonIdCard` string
  - `legalPersonName` string
  - `materialFiles` ApiEnterpriseV1MaterialFile[]
    - `mimeType` string
    - `name` string
    - `size` string
    - `uploadedAt` string, date-time
    - `url` string
  - `materials` string[]

## Response `200`

OK

- ApiEnterpriseV1ApplyEnterpriseUpgradeReply — ApplyEnterpriseUpgradeReply 企业升级申请提交结果。
  - `applicationId` string
  - `status` string
  - `submittedAt` string, date-time

---

[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)
