GET api/TransactionDetailsLalogeSalonDailySalesReport?strDateFrom={strDateFrom}&strDateTo={strDateTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strDateFrom

string

Required

strDateTo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mobappTrnDet_LalogeSalonDailySalesReport
NameDescriptionTypeAdditional information
BRANCHCODE

string

None.

BRANCHNAME

string

None.

BRANCHNAME_OTHER

string

None.

CAPTION

string

None.

TOTAL_VALUE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BRANCHCODE": "sample string 1",
    "BRANCHNAME": "sample string 2",
    "BRANCHNAME_OTHER": "sample string 3",
    "CAPTION": "sample string 4",
    "TOTAL_VALUE": "sample string 5"
  },
  {
    "BRANCHCODE": "sample string 1",
    "BRANCHNAME": "sample string 2",
    "BRANCHNAME_OTHER": "sample string 3",
    "CAPTION": "sample string 4",
    "TOTAL_VALUE": "sample string 5"
  }
]

text/html

Sample:
[{"BRANCHCODE":"sample string 1","BRANCHNAME":"sample string 2","BRANCHNAME_OTHER":"sample string 3","CAPTION":"sample string 4","TOTAL_VALUE":"sample string 5"},{"BRANCHCODE":"sample string 1","BRANCHNAME":"sample string 2","BRANCHNAME_OTHER":"sample string 3","CAPTION":"sample string 4","TOTAL_VALUE":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfmobappTrnDet_LalogeSalonDailySalesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
  <mobappTrnDet_LalogeSalonDailySalesReport>
    <BRANCHCODE>sample string 1</BRANCHCODE>
    <BRANCHNAME>sample string 2</BRANCHNAME>
    <BRANCHNAME_OTHER>sample string 3</BRANCHNAME_OTHER>
    <CAPTION>sample string 4</CAPTION>
    <TOTAL_VALUE>sample string 5</TOTAL_VALUE>
  </mobappTrnDet_LalogeSalonDailySalesReport>
  <mobappTrnDet_LalogeSalonDailySalesReport>
    <BRANCHCODE>sample string 1</BRANCHCODE>
    <BRANCHNAME>sample string 2</BRANCHNAME>
    <BRANCHNAME_OTHER>sample string 3</BRANCHNAME_OTHER>
    <CAPTION>sample string 4</CAPTION>
    <TOTAL_VALUE>sample string 5</TOTAL_VALUE>
  </mobappTrnDet_LalogeSalonDailySalesReport>
</ArrayOfmobappTrnDet_LalogeSalonDailySalesReport>