The employment resource
The employment resource represents a relationship between an employee and a legal-entity over a continuous period. It may actually represent a work contract, an internship agreement, a contractor's contract, etc...
The actual job of the employee is defined through the job-position resource, which references an employment. Over the course of his/her employment, the employee may occupy several job-positions.
1
"employment"
Reference to an employment-template resource.
{
"id": "857",
"type": "employment-template",
"url": "https://example.ilucca.net/lucca-api/employment-templates/857"
}
Resource identifier in a third-party system.
1 - 200
Reference to an employee resource.
{
"id": "416",
"type": "employee",
"url": "https://example.ilucca.net/lucca-api/employees/416"
}
Read-only. Reference to a legal-entity. Inferred from the business-establishment of its first job-position.
{
"id": "123",
"type": "legal-entity",
"url": "https://example.ilucca.net/lucca-api/legal-entities/123"
}
Reference to a file resource.
{
"id": "9283sdf",
"type": "file",
"url": "https://example.ilucca.net/lucca-api/files/9283sdf"
}
Read-only. UTC timestamp of the moment this object was created.
"2023-01-23T12:45:23.1234Z"
Read-only. UTC timestamp of the moment this object was last updated. Set upon creation, update or deletion of the object.
"2023-01-23T12:45:23.1234Z"
Was this page helpful?