POST api/Tools/OtherBranchStockList
Request Information
URI Parameters
None.
Body Parameters
OtherBranchStockList| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| BranchCodeList | string |
None. |
|
| ItemClassificationType | string |
None. |
|
| ItemClassificationList | string |
None. |
|
| StartAmount | decimal number |
None. |
|
| EndAmount | decimal number |
None. |
|
| PriceTemplateCodeList | string |
None. |
|
| PriceTemplateNameList | string |
None. |
|
| SearchType | string |
None. |
|
| SearchForText | string |
None. |
|
| StockAvailableItemModel | boolean |
None. |
|
| TransactionType | string |
None. |
|
| PriceRange | string |
None. |
|
| BranchName | string |
None. |
|
| ItemModeSearch | string |
None. |
|
| GroupBy1 | string |
None. |
|
| GroupBy2 | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| PriceAsOn | integer |
None. |
|
| StockAsOn | integer |
None. |
|
| HideObseleteItemModel | boolean |
None. |
|
| OrderBy | string |
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",
"BrandCodeList": "sample string 4",
"ProductCodeList": "sample string 5",
"ItemCategoryCodeList": "sample string 6",
"BranchCodeList": "sample string 7",
"ItemClassificationType": "sample string 8",
"ItemClassificationList": "sample string 9",
"StartAmount": 10.1,
"EndAmount": 11.1,
"PriceTemplateCodeList": "sample string 12",
"PriceTemplateNameList": "sample string 13",
"SearchType": "sample string 14",
"SearchForText": "sample string 15",
"StockAvailableItemModel": true,
"TransactionType": "sample string 17",
"PriceRange": "sample string 18",
"BranchName": "sample string 19",
"ItemModeSearch": "sample string 20",
"GroupBy1": "sample string 21",
"GroupBy2": "sample string 22",
"ProductCategoryCodeList": "sample string 23",
"PriceAsOn": 24,
"StockAsOn": 25,
"HideObseleteItemModel": true,
"OrderBy": "sample string 27",
"DownloadReport": true,
"RemoveColumns": "sample string 29"
}
application/xml, text/xml
Sample:
<OtherBranchStockList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchCodeList>sample string 7</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchName>sample string 19</BranchName> <BrandCodeList>sample string 4</BrandCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndAmount>11.1</EndAmount> <GroupBy1>sample string 21</GroupBy1> <GroupBy2>sample string 22</GroupBy2> <HideObseleteItemModel>true</HideObseleteItemModel> <ItemCategoryCodeList>sample string 6</ItemCategoryCodeList> <ItemClassificationList>sample string 9</ItemClassificationList> <ItemClassificationType>sample string 8</ItemClassificationType> <ItemModeSearch>sample string 20</ItemModeSearch> <OrderBy>sample string 27</OrderBy> <PriceAsOn>24</PriceAsOn> <PriceRange>sample string 18</PriceRange> <PriceTemplateCodeList>sample string 12</PriceTemplateCodeList> <PriceTemplateNameList>sample string 13</PriceTemplateNameList> <ProductCategoryCodeList>sample string 23</ProductCategoryCodeList> <ProductCodeList>sample string 5</ProductCodeList> <RemoveColumns>sample string 29</RemoveColumns> <SearchForText>sample string 15</SearchForText> <SearchType>sample string 14</SearchType> <StartAmount>10.1</StartAmount> <StockAsOn>25</StockAsOn> <StockAvailableItemModel>true</StockAvailableItemModel> <TransactionType>sample string 17</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </OtherBranchStockList>
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. |