GET api/PBXMLVPayrollRegister/GetAllPBXMLVPayrollRegister?cccd={cccd}&StartMonth={StartMonth}&EndMonth={EndMonth}&StartYear={StartYear}&EndYear={EndYear}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| StartMonth | No documentation available. |
Define this parameter in the request URI. |
| EndMonth | No documentation available. |
Define this parameter in the request URI. |
| StartYear | No documentation available. |
Define this parameter in the request URI. |
| EndYear | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Cccd": "sample string 1",
"FINANCIALYEAR": "sample string 2",
"MONTH_NAME": "sample string 3",
"TOTALVCH": "sample string 4",
"Month_Name": "sample string 5",
"Month_No": "sample string 6",
"First_Day": "sample string 7",
"Last_Day": "sample string 8",
"Serial_Number": "sample string 9"
},
{
"Cccd": "sample string 1",
"FINANCIALYEAR": "sample string 2",
"MONTH_NAME": "sample string 3",
"TOTALVCH": "sample string 4",
"Month_Name": "sample string 5",
"Month_No": "sample string 6",
"First_Day": "sample string 7",
"Last_Day": "sample string 8",
"Serial_Number": "sample string 9"
},
{
"Cccd": "sample string 1",
"FINANCIALYEAR": "sample string 2",
"MONTH_NAME": "sample string 3",
"TOTALVCH": "sample string 4",
"Month_Name": "sample string 5",
"Month_No": "sample string 6",
"First_Day": "sample string 7",
"Last_Day": "sample string 8",
"Serial_Number": "sample string 9"
}
]
text/html
Sample:
[{"Cccd":"sample string 1","FINANCIALYEAR":"sample string 2","MONTH_NAME":"sample string 3","TOTALVCH":"sample string 4","Month_Name":"sample string 5","Month_No":"sample string 6","First_Day":"sample string 7","Last_Day":"sample string 8","Serial_Number":"sample string 9"},{"Cccd":"sample string 1","FINANCIALYEAR":"sample string 2","MONTH_NAME":"sample string 3","TOTALVCH":"sample string 4","Month_Name":"sample string 5","Month_No":"sample string 6","First_Day":"sample string 7","Last_Day":"sample string 8","Serial_Number":"sample string 9"},{"Cccd":"sample string 1","FINANCIALYEAR":"sample string 2","MONTH_NAME":"sample string 3","TOTALVCH":"sample string 4","Month_Name":"sample string 5","Month_No":"sample string 6","First_Day":"sample string 7","Last_Day":"sample string 8","Serial_Number":"sample string 9"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVPayrollRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVPayrollRegister>
<Cccd>sample string 1</Cccd>
<FINANCIALYEAR>sample string 2</FINANCIALYEAR>
<First_Day>sample string 7</First_Day>
<Last_Day>sample string 8</Last_Day>
<MONTH_NAME>sample string 3</MONTH_NAME>
<Month_Name>sample string 5</Month_Name>
<Month_No>sample string 6</Month_No>
<Serial_Number>sample string 9</Serial_Number>
<TOTALVCH>sample string 4</TOTALVCH>
</PBXMLVPayrollRegister>
<PBXMLVPayrollRegister>
<Cccd>sample string 1</Cccd>
<FINANCIALYEAR>sample string 2</FINANCIALYEAR>
<First_Day>sample string 7</First_Day>
<Last_Day>sample string 8</Last_Day>
<MONTH_NAME>sample string 3</MONTH_NAME>
<Month_Name>sample string 5</Month_Name>
<Month_No>sample string 6</Month_No>
<Serial_Number>sample string 9</Serial_Number>
<TOTALVCH>sample string 4</TOTALVCH>
</PBXMLVPayrollRegister>
<PBXMLVPayrollRegister>
<Cccd>sample string 1</Cccd>
<FINANCIALYEAR>sample string 2</FINANCIALYEAR>
<First_Day>sample string 7</First_Day>
<Last_Day>sample string 8</Last_Day>
<MONTH_NAME>sample string 3</MONTH_NAME>
<Month_Name>sample string 5</Month_Name>
<Month_No>sample string 6</Month_No>
<Serial_Number>sample string 9</Serial_Number>
<TOTALVCH>sample string 4</TOTALVCH>
</PBXMLVPayrollRegister>
</ArrayOfPBXMLVPayrollRegister>