POST api/Admin/InterestedProduct
Request Information
URI Parameters
None.
Body Parameters
InterestedProductRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| TechnicianName | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ProductName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TechnicianName": "sample string 1",
"FromDate": "2025-12-06T10:00:05.9698831+05:30",
"ToDate": "2025-12-06T10:00:05.9698831+05:30",
"ProductName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.