POST api/v1/LiterageReportLicenseWise
Request Information
URI Parameters
None.
Body Parameters
LiterageLicenseWiseSaleInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseNo | string |
None. |
|
| CompID | integer |
None. |
|
| UserID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"LicenseNo": "sample string 1",
"CompID": 2,
"UserID": 3,
"StartDate": "2025-12-15T03:21:08.5176219+05:30",
"EndDate": "2025-12-15T03:21:08.5182036+05:30"
}
application/xml, text/xml
Sample:
<LiterageLicenseWiseSaleInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <EndDate>2025-12-15T03:21:08.5182036+05:30</EndDate> <LicenseNo>sample string 1</LicenseNo> <StartDate>2025-12-15T03:21:08.5176219+05:30</StartDate> <UserID>3</UserID> </LiterageLicenseWiseSaleInput>
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. |