POST api/GenerateMonthlyPayroll/GeneratePayslip
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| commonClasses | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"EmployeeId": 1,
"SuccessCount": "sample string 2",
"EMP_ID": 3,
"COMMENT_LINE_1": "sample string 4",
"COMMENT_LINE_2": "sample string 5",
"PAY_PERIO_ID": 6,
"PAY_PERIO_IDs": [
1,
2,
3
],
"IsPayrollProcessed": 7
},
{
"EmployeeId": 1,
"SuccessCount": "sample string 2",
"EMP_ID": 3,
"COMMENT_LINE_1": "sample string 4",
"COMMENT_LINE_2": "sample string 5",
"PAY_PERIO_ID": 6,
"PAY_PERIO_IDs": [
1,
2,
3
],
"IsPayrollProcessed": 7
},
{
"EmployeeId": 1,
"SuccessCount": "sample string 2",
"EMP_ID": 3,
"COMMENT_LINE_1": "sample string 4",
"COMMENT_LINE_2": "sample string 5",
"PAY_PERIO_ID": 6,
"PAY_PERIO_IDs": [
1,
2,
3
],
"IsPayrollProcessed": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfCommonClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Common">
<CommonClass>
<COMMENT_LINE_1>sample string 4</COMMENT_LINE_1>
<COMMENT_LINE_2>sample string 5</COMMENT_LINE_2>
<EMP_ID>3</EMP_ID>
<EmployeeId>1</EmployeeId>
<IsPayrollProcessed>7</IsPayrollProcessed>
<PAY_PERIO_ID>6</PAY_PERIO_ID>
<PAY_PERIO_IDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
<d3p1:int>3</d3p1:int>
</PAY_PERIO_IDs>
<SuccessCount>sample string 2</SuccessCount>
</CommonClass>
<CommonClass>
<COMMENT_LINE_1>sample string 4</COMMENT_LINE_1>
<COMMENT_LINE_2>sample string 5</COMMENT_LINE_2>
<EMP_ID>3</EMP_ID>
<EmployeeId>1</EmployeeId>
<IsPayrollProcessed>7</IsPayrollProcessed>
<PAY_PERIO_ID>6</PAY_PERIO_ID>
<PAY_PERIO_IDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
<d3p1:int>3</d3p1:int>
</PAY_PERIO_IDs>
<SuccessCount>sample string 2</SuccessCount>
</CommonClass>
<CommonClass>
<COMMENT_LINE_1>sample string 4</COMMENT_LINE_1>
<COMMENT_LINE_2>sample string 5</COMMENT_LINE_2>
<EMP_ID>3</EMP_ID>
<EmployeeId>1</EmployeeId>
<IsPayrollProcessed>7</IsPayrollProcessed>
<PAY_PERIO_ID>6</PAY_PERIO_ID>
<PAY_PERIO_IDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
<d3p1:int>3</d3p1:int>
</PAY_PERIO_IDs>
<SuccessCount>sample string 2</SuccessCount>
</CommonClass>
</ArrayOfCommonClass>
application/x-www-form-urlencoded
Sample: