> For the complete documentation index, see [llms.txt](https://inflab-1.gitbook.io/rallit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflab-1.gitbook.io/rallit/to-rallit/application-api/api.md).

# 지원서 상태 변경 api

## 지원서 상태 변경 api

<mark style="color:purple;">`PATCH`</mark> `https://partners-business.rallit.com/api/v1/partner/job-applicant/status`

#### Request Body

| Name                                     | Type   | Description                                                                                  |
| ---------------------------------------- | ------ | -------------------------------------------------------------------------------------------- |
| id<mark style="color:red;">\*</mark>     | String | 지원서 아이디                                                                                      |
| step<mark style="color:red;">\*</mark>   | String | 변경되는 지원서의 채용 단계                                                                              |
| status<mark style="color:red;">\*</mark> | String | <p>변경되는 지원서의 상태</p><p></p><p>IN\_PROGRESS : 진행중</p><p>FINAL\_PASS: 최종합격</p><p>FAIL : 불합격</p> |

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

{% endtab %}
{% endtabs %}
