GET api/TransactionDetailPOSBranchWiseforlalog?strFromDate={strFromDate}&strToDate={strToDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strFromDate | string |
Required |
|
| strToDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of POSBranchwiseLaloge| Name | Description | Type | Additional information |
|---|---|---|---|
| BRANCHCODE | string |
None. |
|
| BRANCHNAME | string |
None. |
|
| BRANCHNAME_OTHER | string |
None. |
|
| TOTAL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BRANCHCODE": "sample string 1",
"BRANCHNAME": "sample string 2",
"BRANCHNAME_OTHER": "sample string 3",
"TOTAL": "sample string 4"
},
{
"BRANCHCODE": "sample string 1",
"BRANCHNAME": "sample string 2",
"BRANCHNAME_OTHER": "sample string 3",
"TOTAL": "sample string 4"
}
]
text/html
Sample:
[{"BRANCHCODE":"sample string 1","BRANCHNAME":"sample string 2","BRANCHNAME_OTHER":"sample string 3","TOTAL":"sample string 4"},{"BRANCHCODE":"sample string 1","BRANCHNAME":"sample string 2","BRANCHNAME_OTHER":"sample string 3","TOTAL":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfPOSBranchwiseLaloge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
<POSBranchwiseLaloge>
<BRANCHCODE>sample string 1</BRANCHCODE>
<BRANCHNAME>sample string 2</BRANCHNAME>
<BRANCHNAME_OTHER>sample string 3</BRANCHNAME_OTHER>
<TOTAL>sample string 4</TOTAL>
</POSBranchwiseLaloge>
<POSBranchwiseLaloge>
<BRANCHCODE>sample string 1</BRANCHCODE>
<BRANCHNAME>sample string 2</BRANCHNAME>
<BRANCHNAME_OTHER>sample string 3</BRANCHNAME_OTHER>
<TOTAL>sample string 4</TOTAL>
</POSBranchwiseLaloge>
</ArrayOfPOSBranchwiseLaloge>