POST api/Admin/ExchangeProductList
Request Information
URI Parameters
None.
Body Parameters
ExchangeProductListRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| TechnicianId | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Product | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TechnicianId": "sample string 1",
"FromDate": "2025-12-06T09:59:03.699854+05:30",
"ToDate": "2025-12-06T09:59:03.699854+05:30",
"Product": "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.