v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBEmployees > Employee
Create with contracts an Employee
Create an employee with a contract
post/api/2026-07-01/resources/employees/employees/create_with_contract
Request body
Example request
{
"company_id": "1",
"first_name": "Ana",
"last_name": "Blanco Perez",
"email": "ana@factorial.com",
"contract_effective_on": "2024-10-06",
"contract_starts_on": "2024-10-06",
"ends_on": "2024-10-06",
"gender": "female",
"identifier": "QKG587532Y",
"identifier_type": "passport",
"identifier_expiration_date": "2023-12-31",
"birthday_on": "1990-06-06",
"nationality": "ES",
"address_line1": "Calle Adaro 10 1 A",
"address_line_2": "Calle Adaro 10 1 A",
"city": "Santander",
"state": "Cantabria",
"country": "es",
"bank_number": "ES6220809324751871912999",
"swift_bic": "CAGLES2M510",
"manager_id": "1",
"timeoff_manager_id": "1",
"legal_entity_id": "1",
"company_identifier": "bb9d281e",
"seniority_calculation_date": "2024-10-07",
"job_catalog_tree_node_uuid": "jobcatalog_treelevel-14",
"team_id": "1",
"location_id": "1",
"has_trial_period": true,
"trial_period_ends_on": "2024-10-06",
"contact_name": "Laura Delgado",
"contact_number": "647384950",
"phone_number": "657483987",
"a3_innuva_code": "35600",
"a3_nom_code": "45600",
"contracts_bank_holiday_treatment": "workable",
"contracts_annual_working_time_distribution": "limit_daily_hours",
"contracts_working_time_percentage_in_cents": 8000,
"contracts_max_legal_yearly_hours": 18000,
"contracts_maximum_weekly_hours": 400
}Response
OK
Example response
{
"id": "2",
"access_id": "1",
"first_name": "Ana",
"last_name": "Blanco Perez",
"full_name": "Ana Blanco Perez",
"preferred_name": "Anita",
"birth_name": "Anna",
"gender": "female",
"identifier": "QKG587532Y",
"identifier_type": "passport",
"email": "ana@factorial.com",
"login_email": "ana@factorial.com",
"birthday_on": "1990-06-06",
"nationality": "es",
"address_line_1": "Calle Adaro 10 1 A",
"address_line_2": "Calle Adaro 10 1 A",
"postal_code": "27004",
"city": "Santander",
"state": "Cantabria",
"country": "es",
"bank_number": "ES6220809324751871912999",
"swift_bic": "CAGLES2M510",
"bank_number_format": "iban",
"company_id": "1",
"legal_entity_id": "1",
"location_id": "1",
"default_work_area_id": "1",
"created_at": "2010-10-06T00:00:00.000Z",
"updated_at": "2024-10-06T00:00:00.000Z",
"social_security_number": "150126298420",
"terminated_on": "2024-10-06",
"termination_reason_type": "others",
"termination_reason": "The employee has left the company",
"termination_observations": "Ana has been working on this project before she left",
"manager_id": "1",
"timeoff_manager_id": "1",
"phone_number": "657483987",
"company_identifier": "bb9d281e",
"age_number": 30,
"termination_type_description": "Baja voluntaria/Dimisión",
"contact_name": "Laura Delgado",
"contact_number": "647384950",
"personal_email": "ana@factorial.com",
"seniority_calculation_date": "2024-10-07",
"communications_email": "employee@company.com",
"unconfirmed_communications_email": "new-email@example.com",
"pronouns": "She/Her",
"active": true,
"disability_percentage_cents": 1200,
"identifier_expiration_date": "2023-12-31",
"attendable": true,
"country_of_birth": "Spain",
"birthplace": "Barcelona"
}