POST api/SupplementaryPayroll
Request Information
URI Parameters
None.
Body Parameters
SupplementaryPayrollParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PayrollType | integer |
None. |
|
| PayrollScheduleId | integer |
None. |
|
| PayrollPayPeriodId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| PayDate | string |
None. |
|
| PayrollSystemIds | Collection of integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayrollType": 1,
"PayrollScheduleId": 2,
"PayrollPayPeriodId": 3,
"Name": "sample string 4",
"Description": "sample string 5",
"StartDate": "sample string 6",
"EndDate": "sample string 7",
"PayDate": "sample string 8",
"PayrollSystemIds": [
1,
2
],
"UserId": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.