POST api/Report/RequiredStockAnalysis_Report
Request Information
URI Parameters
None.
Body Parameters
RequiredStockAnalysis_Basedon_ROL_R_NormDaysInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| WarehouseBranchCodeList | decimal number |
None. |
|
| ForwarToBranchCodeList | decimal number |
None. |
|
| StockAsOnDate | integer |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| OrderTypeCodeList | string |
None. |
|
| OrderByCodeList | string |
None. |
|
| ReportBaseCodeList | string |
None. |
|
| ReportBaseName | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductcatgoryCodeList | string |
None. |
|
| ItemModelCatgoryCodelist | string |
None. |
|
| ItemModelCodelist | string |
None. |
|
| ItemClassficationTypeCodeList | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| SalesforCodeList | string |
None. |
|
| SelectiveDays | integer |
None. |
|
| PurchaseOrderExpiryDays | integer |
None. |
|
| GoodsInTransitExpiryDays | integer |
None. |
|
| WarehouseStockPlanning_Chk | boolean |
None. |
|
| PurchaseOrderExpiryDays_Chk | boolean |
None. |
|
| GoodsInTransitExpiryDays_Chk | boolean |
None. |
|
| HidePoObseletedItemModel_Chk | 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",
"WarehouseBranchCodeList": 5.1,
"ForwarToBranchCodeList": 6.1,
"StockAsOnDate": 7,
"StartDate": 8,
"EndDate": 9,
"OrderTypeCodeList": "sample string 10",
"OrderByCodeList": "sample string 11",
"ReportBaseCodeList": "sample string 12",
"ReportBaseName": "sample string 13",
"BrandCodeList": "sample string 14",
"ProductCodeList": "sample string 15",
"ProductcatgoryCodeList": "sample string 16",
"ItemModelCatgoryCodelist": "sample string 17",
"ItemModelCodelist": "sample string 18",
"ItemClassficationTypeCodeList": "sample string 19",
"ItemClassficationCodeList": "sample string 20",
"SalesforCodeList": "sample string 21",
"SelectiveDays": 22,
"PurchaseOrderExpiryDays": 23,
"GoodsInTransitExpiryDays": 24,
"WarehouseStockPlanning_Chk": true,
"PurchaseOrderExpiryDays_Chk": true,
"GoodsInTransitExpiryDays_Chk": true,
"HidePoObseletedItemModel_Chk": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<RequiredStockAnalysis_Basedon_ROL_R_NormDaysInputs 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> <BrandCodeList>sample string 14</BrandCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>9</EndDate> <ForwarToBranchCodeList>6.1</ForwarToBranchCodeList> <GoodsInTransitExpiryDays>24</GoodsInTransitExpiryDays> <GoodsInTransitExpiryDays_Chk>true</GoodsInTransitExpiryDays_Chk> <HidePoObseletedItemModel_Chk>true</HidePoObseletedItemModel_Chk> <ItemClassficationCodeList>sample string 20</ItemClassficationCodeList> <ItemClassficationTypeCodeList>sample string 19</ItemClassficationTypeCodeList> <ItemModelCatgoryCodelist>sample string 17</ItemModelCatgoryCodelist> <ItemModelCodelist>sample string 18</ItemModelCodelist> <OrderByCodeList>sample string 11</OrderByCodeList> <OrderTypeCodeList>sample string 10</OrderTypeCodeList> <ProductCodeList>sample string 15</ProductCodeList> <ProductcatgoryCodeList>sample string 16</ProductcatgoryCodeList> <PurchaseOrderExpiryDays>23</PurchaseOrderExpiryDays> <PurchaseOrderExpiryDays_Chk>true</PurchaseOrderExpiryDays_Chk> <ReportBaseCodeList>sample string 12</ReportBaseCodeList> <ReportBaseName>sample string 13</ReportBaseName> <SalesforCodeList>sample string 21</SalesforCodeList> <SelectiveDays>22</SelectiveDays> <StartDate>8</StartDate> <StockAsOnDate>7</StockAsOnDate> <UserInternalCode>sample string 3</UserInternalCode> <WarehouseBranchCodeList>5.1</WarehouseBranchCodeList> <WarehouseStockPlanning_Chk>true</WarehouseStockPlanning_Chk> </RequiredStockAnalysis_Basedon_ROL_R_NormDaysInputs>
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. |