POST api/QuickDataEntry
Request Information
URI Parameters
None.
Body Parameters
QuickDataEntryParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PreparePayrollId | integer |
None. |
|
| EmployeeEntries | Collection of string |
None. |
|
| Rows | Collection of QuickDataEntryRowParam |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PreparePayrollId": 1,
"EmployeeEntries": [
"sample string 1",
"sample string 2"
],
"Rows": [
{
"EmployeeId": 1,
"JobPayRateId": 2,
"RegularHours": "sample string 3",
"OverTimeHours": "sample string 4"
},
{
"EmployeeId": 1,
"JobPayRateId": 2,
"RegularHours": "sample string 3",
"OverTimeHours": "sample string 4"
}
],
"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.