v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > Application
Move to phases an Application
Move an application to a different phase within the same job posting. Triggers the same side effects as moving a candidate in the product: configured phase-change automations and emails (smart actions) are executed.
post/api/2026-07-01/resources/ats/applications/move_to_phase
Request body
Example request
{
"id": "1",
"ats_application_phase_id": "1"
}Response
OK
Example response
{
"id": "1",
"company_id": "1",
"ats_job_posting_id": "1",
"ats_candidate_id": "1",
"employee_id": "1",
"phone": "34612345678",
"qualified": true,
"ats_application_phase_id": "1",
"created_at": "2024-08-19T14:30:00.000Z",
"cover_letter": "This is my cover letter for the position",
"ats_conversation_id": "1",
"medium": "medium",
"rating_average": 1,
"ats_rejection_reason_id": "1",
"source_id": "1"
}