m3_create_wage
Create a wage record (mzdovy doklad) for payroll processing by submitting employee ID, year, month, and wage details. The async import queue handles the record generation for the specified payroll period.
Instructions
Create a wage record (mzdovy doklad) for payroll processing. Async import queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Payroll year | |
| month | Yes | Payroll month | |
| grossWage | No | Gross wage amount | |
| employeeId | Yes | Employee personal number | |
| hoursWorked | No | Hours worked | |
| projectCode | No | Project code (zakázka) | |
| costCenterCode | No | Cost center code | |
| definitionShortcut | No | XML transfer shortcut | _MZ |