POST api/Report/ClosingStockBreakupReport
Request Information
URI Parameters
None.
Body Parameters
ClosingStockBreakup_Report_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductcatgoryCodeList | string |
None. |
|
| ItemModelCatgoryCodelist | string |
None. |
|
| ItemModelCodelist | string |
None. |
|
| ItemClassficationTypeCodeList | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| ScaleCodeList | string |
None. |
|
| RemoveColumns | string |
None. |
|
| AsOnDate | integer |
None. |
|
| PurchaseFrom | integer |
None. |
|
| ShowIMEINo | boolean |
None. |
|
| OrderByItemModelCode | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| HideUnwantedData | 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",
"BrandCodeList": "sample string 5",
"ProductCodeList": "sample string 6",
"ProductcatgoryCodeList": "sample string 7",
"ItemModelCatgoryCodelist": "sample string 8",
"ItemModelCodelist": "sample string 9",
"ItemClassficationTypeCodeList": "sample string 10",
"ItemClassficationCodeList": "sample string 11",
"ScaleCodeList": "sample string 12",
"RemoveColumns": "sample string 13",
"AsOnDate": 14,
"PurchaseFrom": 15,
"ShowIMEINo": true,
"OrderByItemModelCode": true,
"DownloadReport": true,
"HideUnwantedData": true
}
application/xml, text/xml
Sample:
<ClosingStockBreakup_Report_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AsOnDate>14</AsOnDate> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 5</BrandCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <HideUnwantedData>true</HideUnwantedData> <ItemClassficationCodeList>sample string 11</ItemClassficationCodeList> <ItemClassficationTypeCodeList>sample string 10</ItemClassficationTypeCodeList> <ItemModelCatgoryCodelist>sample string 8</ItemModelCatgoryCodelist> <ItemModelCodelist>sample string 9</ItemModelCodelist> <OrderByItemModelCode>true</OrderByItemModelCode> <ProductCodeList>sample string 6</ProductCodeList> <ProductcatgoryCodeList>sample string 7</ProductcatgoryCodeList> <PurchaseFrom>15</PurchaseFrom> <RemoveColumns>sample string 13</RemoveColumns> <ScaleCodeList>sample string 12</ScaleCodeList> <ShowIMEINo>true</ShowIMEINo> <UserInternalCode>sample string 3</UserInternalCode> </ClosingStockBreakup_Report_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. |