---
title: "POST /career-page/{client_slug}/jobs/{id}/application-form/"
method: POST
path: "/career-page/{client_slug}/jobs/{id}/application-form/"
tags: ["Career Page (Legacy)"]
---

# POST /career-page/{client_slug}/jobs/{id}/application-form/

`POST /career-page/{client_slug}/jobs/{id}/application-form/`

Endpoint used to:
- GET is used to have the list of the application form fields to show on the Front End.
- POST is used to submit the application.

1. GET the list of application form fields.
2. When submitting the application. The body needs to be formatted as follows:
* The response is nested in `application_data`
    * Each application form field ID as key
    * The application form field response as value.

## Request body

- object
  - `application_data` object — The form responses are to be passed into this object. Any `null` value will be ignored.
    - `582` string — The key is the id of the field, the value is the what is entered in the form. The type of the value needs to follow what was returned in the field list.
    - `664` number — The key is the id of the field, the value is the what is entered in the form. The type of the value needs to follow what was returned in the field list.

## Response `200`

{'detail': 'success'}

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
