POST api/FlourRPT_Grinding/RptCustomerLedgerGrindingArrivalAndDispatch
Request Information
URI Parameters
None.
Body Parameters
GrindingReportFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| PartyID | integer |
None. |
|
| PartyName | string |
None. |
|
| FromInvoiceNo | integer |
None. |
|
| ToInvoiceNo | integer |
None. |
|
| IsOrderBy | boolean |
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,
"IsOrderBy": true,
"IsAllDate": true,
"IsSingleDate": true,
"IsTillDate": true,
"IsDateRange": true,
"SingleDate": "sample string 10",
"TillDate": "sample string 11",
"FromDate": "sample string 12",
"ToDate": "sample string 13",
"SBUID": 14,
"CropSeasonID": 15,
"SBUName": "sample string 16",
"CurrencyID": 17,
"CurrencyName": "sample string 18",
"UserID": 19
}
application/xml, text/xml
Sample:
<GrindingReportFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroFlour_API.Models"> <CropSeasonID>15</CropSeasonID> <CurrencyID>17</CurrencyID> <CurrencyName>sample string 18</CurrencyName> <FromDate>sample string 12</FromDate> <IsAllDate>true</IsAllDate> <IsDateRange>true</IsDateRange> <IsSingleDate>true</IsSingleDate> <IsTillDate>true</IsTillDate> <SBUID>14</SBUID> <SBUName>sample string 16</SBUName> <SingleDate>sample string 10</SingleDate> <TillDate>sample string 11</TillDate> <ToDate>sample string 13</ToDate> <UserID>19</UserID> <FromInvoiceNo>3</FromInvoiceNo> <IsOrderBy>true</IsOrderBy> <PartyID>1</PartyID> <PartyName>sample string 2</PartyName> <ToInvoiceNo>4</ToInvoiceNo> </GrindingReportFilters>
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. |