Overview
This section describes the minimum steps required to create a new employee record, contract, and allocation in the system.
Steps
-
Create Employee
- Method:
[POST] sprEmployee - Fields:
firstNamesurnameemploymentDate
- Additional Info:
sprEmplPersonalInfocan be auto-inserted by the system, manually inserted with deep insert, or later with[POST].
- Method:
-
Create Contract
- Method:
[POST] sprContract - Fields:
startDatecontractType
- Method:
-
Create Allocation
- Method:
[POST] sprAllocation - Fields:
employeeNumber / employeeIdcontractNumber / contractIdstartDate,positionCode / positionIdemplPostGroupCode / emplPostGroupIdwScheduleFormulaCode / wScheduleFormulaId
- Additional Info:
sprAllocationSalarycan be auto-inserted by the system, manually inserted with deep insert, or later with[POST].
- Method: