PUT api/EmployeePreparePayroll/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EditQuickDataEntryParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| Entries | Collection of string |
None. |
|
| LeaveItems | Collection of string |
None. |
|
| HolidayItems | Collection of string |
None. |
|
| HolidayItemRows | Collection of HolidayItemRowParam |
None. |
|
| PayrollItems | Collection of string |
None. |
|
| ChangeHistory | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"Entries": [
"sample string 1",
"sample string 2"
],
"LeaveItems": [
"sample string 1",
"sample string 2"
],
"HolidayItems": [
"sample string 1",
"sample string 2"
],
"HolidayItemRows": [
{
"JobPayRateId": 1,
"PubliHolidayId": 2,
"RateType": 0,
"RegularHour": "sample string 3",
"RegularTotal": 4.0,
"HolidayHour": "sample string 5",
"HolidayTotal": 6.0
},
{
"JobPayRateId": 1,
"PubliHolidayId": 2,
"RateType": 0,
"RegularHour": "sample string 3",
"RegularTotal": 4.0,
"HolidayHour": "sample string 5",
"HolidayTotal": 6.0
}
],
"PayrollItems": [
"sample string 1",
"sample string 2"
],
"ChangeHistory": "sample string 2",
"UserId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.