POST api/Tools/BuildReorderLevelDetails
Request Information
URI Parameters
None.
Body Parameters
ReorderLevelUpdationInputsName | 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. |
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 }
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" /> <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> <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList> <ProductCodeList>sample string 6</ProductCodeList> <ShowOnlyAvailableItemModel>true</ShowOnlyAvailableItemModel> <ShowStock>true</ShowStock> <UserInternalCode>sample string 3</UserInternalCode> </ReorderLevelUpdationInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |