POST api/QuickDataEntry/Bonus
Request Information
URI Parameters
None.
Body Parameters
QuickDataEntryBonusParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PreparePayrollId | integer |
None. |
|
| EmployeeEntries | Collection of string |
None. |
|
| Rows | Collection of QuickDataEntryBonusRowParam |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PreparePayrollId": 1,
"EmployeeEntries": [
"sample string 1",
"sample string 2"
],
"Rows": [
{
"EmployeeId": 1,
"JobContractId": 2,
"PayrollDepartmentId": 3,
"PayrollItemId": 4,
"Amount": "sample string 5"
},
{
"EmployeeId": 1,
"JobContractId": 2,
"PayrollDepartmentId": 3,
"PayrollItemId": 4,
"Amount": "sample string 5"
}
],
"UserId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.