POST api/SkippedPayPeriod
Request Information
URI Parameters
None.
Body Parameters
SkippedPayPeriodParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PayrollPayPeriodId | Collection of integer |
None. |
|
| UserId | integer |
None. |
|
| SkipDate | string |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayrollPayPeriodId": [
1,
2
],
"UserId": 1,
"SkipDate": "sample string 2",
"Reason": "sample string 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.