POST api/Dashboard/CustomerReports

Request Information

URI Parameters

None.

Body Parameters

AnalyticsRequestDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AnalyticsRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.