POST api/Report/SalesOrder_Vs_Stock_Report
Request Information
URI Parameters
None.
Body Parameters
SalesOrder_Vs_StockReport_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| Schedulebefore | integer |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassTypeCode | string |
None. |
|
| ItemClassListCode | string |
None. |
|
| ReceivedBy_SLPR_CODE | string |
None. |
|
| ExecutedBy_SLPR_CODE | string |
None. |
|
| DocumentType | string |
None. |
|
| ItemModelSearchCode | string |
None. |
|
| Groupby1Code | string |
None. |
|
| Groupby2Code | string |
None. |
|
| Groupby3Code | string |
None. |
|
| Groupby1Name | string |
None. |
|
| Groupby2Name | string |
None. |
|
| Groupby3Name | string |
None. |
|
| AllActiveOrder | boolean |
None. |
|
| IncludeCustomer | boolean |
None. |
|
| IncludeDealer | boolean |
None. |
|
| IncludeFreeQty | boolean |
None. |
|
| ShowItemModel | boolean |
None. |
|
| ShowOnlyUnavailabeItemModel | 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,
"Schedulebefore": 7,
"BrandCodeList": "sample string 8",
"ProductCodeList": "sample string 9",
"ProductCategoryCodeList": "sample string 10",
"ItemCategoryCodeList": "sample string 11",
"ItemClassTypeCode": "sample string 12",
"ItemClassListCode": "sample string 13",
"ReceivedBy_SLPR_CODE": "sample string 14",
"ExecutedBy_SLPR_CODE": "sample string 15",
"DocumentType": "sample string 16",
"ItemModelSearchCode": "sample string 17",
"Groupby1Code": "sample string 18",
"Groupby2Code": "sample string 19",
"Groupby3Code": "sample string 20",
"Groupby1Name": "sample string 21",
"Groupby2Name": "sample string 22",
"Groupby3Name": "sample string 23",
"AllActiveOrder": true,
"IncludeCustomer": true,
"IncludeDealer": true,
"IncludeFreeQty": true,
"ShowItemModel": true,
"ShowOnlyUnavailabeItemModel": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<SalesOrder_Vs_StockReport_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AllActiveOrder>true</AllActiveOrder> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 8</BrandCodeList> <DBName>sample string 1</DBName> <DocumentType>sample string 16</DocumentType> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <ExecutedBy_SLPR_CODE>sample string 15</ExecutedBy_SLPR_CODE> <Groupby1Code>sample string 18</Groupby1Code> <Groupby1Name>sample string 21</Groupby1Name> <Groupby2Code>sample string 19</Groupby2Code> <Groupby2Name>sample string 22</Groupby2Name> <Groupby3Code>sample string 20</Groupby3Code> <Groupby3Name>sample string 23</Groupby3Name> <IncludeCustomer>true</IncludeCustomer> <IncludeDealer>true</IncludeDealer> <IncludeFreeQty>true</IncludeFreeQty> <ItemCategoryCodeList>sample string 11</ItemCategoryCodeList> <ItemClassListCode>sample string 13</ItemClassListCode> <ItemClassTypeCode>sample string 12</ItemClassTypeCode> <ItemModelSearchCode>sample string 17</ItemModelSearchCode> <ProductCategoryCodeList>sample string 10</ProductCategoryCodeList> <ProductCodeList>sample string 9</ProductCodeList> <ReceivedBy_SLPR_CODE>sample string 14</ReceivedBy_SLPR_CODE> <Schedulebefore>7</Schedulebefore> <ShowItemModel>true</ShowItemModel> <ShowOnlyUnavailabeItemModel>true</ShowOnlyUnavailabeItemModel> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </SalesOrder_Vs_StockReport_Inputs>
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. |