# 회사 생성 API

## 회사 생성 API

<mark style="color:green;">`POST`</mark> `https://partners-business.rallit.com/api/v1/partner/company`

#### Request Body

| Name                                                   | Type      | Description                                                |
| ------------------------------------------------------ | --------- | ---------------------------------------------------------- |
| description<mark style="color:red;">\*</mark>          | String    | 회사 소개                                                      |
| businessNumber<mark style="color:red;">\*</mark>       | String    | <p>사업자 등록 번호<br>- 사업자번호 형식(XXX-XX-XXXXX)의 문자열인지 검증합니다.</p> |
| name<mark style="color:red;">\*</mark>                 | String    | 회사명                                                        |
| logo<mark style="color:red;">\*</mark>                 | String    | <p>회사 로고 이미지 url</p><p></p>                                |
| representativeImages<mark style="color:red;">\*</mark> | String\[] | <p>회사 대표 이미지 url 리스트</p><p>-빈 배열인지 검증합니다.</p>              |
| employeeCount<mark style="color:red;">\*</mark>        | Number    | 사원수                                                        |
| salesVolume                                            | Number    | 매출액                                                        |
| homepage                                               | String    | 회사 홈페이지 주소                                                 |
| addressMain<mark style="color:red;">\*</mark>          | String    | 근무지 주소                                                     |

{% tabs %}
{% tab title="200: OK 성공" %}
{% tabs %}
{% tab title="성공" %}

| Field Name    | Type   | Description |
| ------------- | ------ | ----------- |
| id            | String | 생성된 회사 아이디  |
| {% endtab %}  |        |             |
| {% endtabs %} |        |             |
| {% endtab %}  |        |             |
| {% endtabs %} |        |             |

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inflab-1.gitbook.io/rallit/to-rallit/company-api/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
