---
title: "Create Applications"
method: POST
path: "/ats/applications"
tags: ["ats/applications"]
---

# Create Applications

`POST /ats/applications`

Create Applications in any supported Ats software

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Request body

- UnifiedAtsApplicationInput
  - `applied_at` string, date-time, nullable — The application date
  - `rejected_at` string, date-time, nullable — The rejection date
  - `offers` string[], nullable — The offers UUIDs for the application
  - `source` string, nullable — The source of the application
  - `credited_to` string, nullable — The UUID of the person credited for the application
  - `current_stage` string, nullable — The UUID of the current stage of the application
  - `reject_reason` string, nullable — The rejection reason for the application
  - `candidate_id` string, nullable — The UUID of the candidate
  - `job_id` string — The UUID of the job
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora

## Response `201`

- UnifiedAtsApplicationOutput
  - `applied_at` string, date-time, nullable — The application date
  - `rejected_at` string, date-time, nullable — The rejection date
  - `offers` string[], nullable — The offers UUIDs for the application
  - `source` string, nullable — The source of the application
  - `credited_to` string, nullable — The UUID of the person credited for the application
  - `current_stage` string, nullable — The UUID of the current stage of the application
  - `reject_reason` string, nullable — The rejection reason for the application
  - `candidate_id` string, nullable — The UUID of the candidate
  - `job_id` string — The UUID of the job
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the application
  - `remote_id` string, nullable — The remote ID of the application in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the application in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the object
  - `modified_at` string, date-time, nullable — The modified date of the object
  - `remote_created_at` string, date-time, nullable — The remote created date of the object
  - `remote_modified_at` string, date-time, nullable — The remote modified date of the object

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
