GET api/TransactionDetailsLalogeSalonPOSYearlyAnalysis?strDivision={strDivision}&strBranches={strBranches}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strDivision

string

Required

strBranches

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mobappTrnDet_POSYearlySaleAnalysis
NameDescriptionTypeAdditional information
Month_name

string

None.

YearCode

string

None.

GROSSWT

string

None.

NET_AMT

string

None.

GP

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Month_name": "sample string 1",
    "YearCode": "sample string 2",
    "GROSSWT": "sample string 3",
    "NET_AMT": "sample string 4",
    "GP": "sample string 5"
  },
  {
    "Month_name": "sample string 1",
    "YearCode": "sample string 2",
    "GROSSWT": "sample string 3",
    "NET_AMT": "sample string 4",
    "GP": "sample string 5"
  }
]

text/html

Sample:
[{"Month_name":"sample string 1","YearCode":"sample string 2","GROSSWT":"sample string 3","NET_AMT":"sample string 4","GP":"sample string 5"},{"Month_name":"sample string 1","YearCode":"sample string 2","GROSSWT":"sample string 3","NET_AMT":"sample string 4","GP":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfmobappTrnDet_POSYearlySaleAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
  <mobappTrnDet_POSYearlySaleAnalysis>
    <GP>sample string 5</GP>
    <GROSSWT>sample string 3</GROSSWT>
    <Month_name>sample string 1</Month_name>
    <NET_AMT>sample string 4</NET_AMT>
    <YearCode>sample string 2</YearCode>
  </mobappTrnDet_POSYearlySaleAnalysis>
  <mobappTrnDet_POSYearlySaleAnalysis>
    <GP>sample string 5</GP>
    <GROSSWT>sample string 3</GROSSWT>
    <Month_name>sample string 1</Month_name>
    <NET_AMT>sample string 4</NET_AMT>
    <YearCode>sample string 2</YearCode>
  </mobappTrnDet_POSYearlySaleAnalysis>
</ArrayOfmobappTrnDet_POSYearlySaleAnalysis>