GET api/TransactionDetailsTopSalesmanReport?FrmDate={FrmDate}&ToDate={ToDate}&Branch={Branch}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FrmDate

date

Required

ToDate

date

Required

Branch

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TopSalesman
NameDescriptionTypeAdditional information
SRNO

string

None.

BRANCHCODE

string

None.

BRANCHNAME

string

None.

SALESMAN

string

None.

TOTALCLIENTS

string

None.

AVG

string

None.

AVG_VISIT

string

None.

SERVICE

string

None.

PRODUCT

string

None.

HOMESERVICE

string

None.

HAIR

string

None.

TOTAL_SALES

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SRNO": "sample string 1",
    "BRANCHCODE": "sample string 2",
    "BRANCHNAME": "sample string 3",
    "SALESMAN": "sample string 4",
    "TOTALCLIENTS": "sample string 5",
    "AVG": "sample string 6",
    "AVG_VISIT": "sample string 7",
    "SERVICE": "sample string 8",
    "PRODUCT": "sample string 9",
    "HOMESERVICE": "sample string 10",
    "HAIR": "sample string 11",
    "TOTAL_SALES": "sample string 12"
  },
  {
    "SRNO": "sample string 1",
    "BRANCHCODE": "sample string 2",
    "BRANCHNAME": "sample string 3",
    "SALESMAN": "sample string 4",
    "TOTALCLIENTS": "sample string 5",
    "AVG": "sample string 6",
    "AVG_VISIT": "sample string 7",
    "SERVICE": "sample string 8",
    "PRODUCT": "sample string 9",
    "HOMESERVICE": "sample string 10",
    "HAIR": "sample string 11",
    "TOTAL_SALES": "sample string 12"
  }
]

text/html

Sample:
[{"SRNO":"sample string 1","BRANCHCODE":"sample string 2","BRANCHNAME":"sample string 3","SALESMAN":"sample string 4","TOTALCLIENTS":"sample string 5","AVG":"sample string 6","AVG_VISIT":"sample string 7","SERVICE":"sample string 8","PRODUCT":"sample string 9","HOMESERVICE":"sample string 10","HAIR":"sample string 11","TOTAL_SALES":"sample string 12"},{"SRNO":"sample string 1","BRANCHCODE":"sample string 2","BRANCHNAME":"sample string 3","SALESMAN":"sample string 4","TOTALCLIENTS":"sample string 5","AVG":"sample string 6","AVG_VISIT":"sample string 7","SERVICE":"sample string 8","PRODUCT":"sample string 9","HOMESERVICE":"sample string 10","HAIR":"sample string 11","TOTAL_SALES":"sample string 12"}]

application/xml, text/xml

Sample:
<ArrayOfTopSalesman xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
  <TopSalesman>
    <AVG>sample string 6</AVG>
    <AVG_VISIT>sample string 7</AVG_VISIT>
    <BRANCHCODE>sample string 2</BRANCHCODE>
    <BRANCHNAME>sample string 3</BRANCHNAME>
    <HAIR>sample string 11</HAIR>
    <HOMESERVICE>sample string 10</HOMESERVICE>
    <PRODUCT>sample string 9</PRODUCT>
    <SALESMAN>sample string 4</SALESMAN>
    <SERVICE>sample string 8</SERVICE>
    <SRNO>sample string 1</SRNO>
    <TOTALCLIENTS>sample string 5</TOTALCLIENTS>
    <TOTAL_SALES>sample string 12</TOTAL_SALES>
  </TopSalesman>
  <TopSalesman>
    <AVG>sample string 6</AVG>
    <AVG_VISIT>sample string 7</AVG_VISIT>
    <BRANCHCODE>sample string 2</BRANCHCODE>
    <BRANCHNAME>sample string 3</BRANCHNAME>
    <HAIR>sample string 11</HAIR>
    <HOMESERVICE>sample string 10</HOMESERVICE>
    <PRODUCT>sample string 9</PRODUCT>
    <SALESMAN>sample string 4</SALESMAN>
    <SERVICE>sample string 8</SERVICE>
    <SRNO>sample string 1</SRNO>
    <TOTALCLIENTS>sample string 5</TOTALCLIENTS>
    <TOTAL_SALES>sample string 12</TOTAL_SALES>
  </TopSalesman>
</ArrayOfTopSalesman>