GET api/TransactionDetailPOSDiaSales?strDateFrom={strDateFrom}&strDateTo={strDateTo}&strDivision={strDivision}&strBranch={strBranch}&strTopCount={strTopCount}&strOrder={strOrder}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strDateFrom | string |
Required |
|
| strDateTo | string |
Required |
|
| strDivision | string |
Required |
|
| strBranch | string |
Required |
|
| strTopCount | string |
Required |
|
| strOrder | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mobappTrnDet_POS_DiaSale| Name | Description | Type | Additional information |
|---|---|---|---|
| GROUP_NAME | string |
None. |
|
| GROUP_VALUE | string |
None. |
|
| GROSSWT | string |
None. |
|
| NET_AMT | string |
None. |
|
| GP | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GROUP_NAME": "sample string 1",
"GROUP_VALUE": "sample string 2",
"GROSSWT": "sample string 3",
"NET_AMT": "sample string 4",
"GP": "sample string 5"
},
{
"GROUP_NAME": "sample string 1",
"GROUP_VALUE": "sample string 2",
"GROSSWT": "sample string 3",
"NET_AMT": "sample string 4",
"GP": "sample string 5"
}
]
text/html
Sample:
[{"GROUP_NAME":"sample string 1","GROUP_VALUE":"sample string 2","GROSSWT":"sample string 3","NET_AMT":"sample string 4","GP":"sample string 5"},{"GROUP_NAME":"sample string 1","GROUP_VALUE":"sample string 2","GROSSWT":"sample string 3","NET_AMT":"sample string 4","GP":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfmobappTrnDet_POS_DiaSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
<mobappTrnDet_POS_DiaSale>
<GP>sample string 5</GP>
<GROSSWT>sample string 3</GROSSWT>
<GROUP_NAME>sample string 1</GROUP_NAME>
<GROUP_VALUE>sample string 2</GROUP_VALUE>
<NET_AMT>sample string 4</NET_AMT>
</mobappTrnDet_POS_DiaSale>
<mobappTrnDet_POS_DiaSale>
<GP>sample string 5</GP>
<GROSSWT>sample string 3</GROSSWT>
<GROUP_NAME>sample string 1</GROUP_NAME>
<GROUP_VALUE>sample string 2</GROUP_VALUE>
<NET_AMT>sample string 4</NET_AMT>
</mobappTrnDet_POS_DiaSale>
</ArrayOfmobappTrnDet_POS_DiaSale>