GET Account/AccountList/{CompanyCode}/{idType}/{dummy}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CompanyCode | No documentation available. |
Define this parameter in the request URI. |
| idType | No documentation available. |
Define this parameter in the request URI. |
| dummy | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"AccTypeId": 1,
"AccTypeCode": "sample string 2",
"AccTypeName": "sample string 3",
"acc": [
{
"AccId": 1,
"AccName": "sample string 2",
"MobileNo": "sample string 3",
"LoanAmt": 1.0,
"DepositAmt": 1.0,
"MaturityDt": "2025-12-20T01:30:38.5040843+05:30",
"Instructions": "sample string 4",
"ClosingAmt": 1.0
},
{
"AccId": 1,
"AccName": "sample string 2",
"MobileNo": "sample string 3",
"LoanAmt": 1.0,
"DepositAmt": 1.0,
"MaturityDt": "2025-12-20T01:30:38.5040843+05:30",
"Instructions": "sample string 4",
"ClosingAmt": 1.0
},
{
"AccId": 1,
"AccName": "sample string 2",
"MobileNo": "sample string 3",
"LoanAmt": 1.0,
"DepositAmt": 1.0,
"MaturityDt": "2025-12-20T01:30:38.5040843+05:30",
"Instructions": "sample string 4",
"ClosingAmt": 1.0
}
],
"TotalClosing": 1.0
}
text/html
Sample:
{"AccTypeId":1,"AccTypeCode":"sample string 2","AccTypeName":"sample string 3","acc":[{"AccId":1,"AccName":"sample string 2","MobileNo":"sample string 3","LoanAmt":1.0,"DepositAmt":1.0,"MaturityDt":"2025-12-20T01:30:38.5040843+05:30","Instructions":"sample string 4","ClosingAmt":1.0},{"AccId":1,"AccName":"sample string 2","MobileNo":"sample string 3","LoanAmt":1.0,"DepositAmt":1.0,"MaturityDt":"2025-12-20T01:30:38.5040843+05:30","Instructions":"sample string 4","ClosingAmt":1.0},{"AccId":1,"AccName":"sample string 2","MobileNo":"sample string 3","LoanAmt":1.0,"DepositAmt":1.0,"MaturityDt":"2025-12-20T01:30:38.5040843+05:30","Instructions":"sample string 4","ClosingAmt":1.0}],"TotalClosing":1.0}
application/xml, text/xml
Sample:
<AccountList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Controllers">
<AccTypeCode>sample string 2</AccTypeCode>
<AccTypeId>1</AccTypeId>
<AccTypeName>sample string 3</AccTypeName>
<TotalClosing>1</TotalClosing>
<acc>
<AccountDetail>
<AccId>1</AccId>
<AccName>sample string 2</AccName>
<ClosingAmt>1</ClosingAmt>
<DepositAmt>1</DepositAmt>
<Instructions>sample string 4</Instructions>
<LoanAmt>1</LoanAmt>
<MaturityDt>2025-12-20T01:30:38.5040843+05:30</MaturityDt>
<MobileNo>sample string 3</MobileNo>
</AccountDetail>
<AccountDetail>
<AccId>1</AccId>
<AccName>sample string 2</AccName>
<ClosingAmt>1</ClosingAmt>
<DepositAmt>1</DepositAmt>
<Instructions>sample string 4</Instructions>
<LoanAmt>1</LoanAmt>
<MaturityDt>2025-12-20T01:30:38.5040843+05:30</MaturityDt>
<MobileNo>sample string 3</MobileNo>
</AccountDetail>
<AccountDetail>
<AccId>1</AccId>
<AccName>sample string 2</AccName>
<ClosingAmt>1</ClosingAmt>
<DepositAmt>1</DepositAmt>
<Instructions>sample string 4</Instructions>
<LoanAmt>1</LoanAmt>
<MaturityDt>2025-12-20T01:30:38.5040843+05:30</MaturityDt>
<MobileNo>sample string 3</MobileNo>
</AccountDetail>
</acc>
</AccountList>