A probationary-period represents a period during which an employment's employee under scrutiny to find out if they are the right fit and have sufficient skills for the position.

Only one probationary-period may be created for a single employment.

A probationary-period start date startsOn is read-only as it must always be equal to the related employment start date startsOn.

id
string
required
Minimum length: 1
type
string
required
Allowed value: "probationary-period"
url
string
required
employment
object
required

The employment this probationary-period applies to. Cannot be modified once the probationary-period is created.

Example:
{
  "id": "354",
  "type": "employment",
  "url": "https://example.ilucca.net/lucca-api/employments/354"
}
initialEndsOn
string
required

Initial end date of the probationary-period.

startsOn
string

Read-only. Equal to the related employment start date.

endsOn
string

Read-only. End date of the probationary-period, equal to extendedEndsOn if not null, and initialEndsOn otherwise.

extendedEndsOn
string | null

End date of the probationary-period in case it was extended.

createdAt
string

Read-only. UTC timestamp of the moment this object was created.

Example:

"2023-01-23T12:45:23.1234Z"

lastUpdatedAt
string

Read-only. UTC timestamp of the moment this object was last updated. Set upon creation, update or deletion of the object.

Example:

"2023-01-23T12:45:23.1234Z"