POST api/AdvanceSearch/DailyReportSearch
Request Information
URI Parameters
None.
Body Parameters
DailyReportFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| applyType | string |
None. |
|
| licenceType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "2026-06-13T05:16:16.1291301+06:30",
"endDate": "2026-06-13T05:16:16.1291301+06:30",
"applyType": "sample string 3",
"licenceType": "sample string 4"
}
application/xml, text/xml
Sample:
<DailyReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <applyType>sample string 3</applyType> <endDate>2026-06-13T05:16:16.1291301+06:30</endDate> <licenceType>sample string 4</licenceType> <startDate>2026-06-13T05:16:16.1291301+06:30</startDate> </DailyReportFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.