POST api/Report/DailySalesSummaryReport
Request Information
URI Parameters
None.
Body Parameters
DailySalesSummaryReportInputsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
ColumnListCode | string |
None. |
|
BranchCodeList | string |
None. |
|
BrandCodeList | string |
None. |
|
ProductCodeList | string |
None. |
|
ProdCatgCodeList | string |
None. |
|
ItemModelcatgCodeList | string |
None. |
|
ItemClassTypeCodeList | string |
None. |
|
ItemClassCodeList | string |
None. |
|
GradeCodeList | string |
None. |
|
RegionCodeList | string |
None. |
|
DealCatgCodeList | string |
None. |
|
DealCls2CodeList | string |
None. |
|
CityTownCodeList | string |
None. |
|
SalespersonCodeList | string |
None. |
|
SaleReturnDocTypeCodeList | string |
None. |
|
ScaleCodeList | string |
None. |
|
PartyTypeCodeList | string |
None. |
|
GroupBy1Code | string |
None. |
|
GroupBy1Name | string |
None. |
|
DateWise_R_DealerWise_Flag | string |
None. |
|
Scale | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
DocumentTypeCodeList | string |
None. |
|
ShowItemModelDesc | boolean |
None. |
|
ShowItemModelCode | boolean |
None. |
|
IncludeFreeQty | boolean |
None. |
|
IncludeSalesReturn | boolean |
None. |
|
IncludeSales | boolean |
None. |
|
IncludeTax | boolean |
None. |
|
IncludeDiscounts | boolean |
None. |
|
ShowQty | boolean |
None. |
|
ShowValue | boolean |
None. |
|
ShowTSTD | boolean |
None. |
|
ColListContBasedOn | string |
None. |
|
DayContBasedOn | string |
None. |
|
HideObseleteItemModel | boolean |
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", "ColumnListCode": "sample string 4", "BranchCodeList": "sample string 5", "BrandCodeList": "sample string 6", "ProductCodeList": "sample string 7", "ProdCatgCodeList": "sample string 8", "ItemModelcatgCodeList": "sample string 9", "ItemClassTypeCodeList": "sample string 10", "ItemClassCodeList": "sample string 11", "GradeCodeList": "sample string 12", "RegionCodeList": "sample string 13", "DealCatgCodeList": "sample string 14", "DealCls2CodeList": "sample string 15", "CityTownCodeList": "sample string 16", "SalespersonCodeList": "sample string 17", "SaleReturnDocTypeCodeList": "sample string 18", "ScaleCodeList": "sample string 19", "PartyTypeCodeList": "sample string 20", "GroupBy1Code": "sample string 21", "GroupBy1Name": "sample string 22", "DateWise_R_DealerWise_Flag": "sample string 23", "Scale": "sample string 24", "StartDate": 25, "EndDate": 26, "DocumentTypeCodeList": "sample string 27", "ShowItemModelDesc": true, "ShowItemModelCode": true, "IncludeFreeQty": true, "IncludeSalesReturn": true, "IncludeSales": true, "IncludeTax": true, "IncludeDiscounts": true, "ShowQty": true, "ShowValue": true, "ShowTSTD": true, "ColListContBasedOn": "sample string 38", "DayContBasedOn": "sample string 39", "HideObseleteItemModel": true, "DownloadReport": true, "RemoveColumns": "sample string 42" }
application/xml, text/xml
Sample:
<DailySalesSummaryReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 5</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 6</BrandCodeList> <CityTownCodeList>sample string 16</CityTownCodeList> <ColListContBasedOn>sample string 38</ColListContBasedOn> <ColumnListCode>sample string 4</ColumnListCode> <DBName>sample string 1</DBName> <DateWise_R_DealerWise_Flag>sample string 23</DateWise_R_DealerWise_Flag> <DayContBasedOn>sample string 39</DayContBasedOn> <DealCatgCodeList>sample string 14</DealCatgCodeList> <DealCls2CodeList>sample string 15</DealCls2CodeList> <DocumentTypeCodeList>sample string 27</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>26</EndDate> <GradeCodeList>sample string 12</GradeCodeList> <GroupBy1Code>sample string 21</GroupBy1Code> <GroupBy1Name>sample string 22</GroupBy1Name> <HideObseleteItemModel>true</HideObseleteItemModel> <IncludeDiscounts>true</IncludeDiscounts> <IncludeFreeQty>true</IncludeFreeQty> <IncludeSales>true</IncludeSales> <IncludeSalesReturn>true</IncludeSalesReturn> <IncludeTax>true</IncludeTax> <ItemClassCodeList>sample string 11</ItemClassCodeList> <ItemClassTypeCodeList>sample string 10</ItemClassTypeCodeList> <ItemModelcatgCodeList>sample string 9</ItemModelcatgCodeList> <PartyTypeCodeList>sample string 20</PartyTypeCodeList> <ProdCatgCodeList>sample string 8</ProdCatgCodeList> <ProductCodeList>sample string 7</ProductCodeList> <RegionCodeList>sample string 13</RegionCodeList> <RemoveColumns>sample string 42</RemoveColumns> <SaleReturnDocTypeCodeList>sample string 18</SaleReturnDocTypeCodeList> <SalespersonCodeList>sample string 17</SalespersonCodeList> <Scale>sample string 24</Scale> <ScaleCodeList>sample string 19</ScaleCodeList> <ShowItemModelCode>true</ShowItemModelCode> <ShowItemModelDesc>true</ShowItemModelDesc> <ShowQty>true</ShowQty> <ShowTSTD>true</ShowTSTD> <ShowValue>true</ShowValue> <StartDate>25</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </DailySalesSummaryReportInputs>
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. |