POST api/Tools/BuildReorderLevelDetails
Request Information
URI Parameters
None.
Body Parameters
ReorderLevelUpdationInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| BranchNameList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemModelCodeList | string |
None. |
|
| ItemClassification | string |
None. |
|
| ItemClassificationList | string |
None. |
|
| Orderby | string |
None. |
|
| CalledFrom | string |
None. |
|
| ShowStock | boolean |
None. |
|
| ShowOnlyAvailableItemModel | boolean |
None. |
|
| HideObsoleteItemModel | boolean |
None. |
|
| Data | DataTable |
None. |
|
| ShowActiveOrderQty | boolean |
None. |
|
| ProcessedFor | string |
None. |
|
| SupplierCode | string |
None. |
|
| RequestToBranch | string |
None. |
|
| DocumentTypeCode | 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",
"BranchNameList": "sample string 5",
"ProductCodeList": "sample string 6",
"BrandCodeList": "sample string 7",
"ItemCategoryCodeList": "sample string 8",
"ProductCategoryCodeList": "sample string 9",
"ItemModelCodeList": "sample string 10",
"ItemClassification": "sample string 11",
"ItemClassificationList": "sample string 12",
"Orderby": "sample string 13",
"CalledFrom": "sample string 14",
"ShowStock": true,
"ShowOnlyAvailableItemModel": true,
"HideObsoleteItemModel": true,
"Data": null,
"ShowActiveOrderQty": true,
"ProcessedFor": "sample string 19",
"SupplierCode": "sample string 20",
"RequestToBranch": "sample string 21",
"DocumentTypeCode": "sample string 22"
}
application/xml, text/xml
Sample:
<ReorderLevelUpdationInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchNameList>sample string 5</BranchNameList> <BrandCodeList>sample string 7</BrandCodeList> <CalledFrom>sample string 14</CalledFrom> <DBName>sample string 1</DBName> <Data i:nil="true" /> <DocumentTypeCode>sample string 22</DocumentTypeCode> <HideObsoleteItemModel>true</HideObsoleteItemModel> <ItemCategoryCodeList>sample string 8</ItemCategoryCodeList> <ItemClassification>sample string 11</ItemClassification> <ItemClassificationList>sample string 12</ItemClassificationList> <ItemModelCodeList>sample string 10</ItemModelCodeList> <Orderby>sample string 13</Orderby> <ProcessedFor>sample string 19</ProcessedFor> <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList> <ProductCodeList>sample string 6</ProductCodeList> <RequestToBranch>sample string 21</RequestToBranch> <ShowActiveOrderQty>true</ShowActiveOrderQty> <ShowOnlyAvailableItemModel>true</ShowOnlyAvailableItemModel> <ShowStock>true</ShowStock> <SupplierCode>sample string 20</SupplierCode> <UserInternalCode>sample string 3</UserInternalCode> </ReorderLevelUpdationInputs>
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. |