---
title: "POST /api/organizations/corporate"
method: POST
path: "/api/organizations/corporate"
tags: ["Organizations"]
---

# POST /api/organizations/corporate

`POST /api/organizations/corporate`

## Request body

- CreateCorporateOrganizationRequest
  - `chapters` string[], required
  - `organizationName` string, required
  - `enterpriseNumber` string, required
  - `website` string, nullable
  - `activityAreas` string[], required
  - `yearsOfExperience` integer
  - `referralSource` string
  - `referralSourceDetails` string, required
  - `lang` string, nullable
  - `files` FormFile[]
    - `contentType` string
    - `fileName` string
    - `bodyStream` string
  - `contacts` PersonDto[]
    - `firstName` string, required
    - `lastName` string, required
    - `email` string, required
    - `phoneNumber` string, required
    - `phoneExtension` integer, nullable
    - `apartment` string, nullable
    - `street` string, required
    - `city` string, required
    - `zipCode` string, required
    - `isMain` boolean

## Response `200`

Success

- SucceededOrNotResponse
  - `succeeded` boolean
  - `errors` Error[]
    - `errorType` string
    - `errorMessage` string

## Other responses

- `400` — Bad Request

---

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