POST api/PayrollSchedule
Request Information
URI Parameters
None.
Body Parameters
PayrollScheduleParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| FrequencyId | integer |
None. |
|
| FirstCheckDate | string |
None. |
|
| FirstStartDate | string |
None. |
|
| FirstEndDate | string |
None. |
|
| SecondCheckDate | string |
None. |
|
| SecondStartDate | string |
None. |
|
| SecondEndDate | string |
None. |
|
| IsAllowTimecardImport | boolean |
None. |
|
| Status | integer |
None. |
|
| PayrollDataInput | Collection of integer |
None. |
|
| IsAllowPayrollExport | boolean |
None. |
|
| PayrollExportDataInput | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"FrequencyId": 2,
"FirstCheckDate": "sample string 3",
"FirstStartDate": "sample string 4",
"FirstEndDate": "sample string 5",
"SecondCheckDate": "sample string 6",
"SecondStartDate": "sample string 7",
"SecondEndDate": "sample string 8",
"IsAllowTimecardImport": true,
"Status": 10,
"PayrollDataInput": [
1,
2
],
"IsAllowPayrollExport": true,
"PayrollExportDataInput": [
1,
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.