v1

latestOpenAPI 3.0.02026-07-24161168406.5 KB
Applications

Find hiring information

Returns application hiring information.

get/jobs/{jobId}/applications/{applicationId}/hiring-information

Path parameters

jobIdinteger required

Job ID

applicationIdinteger required

Application ID

Response

Hiring information

hiringType'employee_admission' | 'employee_readmission' | 'employee_reintegration' | 'unrelated_worker_hiring' | 'internal_transfer' nullable

Type of candidate hiring

hiringDatestring date-time nullable

Date of hiring

jobVacancyCodeIdinteger nullable

Job vacancy code id that is been fulfilled by this hiring

salarynumber double nullable

Hiring salary

salaryCurrencyType'R$' | '$' | '€' | '£' nullable

Hiring salary currency

Example response

{
  "hiringDate": "2020-12-31T23:59:59.999Z"
}