POST api/PayrollIncrement/Save
Request Information
URI Parameters
None.
Body Parameters
PayrollIncrementSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| BookId | integer |
Required |
|
| EntryDate | string |
Required |
|
| Refno | string |
Required String length: inclusive between 0 and 15 |
|
| Employee | EmployeeLookup |
Required |
|
| MonthFrom | MonthsLookupVM |
Required |
|
| YearFrom | integer |
Required |
|
| IncrDate | string |
None. |
|
| PayFrom | PayrollBasicPayLookupVM |
Required |
|
| StageSlnoFrom | integer |
Required |
|
| IncrCount | integer |
Required |
|
| PayTo | PayrollBasicPayLookupVM |
Required |
|
| StageSlnoTo | integer |
Required |
|
| ArrearStatus | string |
Required Matching regular expression pattern: Y|N |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
|
| CurrentBasic | decimal number |
Required |
|
| NewBasic | decimal number |
Required |
|
| FinYear | integer |
None. |
|
| NextIncrMonth | MonthsLookupVM |
None. |
|
| NextIncrYear | integer |
None. |
|
| NextIncrRemarks | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"BookId": 1,
"EntryDate": "sample string 2",
"Refno": "sample string 3",
"Employee": {
"EmployeeId": 1,
"EmployeeName": "sample string 2",
"Prefix": "sample string 3",
"PresentHouseName": "sample string 4",
"PresentAddress": "sample string 5",
"EmployeeStatus": "sample string 6"
},
"MonthFrom": {
"MonthId": 1,
"MonthName": "sample string 2"
},
"YearFrom": 4,
"IncrDate": "sample string 5",
"PayFrom": {
"BpayId": 1,
"BpayDesc": "sample string 2"
},
"StageSlnoFrom": 6,
"IncrCount": 7,
"PayTo": {
"BpayId": 1,
"BpayDesc": "sample string 2"
},
"StageSlnoTo": 8,
"ArrearStatus": "sample string 9",
"CreateUser": 10,
"CreateIp": "sample string 11",
"CurrentBasic": 12.0,
"NewBasic": 13.0,
"FinYear": 14,
"NextIncrMonth": {
"MonthId": 1,
"MonthName": "sample string 2"
},
"NextIncrYear": 15,
"NextIncrRemarks": "sample string 16"
}
application/xml, text/xml
Sample:
<PayrollIncrementSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ArrearStatus>sample string 9</ArrearStatus>
<BookId>1</BookId>
<CreateIp>sample string 11</CreateIp>
<CreateUser>10</CreateUser>
<CurrentBasic>12</CurrentBasic>
<Employee>
<EmployeeId>1</EmployeeId>
<EmployeeName>sample string 2</EmployeeName>
<EmployeeStatus>sample string 6</EmployeeStatus>
<Prefix>sample string 3</Prefix>
<PresentAddress>sample string 5</PresentAddress>
<PresentHouseName>sample string 4</PresentHouseName>
</Employee>
<EntryDate>sample string 2</EntryDate>
<FinYear>14</FinYear>
<IncrCount>7</IncrCount>
<IncrDate>sample string 5</IncrDate>
<MonthFrom>
<MonthId>1</MonthId>
<MonthName>sample string 2</MonthName>
</MonthFrom>
<NewBasic>13</NewBasic>
<NextIncrMonth>
<MonthId>1</MonthId>
<MonthName>sample string 2</MonthName>
</NextIncrMonth>
<NextIncrRemarks>sample string 16</NextIncrRemarks>
<NextIncrYear>15</NextIncrYear>
<PayFrom>
<BpayDesc>sample string 2</BpayDesc>
<BpayId>1</BpayId>
</PayFrom>
<PayTo>
<BpayDesc>sample string 2</BpayDesc>
<BpayId>1</BpayId>
</PayTo>
<Refno>sample string 3</Refno>
<StageSlnoFrom>6</StageSlnoFrom>
<StageSlnoTo>8</StageSlnoTo>
<YearFrom>4</YearFrom>
</PayrollIncrementSaveVM>
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.