POST api/PayrollPaySettings/UpdateNextIncrement
Request Information
URI Parameters
None.
Body Parameters
PPayrollPaySettingsUpdateNextIncrVM| Name | Description | Type | Additional information |
|---|---|---|---|
| EmppayId | integer |
Required |
|
| IncrMonthNum | MonthsLookupVM |
Required |
|
| IncrYearNum | integer |
Required |
|
| IncrRemarks | string |
String length: inclusive between 0 and 100 |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"EmppayId": 1,
"IncrMonthNum": {
"MonthId": 1,
"MonthName": "sample string 2"
},
"IncrYearNum": 2,
"IncrRemarks": "sample string 3",
"UpdateUser": 4,
"UpdateIp": "sample string 5"
}
application/xml, text/xml
Sample:
<PPayrollPaySettingsUpdateNextIncrVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<EmppayId>1</EmppayId>
<IncrMonthNum>
<MonthId>1</MonthId>
<MonthName>sample string 2</MonthName>
</IncrMonthNum>
<IncrRemarks>sample string 3</IncrRemarks>
<IncrYearNum>2</IncrYearNum>
<UpdateIp>sample string 5</UpdateIp>
<UpdateUser>4</UpdateUser>
</PPayrollPaySettingsUpdateNextIncrVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.