POST api/JesEnquiry/search
Request Information
URI Parameters
None.
Body Parameters
JesEnquirySearchRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Keywords | string |
None. |
|
| Limit | integer |
None. |
|
| Offset | integer |
None. |
|
| Cat_Con | JesEnquiryConsumer |
None. |
|
| Cat_Pro | JesEnquiryProfessional |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"dateFrom": "2026-01-31T07:36:14.8401963+00:00",
"dateTo": "2026-01-31T07:36:14.8401963+00:00",
"keywords": "sample string 1",
"limit": 2,
"offset": 3,
"cat_Con": 0,
"cat_Pro": 0
}
text/plain
Sample:
{"dateFrom":"2026-01-31T07:36:14.8401963+00:00","dateTo":"2026-01-31T07:36:14.8401963+00:00","keywords":"sample string 1","limit":2,"offset":3,"cat_Con":0,"cat_Pro":0}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.