Skip to main content

Update Application


PUT /services/api/v1/applications/{id}

Updates an existing application.

Parameters

ParameterTypeDescription
idstringThe ID of the application.

Request Body

{
"application_status_id": "nyBnKYM3",
"email": "john.doe@privatemail.com",
"first_name": "John",
"last_name": "Doe",
"gender": "male",
"birthday": "2000-01-31",
"phone": "+39 1234567890",
"cf_12345": null,
"cf_54321": null
}

Response

The updated employee.

{
"id": "A96ey16n",
"job_id": "Oxz0W6kK",
"application_status_id": "nyBnKYM3",
"first_name": "John",
"last_name": "Doe",
"gender": "male",
"email": "john.doe@privatemail.com",
"phone": "+39 1234567890",
"birthday": "2000-01-31",
"cf_10": null,
"created_at": "2024-09-03T20:37:36.000Z",
"updated_at": "2024-09-06T05:58:55.860Z"
}