POST api/Report/PriceList
Request Information
URI Parameters
None.
Body Parameters
PriceListInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| PriceTemplateCodeList | string |
None. |
|
| PriceTemplateNameList | string |
None. |
|
| BranchCode | string |
None. |
|
| AsonDate | integer |
None. |
|
| ItemModelCode | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassification | string |
None. |
|
| ItemClassificationList | string |
None. |
|
| Groupby1Code | string |
None. |
|
| Groupby2Code | string |
None. |
|
| Groupby3Code | string |
None. |
|
| Groupby1Name | string |
None. |
|
| Groupby2Name | string |
None. |
|
| Groupby3Name | string |
None. |
|
| Title | string |
None. |
|
| ItemModelSearchLike | string |
None. |
|
| HideObsoletedItemModel | boolean |
None. |
|
| OrderByItemModelCode | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| ShowStock | boolean |
None. |
|
| ShowOnlyAvailableStockItemModel | boolean |
None. |
|
| RemoveColumns | string |
None. |
|
| StockBranch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"PriceTemplateCodeList": "sample string 4",
"PriceTemplateNameList": "sample string 5",
"BranchCode": "sample string 6",
"AsonDate": 7,
"ItemModelCode": "sample string 8",
"BrandCodeList": "sample string 9",
"ProductCodeList": "sample string 10",
"ProductCategoryCodeList": "sample string 11",
"ItemCategoryCodeList": "sample string 12",
"ItemClassification": "sample string 13",
"ItemClassificationList": "sample string 14",
"Groupby1Code": "sample string 15",
"Groupby2Code": "sample string 16",
"Groupby3Code": "sample string 17",
"Groupby1Name": "sample string 18",
"Groupby2Name": "sample string 19",
"Groupby3Name": "sample string 20",
"Title": "sample string 21",
"ItemModelSearchLike": "sample string 22",
"HideObsoletedItemModel": true,
"OrderByItemModelCode": true,
"DownloadReport": true,
"ShowStock": true,
"ShowOnlyAvailableStockItemModel": true,
"RemoveColumns": "sample string 28",
"StockBranch": "sample string 29"
}
application/xml, text/xml
Sample:
<PriceListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AsonDate>7</AsonDate> <BranchCode>sample string 6</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 9</BrandCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <Groupby1Code>sample string 15</Groupby1Code> <Groupby1Name>sample string 18</Groupby1Name> <Groupby2Code>sample string 16</Groupby2Code> <Groupby2Name>sample string 19</Groupby2Name> <Groupby3Code>sample string 17</Groupby3Code> <Groupby3Name>sample string 20</Groupby3Name> <HideObsoletedItemModel>true</HideObsoletedItemModel> <ItemCategoryCodeList>sample string 12</ItemCategoryCodeList> <ItemClassification>sample string 13</ItemClassification> <ItemClassificationList>sample string 14</ItemClassificationList> <ItemModelCode>sample string 8</ItemModelCode> <ItemModelSearchLike>sample string 22</ItemModelSearchLike> <OrderByItemModelCode>true</OrderByItemModelCode> <PriceTemplateCodeList>sample string 4</PriceTemplateCodeList> <PriceTemplateNameList>sample string 5</PriceTemplateNameList> <ProductCategoryCodeList>sample string 11</ProductCategoryCodeList> <ProductCodeList>sample string 10</ProductCodeList> <RemoveColumns>sample string 28</RemoveColumns> <ShowOnlyAvailableStockItemModel>true</ShowOnlyAvailableStockItemModel> <ShowStock>true</ShowStock> <StockBranch>sample string 29</StockBranch> <Title>sample string 21</Title> <UserInternalCode>sample string 3</UserInternalCode> </PriceListInputs>
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. |