GET api/PBXMLVProfitandLoss/GetAllProfitAndLossIncomeDetailed?cccd={cccd}&from={from}&to={to}&sessid={sessid}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
from | No documentation available. |
Define this parameter in the request URI. |
to | No documentation available. |
Define this parameter in the request URI. |
sessid | 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", "fromdt": "sample string 2", "todt": "sample string 3", "Accno": 4, "IncomeParticulars": "sample string 5", "LEDGERNAME": "sample string 6", "Amt": 7 }, { "cccd": "sample string 1", "fromdt": "sample string 2", "todt": "sample string 3", "Accno": 4, "IncomeParticulars": "sample string 5", "LEDGERNAME": "sample string 6", "Amt": 7 }, { "cccd": "sample string 1", "fromdt": "sample string 2", "todt": "sample string 3", "Accno": 4, "IncomeParticulars": "sample string 5", "LEDGERNAME": "sample string 6", "Amt": 7 } ]
text/html
Sample:
[{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","Accno":4,"IncomeParticulars":"sample string 5","LEDGERNAME":"sample string 6","Amt":7},{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","Accno":4,"IncomeParticulars":"sample string 5","LEDGERNAME":"sample string 6","Amt":7},{"cccd":"sample string 1","fromdt":"sample string 2","todt":"sample string 3","Accno":4,"IncomeParticulars":"sample string 5","LEDGERNAME":"sample string 6","Amt":7}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVProfitandLossIncome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVProfitandLossIncome> <Accno>4</Accno> <Amt>7</Amt> <IncomeParticulars>sample string 5</IncomeParticulars> <LEDGERNAME>sample string 6</LEDGERNAME> <cccd>sample string 1</cccd> <fromdt>sample string 2</fromdt> <todt>sample string 3</todt> </PBXMLVProfitandLossIncome> <PBXMLVProfitandLossIncome> <Accno>4</Accno> <Amt>7</Amt> <IncomeParticulars>sample string 5</IncomeParticulars> <LEDGERNAME>sample string 6</LEDGERNAME> <cccd>sample string 1</cccd> <fromdt>sample string 2</fromdt> <todt>sample string 3</todt> </PBXMLVProfitandLossIncome> <PBXMLVProfitandLossIncome> <Accno>4</Accno> <Amt>7</Amt> <IncomeParticulars>sample string 5</IncomeParticulars> <LEDGERNAME>sample string 6</LEDGERNAME> <cccd>sample string 1</cccd> <fromdt>sample string 2</fromdt> <todt>sample string 3</todt> </PBXMLVProfitandLossIncome> </ArrayOfPBXMLVProfitandLossIncome>