POST api/Report/GrowthOverLastYearReport
Request Information
URI Parameters
None.
Body Parameters
GrowthOverLastYearReportInputsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchCodeList | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
BrandCodeList | string |
None. |
|
ProductCodeList | string |
None. |
|
ProductCategoryCodeList | string |
None. |
|
ItemCategoryCodeList | string |
None. |
|
ItemClassification | string |
None. |
|
ItemClassificationCodeList | string |
None. |
|
Salesperson | string |
None. |
|
Scale | string |
None. |
|
SalesDocumentType | string |
None. |
|
SalesReturnDocumentType | string |
None. |
|
CityTownCodeList | string |
None. |
|
Grade | string |
None. |
|
Region | string |
None. |
|
Groupby1Code | string |
None. |
|
Groupby2Code | string |
None. |
|
Groupby3Code | string |
None. |
|
Groupby1Name | string |
None. |
|
Groupby2Name | string |
None. |
|
Groupby3Name | string |
None. |
|
RemoveColumns | string |
None. |
|
ShowQty | boolean |
None. |
|
ShowValue | boolean |
None. |
|
IncludeDealer | boolean |
None. |
|
IncludeCustomer | boolean |
None. |
|
IncludeFinancier | boolean |
None. |
|
IncludeSalesReturn | boolean |
None. |
|
IncludeFreeQty | boolean |
None. |
|
QuarterlyTotal | boolean |
None. |
|
HalfYearlyTotal | boolean |
None. |
|
Cumulative | boolean |
None. |
|
IncludeTax | boolean |
None. |
|
IncludeDiscount | boolean |
None. |
|
HideMonths | boolean |
None. |
|
ShowItemModel | boolean |
None. |
|
GrowthInPerc | boolean |
None. |
|
GrowthInQtyValue | 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", "StartDate": 5, "EndDate": 6, "BrandCodeList": "sample string 7", "ProductCodeList": "sample string 8", "ProductCategoryCodeList": "sample string 9", "ItemCategoryCodeList": "sample string 10", "ItemClassification": "sample string 11", "ItemClassificationCodeList": "sample string 12", "Salesperson": "sample string 13", "Scale": "sample string 14", "SalesDocumentType": "sample string 15", "SalesReturnDocumentType": "sample string 16", "CityTownCodeList": "sample string 17", "Grade": "sample string 18", "Region": "sample string 19", "Groupby1Code": "sample string 20", "Groupby2Code": "sample string 21", "Groupby3Code": "sample string 22", "Groupby1Name": "sample string 23", "Groupby2Name": "sample string 24", "Groupby3Name": "sample string 25", "RemoveColumns": "sample string 26", "ShowQty": true, "ShowValue": true, "IncludeDealer": true, "IncludeCustomer": true, "IncludeFinancier": true, "IncludeSalesReturn": true, "IncludeFreeQty": true, "QuarterlyTotal": true, "HalfYearlyTotal": true, "Cumulative": true, "IncludeTax": true, "IncludeDiscount": true, "HideMonths": true, "ShowItemModel": true, "GrowthInPerc": true, "GrowthInQtyValue": true, "DownloadReport": true }
application/xml, text/xml
Sample:
<GrowthOverLastYearReportInputs 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 7</BrandCodeList> <CityTownCodeList>sample string 17</CityTownCodeList> <Cumulative>true</Cumulative> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Grade>sample string 18</Grade> <Groupby1Code>sample string 20</Groupby1Code> <Groupby1Name>sample string 23</Groupby1Name> <Groupby2Code>sample string 21</Groupby2Code> <Groupby2Name>sample string 24</Groupby2Name> <Groupby3Code>sample string 22</Groupby3Code> <Groupby3Name>sample string 25</Groupby3Name> <GrowthInPerc>true</GrowthInPerc> <GrowthInQtyValue>true</GrowthInQtyValue> <HalfYearlyTotal>true</HalfYearlyTotal> <HideMonths>true</HideMonths> <IncludeCustomer>true</IncludeCustomer> <IncludeDealer>true</IncludeDealer> <IncludeDiscount>true</IncludeDiscount> <IncludeFinancier>true</IncludeFinancier> <IncludeFreeQty>true</IncludeFreeQty> <IncludeSalesReturn>true</IncludeSalesReturn> <IncludeTax>true</IncludeTax> <ItemCategoryCodeList>sample string 10</ItemCategoryCodeList> <ItemClassification>sample string 11</ItemClassification> <ItemClassificationCodeList>sample string 12</ItemClassificationCodeList> <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList> <ProductCodeList>sample string 8</ProductCodeList> <QuarterlyTotal>true</QuarterlyTotal> <Region>sample string 19</Region> <RemoveColumns>sample string 26</RemoveColumns> <SalesDocumentType>sample string 15</SalesDocumentType> <SalesReturnDocumentType>sample string 16</SalesReturnDocumentType> <Salesperson>sample string 13</Salesperson> <Scale>sample string 14</Scale> <ShowItemModel>true</ShowItemModel> <ShowQty>true</ShowQty> <ShowValue>true</ShowValue> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </GrowthOverLastYearReportInputs>
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. |