Skip to main content

Environments & Companion Files

Trial vs. Production environments

Trial (Δοκιμαστικό)Production (Παραγωγικό)
Portalhttps://trialv2eservices.yeka.grhttps://eservices.yeka.gr
REST APIhttps://trialv2eservices.yeka.gr/WebservicesAPI/Api/https://eservices.yeka.gr/WebservicesAPI/Api/
API UIhttps://trialv2eservices.yeka.gr/WebservicesAPIUI/https://eservices.yeka.gr/WebservicesAPIUI/
Logine-ΕΦΚΑ credentials; branch users can be created for testinge-ΕΦΚΑ credentials for the production environment
Legal effectNone — submissions are marked "ΑΚΥΡΟ" (void)Legally binding

The corresponding XSD schemas and companion files are available on the trial environment's landing page, in a downloadable ZIP archive (HELP_FILES_SAMPLES.zip), which also contains a Postman collection (ERGANI.postman_collection.json).

Companion files by declaration type

DeclarationActionFile typeFilenameAPI submission code
Employment Relationship ChangeXML uploadXSDWorkingStatusChange_v1.xsd
Employment Relationship ChangeXML uploadXML exampleWorkingStatusChanges.xml
Employment Relationship ChangeWeb API (JSON)JSON exampleWorkingStatusChanges.jsonWKChgWK
Fixed Weekly ScheduleExcel bulk uploadXLSX exampleEXCEL_PROTOTYPE_WEEKLY.xlsx
Fixed Weekly ScheduleXML uploadXSDWTO_Weekly_v1.xsd
Fixed Weekly ScheduleXML uploadXML exampleWTOWEEKLY.xml
Fixed Weekly ScheduleWeb API (JSON)JSON exampleWTOWEEKLY.jsonWTOWeek
Variable/Modified Per-DayExcel bulk uploadXLSX exampleEXCEL_PROTOTYPE_DAILY_PROGRAM.xlsx
Variable/Modified Per-DayXML uploadXSDWTO_v1.xsd
Variable/Modified Per-DayXML uploadXML exampleWTODAILY.xml
Variable/Modified Per-DayWeb API (JSON)JSON exampleWTODaily.jsonWTODaily
LeavesExcel bulk uploadXLSX exampleEXCEL_PROTOTYPE_DAILY_LEAVES.xlsx
LeavesXML uploadXSDWTO_v2.xsd
LeavesXML uploadXML exampleswtoHoliday_v2.xml, wtoHolidayCor_v2.xml
LeavesWeb API (JSON)JSON exampleswtoHoliday_v2.json, wtoHolidayCor_v2.json
Overtime (E8)XML uploadXSDEOvertime_v2.xsd
Overtime (E8)XML uploadXML exampleOvertime.xml
Overtime (E8)Web API (JSON)JSON exampleOvertime.jsonOvTime
Hiring (E3)XML uploadXSDE3_v6.xsd
Hiring (E3)XML uploadXML exampleE3.xml
Hiring (E3)Web API (JSON)JSON exampleE3.jsonE3
Variable/Modified Per-Day (Απολογιστικό)XML uploadXSDWTO_v1.xsdWTODailyA
Overtime (E8 Απολογιστικό)XML uploadXSDEOvertime_v2.xsdOvTimeA
6th-Day Employment DeclarationXML uploadXSDSixthDay_v1.xsdSixthDay
Exemption from Pre-AnnouncementXML uploadXSDExProan.xsdExProan

Mass termination of active overtime (E8 Μαζική Λήξη)

For employers with many currently active (τρέχουσες) legal overtime declarations (E8 / OvTime), the ΠΣ ΕΡΓΑΝΗ portal provides a bulk-termination workflow:

ΕΝΤΥΠΑ ΣΕΠΕ → Υπερωρίες → Μαζική Λήξη

After selecting the branch and clicking [Εύρεση], the system lists all in-progress overtime entries for that branch. The user selects which entries to terminate immediately, then [Προσωρινή Αποθήκευση] — this stages a termination E8 for each selected entry, with f_to (end time) set to the moment of staging + 2 minutes.

Two-minute submission window

After [Προσωρινή Αποθήκευση], you have 2 minutes to review and click [Υποβολή]. If this window elapses without submitting, the staged termination is discarded and the mass-termination process must be restarted from [Εύρεση].

This is currently a portal-only workflow (no documented dedicated REST endpoint) — equivalent results via the API would require submitting individual OvTime termination entries.

Validating your XML

If you're producing XML for upload, validate it against the provided XSD before submitting. A simple free tool is Notepad++ with an XML plugin (e.g. XML Tools), which will highlight schema violations.