POST api/Admin/SpecialReport
Request Information
URI Parameters
None.
Body Parameters
SpecialReportRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| CallType | integer |
None. |
|
| ServType | integer |
None. |
|
| TechnicianId | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ReportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallType": 1,
"ServType": 1,
"TechnicianId": "sample string 1",
"FromDate": "2025-12-06T10:00:05.7979946+05:30",
"ToDate": "2025-12-06T10:00:05.7979946+05:30",
"ReportId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.