ЕСОЗ - публічна документація
Employee Data Model
Entities (tables)
Employee
This entity defines Employee information structure
Name | Type | M/O | Description and constraints |
---|---|---|---|
legal_entity_id | uuid | M | |
party_id | uuid | M | |
division_id | uuid | O | |
position | string | M | |
start_date | date | M | |
end_date | date | O | |
inserted_at | timestamp | M | |
inserted_by | uuid | M | |
updated_by | uuid | M | |
updated_at | timestamp | M | |
status | Dictionary: EMPLOYEE_STATUS | M | |
employee_type | Dictionary: EMPLOYEE_TYPE | M | |
is_active | boolean | M | |
status_reason | string | O |
Party
This entity defines Employee information structure
Name | Type | M/O | Description and constraints |
---|---|---|---|
ЕСОЗ - публічна документація