POST api/Report/SalespersonWiseSoldQtyNSoldValue_Report

Request Information

URI Parameters

None.

Body Parameters

SalespersonWiseSoldQty_N_SoldValue_Report_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

QtySoldBrandCodeList

string

None.

ValueSoldBrandCodeList

string

None.

QtySoldProductCodeList

string

None.

ValueSoldProductCodeList

string

None.

QtySoldProductCatgCodeList

string

None.

ValueSoldProductCatgCodeList

string

None.

QtySoldItemCatgCodeList

string

None.

ValueSoldItemCatgCodeList

string

None.

QtySoldItemClassTypeCodeList

string

None.

ValueSoldItemClassTypeCodeList

string

None.

QtySoldItemClassCodeList

string

None.

ValueSoldItemClassCodeList

string

None.

QtySoldItemModelSearchCodeList

string

None.

ValueSoldItemModelSearchCodeList

string

None.

IncludeTaxes

boolean

None.

IncludeDiscounts

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "QtySoldBrandCodeList": "sample string 7",
  "ValueSoldBrandCodeList": "sample string 8",
  "QtySoldProductCodeList": "sample string 9",
  "ValueSoldProductCodeList": "sample string 10",
  "QtySoldProductCatgCodeList": "sample string 11",
  "ValueSoldProductCatgCodeList": "sample string 12",
  "QtySoldItemCatgCodeList": "sample string 13",
  "ValueSoldItemCatgCodeList": "sample string 14",
  "QtySoldItemClassTypeCodeList": "sample string 15",
  "ValueSoldItemClassTypeCodeList": "sample string 16",
  "QtySoldItemClassCodeList": "sample string 17",
  "ValueSoldItemClassCodeList": "sample string 18",
  "QtySoldItemModelSearchCodeList": "sample string 19",
  "ValueSoldItemModelSearchCodeList": "sample string 20",
  "IncludeTaxes": true,
  "IncludeDiscounts": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<SalespersonWiseSoldQty_N_SoldValue_Report_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>6</EndDate>
  <IncludeDiscounts>true</IncludeDiscounts>
  <IncludeTaxes>true</IncludeTaxes>
  <QtySoldBrandCodeList>sample string 7</QtySoldBrandCodeList>
  <QtySoldItemCatgCodeList>sample string 13</QtySoldItemCatgCodeList>
  <QtySoldItemClassCodeList>sample string 17</QtySoldItemClassCodeList>
  <QtySoldItemClassTypeCodeList>sample string 15</QtySoldItemClassTypeCodeList>
  <QtySoldItemModelSearchCodeList>sample string 19</QtySoldItemModelSearchCodeList>
  <QtySoldProductCatgCodeList>sample string 11</QtySoldProductCatgCodeList>
  <QtySoldProductCodeList>sample string 9</QtySoldProductCodeList>
  <StartDate>5</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
  <ValueSoldBrandCodeList>sample string 8</ValueSoldBrandCodeList>
  <ValueSoldItemCatgCodeList>sample string 14</ValueSoldItemCatgCodeList>
  <ValueSoldItemClassCodeList>sample string 18</ValueSoldItemClassCodeList>
  <ValueSoldItemClassTypeCodeList>sample string 16</ValueSoldItemClassTypeCodeList>
  <ValueSoldItemModelSearchCodeList>sample string 20</ValueSoldItemModelSearchCodeList>
  <ValueSoldProductCatgCodeList>sample string 12</ValueSoldProductCatgCodeList>
  <ValueSoldProductCodeList>sample string 10</ValueSoldProductCodeList>
</SalespersonWiseSoldQty_N_SoldValue_Report_Inputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.