POST api/Dashboard/CustomerReports
Request Information
URI Parameters
None.
Body Parameters
AnalyticsRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| month | integer |
None. |
|
| year | integer |
None. |
|
| Type | string |
None. |
|
| choice | string |
None. |
|
| FromDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"TechnicianId": 2,
"month": 3,
"year": 4,
"Type": "sample string 5",
"choice": "sample string 6",
"FromDate": "2025-12-08T15:41:44.1659406+00:00",
"EndDate": "2025-12-08T15:41:44.1659406+00:00"
}
application/xml, text/xml
Sample:
check
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.