Skip to main content

Glossary

Every field name below is the real wire field name used by the Ergani Web API — you'll see these exact names in requests and responses. This page maps each one to a plain-English meaning. Bookmark it: you'll come back to it while reading Workflows and the Work Card API Reference.

Identity fields

FieldPlain English
f_afm_ergodotiThe employer's Tax ID (ΑΦΜ). Used to confirm the submission belongs to the connected employer.
f_aaThe branch number (Α/Α Παραρτήματος) — "0" for the main branch.
f_afmThe employee's Tax ID (ΑΦΜ).
f_eponymoThe employee's surname.
f_onomaThe employee's first name.

Event fields

FieldPlain English
f_typeThe kind of event: "0" = check-in (Προσέλευση), "1" = check-out (Αποχώρηση).
f_reference_dateThe work-day this event belongs to, as yyyy-MM-dd. A check-out after midnight still belongs to the previous day's reference date.
f_dateThe exact timestamp of the check-in/check-out, as ISO 8601 with a timezone offset (e.g. 2024-05-04T08:58:00+03:00).
f_aitiologiaA justification code (001, 002, or 003) required only when the event is submitted late. null for on-time events. See On-time vs. late.
f_commentsA free-text note attached to the whole submission. Optional.

Response fields

FieldPlain English
protocolErgani's confirmation ID for this submission. This is your proof the event was accepted — store it.
submitDateThe timestamp Ergani recorded the submission, as dd/MM/yyyy HH:mm.
idAn internal storage key for the submission. You won't need this for normal operation — use protocol instead.

Other terms

TermPlain English
ΑΦΜ (AFM)Greek Tax Registration Number — a 9-digit ID for both people and businesses.
WRKCardSEThe submission code for a Work Card check-in/check-out event. This is the code you send to Documents/{code}.
Παράρτημα (branch)A physical location/establishment under the same employer. Identified by f_aa.
Ημερολόγιο Πραγματικής Απασχόλησης"Actual Work Calendar" — Ergani's per-employee, per-day record built from accepted check-in/check-out events.