POST api/SaleReports/PrintPartyWiseSaleWeightAndPoints
Request Information
URI Parameters
None.
Body Parameters
PartyWiseSaleWeightAndPointsFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPreview | boolean |
None. |
|
| IsDateRange | boolean |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| CompanyId | string |
None. |
|
| ProductGroupId | integer |
None. |
|
| ProductId | string |
None. |
|
| PartyGroupId | integer |
None. |
|
| CustomerId | string |
None. |
|
| TownId | integer |
None. |
|
| SectorId | integer |
None. |
|
| InvoiceType | string |
None. |
|
| PriceType | integer |
None. |
|
| IsUrdu | boolean |
None. |
|
| IsSortByValue | boolean |
None. |
|
| IsExcludeZero | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsPreview": true,
"IsDateRange": true,
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"CompanyId": "sample string 5",
"ProductGroupId": 6,
"ProductId": "sample string 7",
"PartyGroupId": 8,
"CustomerId": "sample string 9",
"TownId": 10,
"SectorId": 11,
"InvoiceType": "sample string 12",
"PriceType": 13,
"IsUrdu": true,
"IsSortByValue": true,
"IsExcludeZero": true
}
application/xml, text/xml
Sample:
<PartyWiseSaleWeightAndPointsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CompanyId>sample string 5</CompanyId> <CustomerId>sample string 9</CustomerId> <FromDate>sample string 3</FromDate> <InvoiceType>sample string 12</InvoiceType> <IsDateRange>true</IsDateRange> <IsExcludeZero>true</IsExcludeZero> <IsPreview>true</IsPreview> <IsSortByValue>true</IsSortByValue> <IsUrdu>true</IsUrdu> <PartyGroupId>8</PartyGroupId> <PriceType>13</PriceType> <ProductGroupId>6</ProductGroupId> <ProductId>sample string 7</ProductId> <SectorId>11</SectorId> <ToDate>sample string 4</ToDate> <TownId>10</TownId> </PartyWiseSaleWeightAndPointsFilter>
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. |