POST api/v1/HSNWiseSale
Request Information
URI Parameters
None.
Body Parameters
SaleReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| OutletID | integer |
None. |
|
| CompID | integer |
None. |
|
| OnlineID | integer |
None. |
|
| InvoiceType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ItemID | string |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OutletID": 1,
"CompID": 2,
"OnlineID": 3,
"InvoiceType": "sample string 4",
"StartDate": "2025-12-06T09:58:20.6121047+05:30",
"EndDate": "2025-12-06T09:58:20.6121047+05:30",
"ItemID": "sample string 5",
"Mode": "sample string 6"
}
application/xml, text/xml
Sample:
<SaleReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <EndDate>2025-12-06T09:58:20.6121047+05:30</EndDate> <InvoiceType>sample string 4</InvoiceType> <ItemID>sample string 5</ItemID> <Mode>sample string 6</Mode> <OnlineID>3</OnlineID> <OutletID>1</OutletID> <StartDate>2025-12-06T09:58:20.6121047+05:30</StartDate> </SaleReportInput>
application/x-www-form-urlencoded
Sample:
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. |