POST api/Report/ReviewOfSalesNStockReport
Request Information
URI Parameters
None.
Body Parameters
ReviewOfSalesNStockReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| PartyType | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassficationTypeCodeList | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| GradeCodeList | string |
None. |
|
| RegionCodeList | string |
None. |
|
| DocumentTypeCodeList | string |
None. |
|
| Salesperson | string |
None. |
|
| ShowDiff | string |
None. |
|
| ScaleList | string |
None. |
|
| ScaleDesc | string |
None. |
|
| Groupby1 | string |
None. |
|
| Groupby2 | string |
None. |
|
| Groupby3 | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| StartDateList | string |
None. |
|
| EndDateList | string |
None. |
|
| AsOnDate | integer |
None. |
|
| ShowValue | boolean |
None. |
|
| Show_NonSaleStock | boolean |
None. |
|
| StockValueCalculation | string |
None. |
|
| TaxClass | string |
None. |
|
| PriceTemplateCode | string |
None. |
|
| NoOfColums | string |
None. |
|
| ShowStockInfo | boolean |
None. |
|
| ShowItemModel | boolean |
None. |
|
| IncludeTaxes | boolean |
None. |
|
| IncludeDiscounts | boolean |
None. |
|
| ShowTotColumns | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"PartyType": "sample string 5",
"BrandCodeList": "sample string 6",
"ProductCodeList": "sample string 7",
"ProductCategoryCodeList": "sample string 8",
"ItemCategoryCodeList": "sample string 9",
"ItemClassficationTypeCodeList": "sample string 10",
"ItemClassficationCodeList": "sample string 11",
"GradeCodeList": "sample string 12",
"RegionCodeList": "sample string 13",
"DocumentTypeCodeList": "sample string 14",
"Salesperson": "sample string 15",
"ShowDiff": "sample string 16",
"ScaleList": "sample string 17",
"ScaleDesc": "sample string 18",
"Groupby1": "sample string 19",
"Groupby2": "sample string 20",
"Groupby3": "sample string 21",
"Group1Name": "sample string 22",
"Group2Name": "sample string 23",
"Group3Name": "sample string 24",
"StartDateList": "sample string 25",
"EndDateList": "sample string 26",
"AsOnDate": 27,
"ShowValue": true,
"Show_NonSaleStock": true,
"StockValueCalculation": "sample string 30",
"TaxClass": "sample string 31",
"PriceTemplateCode": "sample string 32",
"NoOfColums": "sample string 33",
"ShowStockInfo": true,
"ShowItemModel": true,
"IncludeTaxes": true,
"IncludeDiscounts": true,
"ShowTotColumns": true,
"DownloadReport": true,
"RemoveColumns": "sample string 40"
}
application/xml, text/xml
Sample:
<ReviewOfSalesNStockReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AsOnDate>27</AsOnDate> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 6</BrandCodeList> <DBName>sample string 1</DBName> <DocumentTypeCodeList>sample string 14</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDateList>sample string 26</EndDateList> <GradeCodeList>sample string 12</GradeCodeList> <Group1Name>sample string 22</Group1Name> <Group2Name>sample string 23</Group2Name> <Group3Name>sample string 24</Group3Name> <Groupby1>sample string 19</Groupby1> <Groupby2>sample string 20</Groupby2> <Groupby3>sample string 21</Groupby3> <IncludeDiscounts>true</IncludeDiscounts> <IncludeTaxes>true</IncludeTaxes> <ItemCategoryCodeList>sample string 9</ItemCategoryCodeList> <ItemClassficationCodeList>sample string 11</ItemClassficationCodeList> <ItemClassficationTypeCodeList>sample string 10</ItemClassficationTypeCodeList> <NoOfColums>sample string 33</NoOfColums> <PartyType>sample string 5</PartyType> <PriceTemplateCode>sample string 32</PriceTemplateCode> <ProductCategoryCodeList>sample string 8</ProductCategoryCodeList> <ProductCodeList>sample string 7</ProductCodeList> <RegionCodeList>sample string 13</RegionCodeList> <RemoveColumns>sample string 40</RemoveColumns> <Salesperson>sample string 15</Salesperson> <ScaleDesc>sample string 18</ScaleDesc> <ScaleList>sample string 17</ScaleList> <ShowDiff>sample string 16</ShowDiff> <ShowItemModel>true</ShowItemModel> <ShowStockInfo>true</ShowStockInfo> <ShowTotColumns>true</ShowTotColumns> <ShowValue>true</ShowValue> <Show_NonSaleStock>true</Show_NonSaleStock> <StartDateList>sample string 25</StartDateList> <StockValueCalculation>sample string 30</StockValueCalculation> <TaxClass>sample string 31</TaxClass> <UserInternalCode>sample string 3</UserInternalCode> </ReviewOfSalesNStockReportInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |