POST api/FlourRPT_Inventory/RptInvCurrentStock
Request Information
URI Parameters
None.
Body Parameters
InvReportFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| PartyID | integer |
None. |
|
| PartyName | string |
None. |
|
| FromInvoiceNo | integer |
None. |
|
| ToInvoiceNo | integer |
None. |
|
| FromBillNo | integer |
None. |
|
| ToBillNo | integer |
None. |
|
| ProductID | integer |
None. |
|
| ProductName | string |
None. |
|
| IsAllDate | boolean |
None. |
|
| IsSingleDate | boolean |
None. |
|
| IsTillDate | boolean |
None. |
|
| IsDateRange | boolean |
None. |
|
| SingleDate | string |
None. |
|
| TillDate | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| SBUID | integer |
None. |
|
| CropSeasonID | integer |
None. |
|
| SBUName | string |
None. |
|
| CurrencyID | integer |
None. |
|
| CurrencyName | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartyID": 1,
"PartyName": "sample string 2",
"FromInvoiceNo": 3,
"ToInvoiceNo": 4,
"FromBillNo": 5,
"ToBillNo": 6,
"ProductID": 7,
"ProductName": "sample string 8",
"IsAllDate": true,
"IsSingleDate": true,
"IsTillDate": true,
"IsDateRange": true,
"SingleDate": "sample string 13",
"TillDate": "sample string 14",
"FromDate": "sample string 15",
"ToDate": "sample string 16",
"SBUID": 17,
"CropSeasonID": 18,
"SBUName": "sample string 19",
"CurrencyID": 20,
"CurrencyName": "sample string 21",
"UserID": 22
}
application/xml, text/xml
Sample:
<InvReportFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroFlour_API.Models"> <CropSeasonID>18</CropSeasonID> <CurrencyID>20</CurrencyID> <CurrencyName>sample string 21</CurrencyName> <FromDate>sample string 15</FromDate> <IsAllDate>true</IsAllDate> <IsDateRange>true</IsDateRange> <IsSingleDate>true</IsSingleDate> <IsTillDate>true</IsTillDate> <SBUID>17</SBUID> <SBUName>sample string 19</SBUName> <SingleDate>sample string 13</SingleDate> <TillDate>sample string 14</TillDate> <ToDate>sample string 16</ToDate> <UserID>22</UserID> <FromBillNo>5</FromBillNo> <FromInvoiceNo>3</FromInvoiceNo> <PartyID>1</PartyID> <PartyName>sample string 2</PartyName> <ProductID>7</ProductID> <ProductName>sample string 8</ProductName> <ToBillNo>6</ToBillNo> <ToInvoiceNo>4</ToInvoiceNo> </InvReportFilters>
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. |