GET api/PBXMLVMonthlyBalance/GetAllMonthlyBalance?cccd={cccd}&AccNo={AccNo}&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. |
AccNo | 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", "Accno": 2, "TheMonthOf": "sample string 3", "Month_Name": "sample string 4", "yearof": "sample string 5", "CrAmt": 6.1, "DRAmt": 7.1, "First_day": "sample string 8", "Last_day": "sample string 9", "LEDGERNAME": "sample string 10", "PARENT": "sample string 11" }, { "cccd": "sample string 1", "Accno": 2, "TheMonthOf": "sample string 3", "Month_Name": "sample string 4", "yearof": "sample string 5", "CrAmt": 6.1, "DRAmt": 7.1, "First_day": "sample string 8", "Last_day": "sample string 9", "LEDGERNAME": "sample string 10", "PARENT": "sample string 11" }, { "cccd": "sample string 1", "Accno": 2, "TheMonthOf": "sample string 3", "Month_Name": "sample string 4", "yearof": "sample string 5", "CrAmt": 6.1, "DRAmt": 7.1, "First_day": "sample string 8", "Last_day": "sample string 9", "LEDGERNAME": "sample string 10", "PARENT": "sample string 11" } ]
text/html
Sample:
[{"cccd":"sample string 1","Accno":2,"TheMonthOf":"sample string 3","Month_Name":"sample string 4","yearof":"sample string 5","CrAmt":6.1,"DRAmt":7.1,"First_day":"sample string 8","Last_day":"sample string 9","LEDGERNAME":"sample string 10","PARENT":"sample string 11"},{"cccd":"sample string 1","Accno":2,"TheMonthOf":"sample string 3","Month_Name":"sample string 4","yearof":"sample string 5","CrAmt":6.1,"DRAmt":7.1,"First_day":"sample string 8","Last_day":"sample string 9","LEDGERNAME":"sample string 10","PARENT":"sample string 11"},{"cccd":"sample string 1","Accno":2,"TheMonthOf":"sample string 3","Month_Name":"sample string 4","yearof":"sample string 5","CrAmt":6.1,"DRAmt":7.1,"First_day":"sample string 8","Last_day":"sample string 9","LEDGERNAME":"sample string 10","PARENT":"sample string 11"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVMonthlyBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVMonthlyBalance> <Accno>2</Accno> <CrAmt>6.1</CrAmt> <DRAmt>7.1</DRAmt> <First_day>sample string 8</First_day> <LEDGERNAME>sample string 10</LEDGERNAME> <Last_day>sample string 9</Last_day> <Month_Name>sample string 4</Month_Name> <PARENT>sample string 11</PARENT> <TheMonthOf>sample string 3</TheMonthOf> <cccd>sample string 1</cccd> <yearof>sample string 5</yearof> </PBXMLVMonthlyBalance> <PBXMLVMonthlyBalance> <Accno>2</Accno> <CrAmt>6.1</CrAmt> <DRAmt>7.1</DRAmt> <First_day>sample string 8</First_day> <LEDGERNAME>sample string 10</LEDGERNAME> <Last_day>sample string 9</Last_day> <Month_Name>sample string 4</Month_Name> <PARENT>sample string 11</PARENT> <TheMonthOf>sample string 3</TheMonthOf> <cccd>sample string 1</cccd> <yearof>sample string 5</yearof> </PBXMLVMonthlyBalance> <PBXMLVMonthlyBalance> <Accno>2</Accno> <CrAmt>6.1</CrAmt> <DRAmt>7.1</DRAmt> <First_day>sample string 8</First_day> <LEDGERNAME>sample string 10</LEDGERNAME> <Last_day>sample string 9</Last_day> <Month_Name>sample string 4</Month_Name> <PARENT>sample string 11</PARENT> <TheMonthOf>sample string 3</TheMonthOf> <cccd>sample string 1</cccd> <yearof>sample string 5</yearof> </PBXMLVMonthlyBalance> </ArrayOfPBXMLVMonthlyBalance>