GET api/TransactionDetailCashAndBank?strBranch={strBranch}&CashOrbank={CashOrbank}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strBranch | string |
Required |
|
| CashOrbank | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mobappTrnDet_CashAndBank| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCODE | string |
None. |
|
| ACNAME | string |
None. |
|
| DIVISION | string |
None. |
|
| BAL_AMT | string |
None. |
|
| BAL_GOLD | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ACCODE": "sample string 1",
"ACNAME": "sample string 2",
"DIVISION": "sample string 3",
"BAL_AMT": "sample string 4",
"BAL_GOLD": "sample string 5"
},
{
"ACCODE": "sample string 1",
"ACNAME": "sample string 2",
"DIVISION": "sample string 3",
"BAL_AMT": "sample string 4",
"BAL_GOLD": "sample string 5"
}
]
text/html
Sample:
[{"ACCODE":"sample string 1","ACNAME":"sample string 2","DIVISION":"sample string 3","BAL_AMT":"sample string 4","BAL_GOLD":"sample string 5"},{"ACCODE":"sample string 1","ACNAME":"sample string 2","DIVISION":"sample string 3","BAL_AMT":"sample string 4","BAL_GOLD":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfmobappTrnDet_CashAndBank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
<mobappTrnDet_CashAndBank>
<ACCODE>sample string 1</ACCODE>
<ACNAME>sample string 2</ACNAME>
<BAL_AMT>sample string 4</BAL_AMT>
<BAL_GOLD>sample string 5</BAL_GOLD>
<DIVISION>sample string 3</DIVISION>
</mobappTrnDet_CashAndBank>
<mobappTrnDet_CashAndBank>
<ACCODE>sample string 1</ACCODE>
<ACNAME>sample string 2</ACNAME>
<BAL_AMT>sample string 4</BAL_AMT>
<BAL_GOLD>sample string 5</BAL_GOLD>
<DIVISION>sample string 3</DIVISION>
</mobappTrnDet_CashAndBank>
</ArrayOfmobappTrnDet_CashAndBank>