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:
firstName
surname
employmentDate
- Additional Info:
sprEmplPersonalInfo
can be auto-inserted by the system, manually inserted with deep insert, or later with[POST]
.
- Method:
-
Create Contract
- Method:
[POST] sprContract
- Fields:
startDate
contractType
- Method:
-
Create Allocation
- Method:
[POST] sprAllocation
- Fields:
employeeNumber / employeeId
contractNumber / contractId
startDate
,positionCode / positionId
emplPostGroupCode / emplPostGroupId
wScheduleFormulaCode / wScheduleFormulaId
- Additional Info:
sprAllocationSalary
can be auto-inserted by the system, manually inserted with deep insert, or later with[POST]
.
- Method: