v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
EmployeeUpdates > ContractChange

Reads a single Contract change

This endpoint can be used to retrieve a list of contract changes employee updates details.

get/api/2026-07-01/resources/employee_updates/contract_changes/{id}

Path parameters

idstring required

filter by contract change incidence ids.

Response

OK

idstring required

The id of the contract change incidence

statusstring required

The status of the contract change incidence

effective_onstring required

The effective date of the contract

starts_onstring

The start date of the contract

ends_onstring

The end date of the contract

employee_idstring required

The employee id

job_titlestring

The job title on the contract change

job_rolestring

The job role on the contract change

job_levelstring

The job level on the contract change

has_payrollboolean required

The payrollable status of the employee on the contract change

salary_amountinteger

The salary amount on the contract change in cents.

salary_frequencystring

The salary payment frequency on the contract change

working_week_daysstring

The working week days on the contract change

working_hoursinteger

The working hours on the contract change

working_hours_frequencystring

The working hours frequency on the contract change

countrystring

The country on the contract change

es_has_teleworking_contractboolean

The teleworking status on the contract change

es_cotization_groupinteger

The cotization group on the contract change

es_contract_observationsstring

The contract observations on the contract change

es_job_descriptionstring

The job description on the contract change

es_contract_type_idstring

The contract type id on the contract change

es_contract_type_namestring

The contract type name on the contract change

es_trial_period_ends_onstring

The trial period end date on the contract change

es_working_day_type_idstring

The working day type id on the contract change

es_education_level_idstring

The education level id on the contract change

es_professional_category_idstring

The professional category id on the contract change

fr_employee_typestring

The employee type on the contract change

fr_forfait_joursboolean required

The forfait jours status on the contract change

fr_jours_par_aninteger

The jours par an on the contract change

fr_coefficientstring

The coefficient on the contract change

fr_level_idstring

The level id on the contract change

fr_level_namestring

The level name on the contract change

fr_step_idstring

The step id on the contract change

fr_step_namestring

The step name on the contract change

fr_mutual_idstring

The mutual id on the contract change

fr_mutual_namestring

The mutual name on the contract change

fr_professional_category_idstring

The professional category id on the contract change

fr_professional_category_namestring

The professional category name on the contract change

fr_work_type_idstring

The work type id on the contract change

fr_work_type_namestring

The work type name on the contract change

compensation_idsstring[]
fr_contract_type_idstring

The contract type id on the contract change

fr_contract_type_namestring

The contract type name on the contract change

de_contract_type_idstring

The contract type id on the contract change

de_contract_type_namestring

The contract type name on the contract change

pt_contract_type_idstring

The contract type id on the contract change

pt_contract_type_namestring

The contract type name on the contract change

created_atstring required
updated_atstring required

Example response

{
  "id": "1",
  "status": "done",
  "effective_on": "2024-10-06",
  "starts_on": "2024-10-06",
  "ends_on": "2024-10-06",
  "employee_id": "1",
  "job_title": "The job title",
  "job_role": "The job role",
  "job_level": "The job level",
  "has_payroll": true,
  "salary_amount": 200000,
  "salary_frequency": "monthly",
  "working_week_days": "Monday",
  "working_hours": 40,
  "working_hours_frequency": "weekly",
  "country": "es",
  "es_has_teleworking_contract": true,
  "es_cotization_group": 1,
  "es_contract_observations": "The contract observations",
  "es_job_description": "The job description",
  "es_contract_type_id": "1",
  "es_contract_type_name": "The contract type name",
  "es_trial_period_ends_on": "2024-10-06",
  "es_working_day_type_id": "1",
  "es_education_level_id": "1",
  "es_professional_category_id": "1",
  "fr_employee_type": "The employee type",
  "fr_forfait_jours": true,
  "fr_jours_par_an": 1,
  "fr_coefficient": "The coefficient",
  "fr_level_id": "1",
  "fr_level_name": "The level name",
  "fr_step_id": "1",
  "fr_step_name": "The step name",
  "fr_mutual_id": "1",
  "fr_mutual_name": "The mutual name",
  "fr_professional_category_id": "1",
  "fr_professional_category_name": "The professional category name",
  "fr_work_type_id": "1",
  "fr_work_type_name": "The work type name",
  "fr_contract_type_id": "1",
  "fr_contract_type_name": "The contract type name",
  "de_contract_type_id": "1",
  "de_contract_type_name": "The contract type name",
  "pt_contract_type_id": "1",
  "pt_contract_type_name": "The contract type name"
}