POST api/Reliability/GetTotalFlaggedQAPartsCount

Request Information

URI Parameters

None.

Body Parameters

TotalNumberOfEventFilterMdl
NameDescriptionTypeAdditional information
IsYear

boolean

None.

IsQuarter

boolean

None.

IsMonth

boolean

None.

IsWeek

boolean

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IsYear": true,
  "IsQuarter": true,
  "IsMonth": true,
  "IsWeek": true,
  "StartDate": "2024-11-22T21:52:35.7149718-06:00",
  "EndDate": "2024-11-22T21:52:35.7149718-06:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseMdl
NameDescriptionTypeAdditional information
Status

boolean

None.

Data

Object

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Data": {},
  "Message": "sample string 3"
}