POST api/RiceRPT_Inv/RptStockReturnReg
Request Information
URI Parameters
None.
Body Parameters
InventoryReportFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAllDate | boolean |
None. |
|
| IsSingleRange | boolean |
None. |
|
| IsDateRange | boolean |
None. |
|
| SingleDate | string |
None. |
|
| TillDate | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| PartyID | string |
None. |
|
| PartyName | string |
None. |
|
| CommodityName | string |
None. |
|
| CommodityID | integer |
None. |
|
| BrandID | integer |
None. |
|
| BrandName | string |
None. |
|
| ProductGroupID | integer |
None. |
|
| ProductGroupName | string |
None. |
|
| ProductID | string |
None. |
|
| ProductName | string |
None. |
|
| IsValueWise | boolean |
None. |
|
| IsHideClosingValue | boolean |
None. |
|
| IsSingleProductWise | boolean |
None. |
|
| FromInvoiceNo | integer |
None. |
|
| ToInvoiceNo | integer |
None. |
|
| FromBillNo | integer |
None. |
|
| ToBillNo | integer |
None. |
|
| IsVarietyWise | boolean |
None. |
|
| IsExcludeZero | boolean |
None. |
|
| IsShowBatchProducts | boolean |
None. |
|
| IsShowOnlyPending | boolean |
None. |
|
| IsSimpleReport | boolean |
None. |
|
| IsVarietyLedger | boolean |
None. |
|
| IsHeapWise | boolean |
None. |
|
| IsLotWise | boolean |
None. |
|
| Rate | decimal number |
None. |
|
| HeapID | integer |
None. |
|
| HeapName | string |
None. |
|
| LotNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsAllDate": true,
"IsSingleRange": true,
"IsDateRange": true,
"SingleDate": "sample string 4",
"TillDate": "sample string 5",
"FromDate": "sample string 6",
"ToDate": "sample string 7",
"PartyID": "sample string 8",
"PartyName": "sample string 9",
"CommodityName": "sample string 10",
"CommodityID": 11,
"BrandID": 12,
"BrandName": "sample string 13",
"ProductGroupID": 14,
"ProductGroupName": "sample string 15",
"ProductID": "sample string 16",
"ProductName": "sample string 17",
"IsValueWise": true,
"IsHideClosingValue": true,
"IsSingleProductWise": true,
"FromInvoiceNo": 21,
"ToInvoiceNo": 22,
"FromBillNo": 23,
"ToBillNo": 24,
"IsVarietyWise": true,
"IsExcludeZero": true,
"IsShowBatchProducts": true,
"IsShowOnlyPending": true,
"IsSimpleReport": true,
"IsVarietyLedger": true,
"IsHeapWise": true,
"IsLotWise": true,
"Rate": 33.0,
"HeapID": 34,
"HeapName": "sample string 35",
"LotNo": "sample string 36"
}
application/xml, text/xml
Sample:
<InventoryReportFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RiceMillsERP_API.Models"> <BrandID>12</BrandID> <BrandName>sample string 13</BrandName> <CommodityID>11</CommodityID> <CommodityName>sample string 10</CommodityName> <FromBillNo>23</FromBillNo> <FromDate>sample string 6</FromDate> <FromInvoiceNo>21</FromInvoiceNo> <HeapID>34</HeapID> <HeapName>sample string 35</HeapName> <IsAllDate>true</IsAllDate> <IsDateRange>true</IsDateRange> <IsExcludeZero>true</IsExcludeZero> <IsHeapWise>true</IsHeapWise> <IsHideClosingValue>true</IsHideClosingValue> <IsLotWise>true</IsLotWise> <IsShowBatchProducts>true</IsShowBatchProducts> <IsShowOnlyPending>true</IsShowOnlyPending> <IsSimpleReport>true</IsSimpleReport> <IsSingleProductWise>true</IsSingleProductWise> <IsSingleRange>true</IsSingleRange> <IsValueWise>true</IsValueWise> <IsVarietyLedger>true</IsVarietyLedger> <IsVarietyWise>true</IsVarietyWise> <LotNo>sample string 36</LotNo> <PartyID>sample string 8</PartyID> <PartyName>sample string 9</PartyName> <ProductGroupID>14</ProductGroupID> <ProductGroupName>sample string 15</ProductGroupName> <ProductID>sample string 16</ProductID> <ProductName>sample string 17</ProductName> <Rate>33</Rate> <SingleDate>sample string 4</SingleDate> <TillDate>sample string 5</TillDate> <ToBillNo>24</ToBillNo> <ToDate>sample string 7</ToDate> <ToInvoiceNo>22</ToInvoiceNo> </InventoryReportFilters>
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. |