POST api/v1/SubDealerSaleList
Request Information
URI Parameters
None.
Body Parameters
SubDlrSaleListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| SubDlrSaleID | integer |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"SubDlrSaleID": 2,
"CompID": 3,
"LocID": 4,
"StartDate": "2025-12-15T02:55:03.2993978+05:30",
"EndDate": "2025-12-15T02:55:03.2993978+05:30"
}
application/xml, text/xml
Sample:
<SubDlrSaleListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <EndDate>2025-12-15T02:55:03.2993978+05:30</EndDate> <LocID>4</LocID> <Mode>sample string 1</Mode> <StartDate>2025-12-15T02:55:03.2993978+05:30</StartDate> <SubDlrSaleID>2</SubDlrSaleID> </SubDlrSaleListInput>
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. |