GET api/SalesSummary?thisdate={thisdate}&lastthisdate={lastthisdate}

Documentation for 'GetSalesSummary'.

Request Information

Parameters

NameDescriptionAdditional information
thisdate
Documentation for 'thisdate'.

Define this parameter in the request URI.

lastthisdate
Documentation for 'lastthisdate'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "shopcode": "sample string 1",
    "ttlamt": 2.0,
    "lastttlamt": 3.0,
    "noofivc": 4.0,
    "lastnoofivc": 5.0,
    "gp": 6.0,
    "lastgp": 7.0,
    "ttlqty": 8.0,
    "lastttlqty": 9.0,
    "updownamt": "sample string 10",
    "updownamtpercent": 11.0,
    "updownivc": "sample string 12",
    "updownivcpercent": 13.0,
    "updowngp": "sample string 14",
    "updowngppercent": 15.0,
    "updownttlqty": "sample string 16",
    "updownttlqtypercent": 17.0,
    "weatherweight": 18.0
  },
  {
    "shopcode": "sample string 1",
    "ttlamt": 2.0,
    "lastttlamt": 3.0,
    "noofivc": 4.0,
    "lastnoofivc": 5.0,
    "gp": 6.0,
    "lastgp": 7.0,
    "ttlqty": 8.0,
    "lastttlqty": 9.0,
    "updownamt": "sample string 10",
    "updownamtpercent": 11.0,
    "updownivc": "sample string 12",
    "updownivcpercent": 13.0,
    "updowngp": "sample string 14",
    "updowngppercent": 15.0,
    "updownttlqty": "sample string 16",
    "updownttlqtypercent": 17.0,
    "weatherweight": 18.0
  },
  {
    "shopcode": "sample string 1",
    "ttlamt": 2.0,
    "lastttlamt": 3.0,
    "noofivc": 4.0,
    "lastnoofivc": 5.0,
    "gp": 6.0,
    "lastgp": 7.0,
    "ttlqty": 8.0,
    "lastttlqty": 9.0,
    "updownamt": "sample string 10",
    "updownamtpercent": 11.0,
    "updownivc": "sample string 12",
    "updownivcpercent": 13.0,
    "updowngp": "sample string 14",
    "updowngppercent": 15.0,
    "updownttlqty": "sample string 16",
    "updownttlqtypercent": 17.0,
    "weatherweight": 18.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfSalesSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetService.Models">
  <SalesSummary>
    <gp>6</gp>
    <lastgp>7</lastgp>
    <lastnoofivc>5</lastnoofivc>
    <lastttlamt>3</lastttlamt>
    <lastttlqty>9</lastttlqty>
    <noofivc>4</noofivc>
    <shopcode>sample string 1</shopcode>
    <ttlamt>2</ttlamt>
    <ttlqty>8</ttlqty>
    <updownamt>sample string 10</updownamt>
    <updownamtpercent>11</updownamtpercent>
    <updowngp>sample string 14</updowngp>
    <updowngppercent>15</updowngppercent>
    <updownivc>sample string 12</updownivc>
    <updownivcpercent>13</updownivcpercent>
    <updownttlqty>sample string 16</updownttlqty>
    <updownttlqtypercent>17</updownttlqtypercent>
    <weatherweight>18</weatherweight>
  </SalesSummary>
  <SalesSummary>
    <gp>6</gp>
    <lastgp>7</lastgp>
    <lastnoofivc>5</lastnoofivc>
    <lastttlamt>3</lastttlamt>
    <lastttlqty>9</lastttlqty>
    <noofivc>4</noofivc>
    <shopcode>sample string 1</shopcode>
    <ttlamt>2</ttlamt>
    <ttlqty>8</ttlqty>
    <updownamt>sample string 10</updownamt>
    <updownamtpercent>11</updownamtpercent>
    <updowngp>sample string 14</updowngp>
    <updowngppercent>15</updowngppercent>
    <updownivc>sample string 12</updownivc>
    <updownivcpercent>13</updownivcpercent>
    <updownttlqty>sample string 16</updownttlqty>
    <updownttlqtypercent>17</updownttlqtypercent>
    <weatherweight>18</weatherweight>
  </SalesSummary>
  <SalesSummary>
    <gp>6</gp>
    <lastgp>7</lastgp>
    <lastnoofivc>5</lastnoofivc>
    <lastttlamt>3</lastttlamt>
    <lastttlqty>9</lastttlqty>
    <noofivc>4</noofivc>
    <shopcode>sample string 1</shopcode>
    <ttlamt>2</ttlamt>
    <ttlqty>8</ttlqty>
    <updownamt>sample string 10</updownamt>
    <updownamtpercent>11</updownamtpercent>
    <updowngp>sample string 14</updowngp>
    <updowngppercent>15</updowngppercent>
    <updownivc>sample string 12</updownivc>
    <updownivcpercent>13</updownivcpercent>
    <updownttlqty>sample string 16</updownttlqty>
    <updownttlqtypercent>17</updownttlqtypercent>
    <weatherweight>18</weatherweight>
  </SalesSummary>
</ArrayOfSalesSummary>