POST api/Report/SalesReturn_Against_SalesReport
Request Information
URI Parameters
None.
Body Parameters
SalesReturnAgainstSalesReport_Inputs| Name | 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. |
|
| ItemClassficationType | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| Group1Type | string |
None. |
|
| Group2Type | string |
None. |
|
| Group3Type | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| RemoveColumns | string |
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",
"ItemClassficationType": "sample string 11",
"ItemClassficationCodeList": "sample string 12",
"Group1Type": "sample string 13",
"Group2Type": "sample string 14",
"Group3Type": "sample string 15",
"Group1Name": "sample string 16",
"Group2Name": "sample string 17",
"Group3Name": "sample string 18",
"RemoveColumns": "sample string 19",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<SalesReturnAgainstSalesReport_Inputs 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> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Name>sample string 16</Group1Name> <Group1Type>sample string 13</Group1Type> <Group2Name>sample string 17</Group2Name> <Group2Type>sample string 14</Group2Type> <Group3Name>sample string 18</Group3Name> <Group3Type>sample string 15</Group3Type> <ItemCategoryCodeList>sample string 10</ItemCategoryCodeList> <ItemClassficationCodeList>sample string 12</ItemClassficationCodeList> <ItemClassficationType>sample string 11</ItemClassficationType> <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList> <ProductCodeList>sample string 8</ProductCodeList> <RemoveColumns>sample string 19</RemoveColumns> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </SalesReturnAgainstSalesReport_Inputs>
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. |