POST api/CEAT?parameters={parameters}&fromdate={fromdate}&todate={todate}&Shift={Shift}&Timerangemode={Timerangemode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parameters

string

Required

fromdate

date

Required

todate

date

Required

Shift

string

Required

Timerangemode

string

Required

Body Parameters

Collection of MISLevelsjson
NameDescriptionTypeAdditional information
Parameter

string

None.

LevelName

string

None.

OperationName

string

None.

ismultilple

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Parameter": "sample string 1",
    "LevelName": "sample string 2",
    "OperationName": "sample string 3",
    "ismultilple": "sample string 4"
  },
  {
    "Parameter": "sample string 1",
    "LevelName": "sample string 2",
    "OperationName": "sample string 3",
    "ismultilple": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMISLevelsjson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CEAT_Audit_WebAPI.Controllers">
  <MISLevelsjson>
    <LevelName>sample string 2</LevelName>
    <OperationName>sample string 3</OperationName>
    <Parameter>sample string 1</Parameter>
    <ismultilple>sample string 4</ismultilple>
  </MISLevelsjson>
  <MISLevelsjson>
    <LevelName>sample string 2</LevelName>
    <OperationName>sample string 3</OperationName>
    <Parameter>sample string 1</Parameter>
    <ismultilple>sample string 4</ismultilple>
  </MISLevelsjson>
</ArrayOfMISLevelsjson>

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 'List`1'.

Response Information

Resource Description

Collection of Dashboardimprovement
NameDescriptionTypeAdditional information
Date

string

None.

UCL

string

None.

LCL

string

None.

UOM

string

None.

USL

string

None.

LSL

string

None.

Avarge

string

None.

total

integer

None.

Ontime

integer

None.

late

integer

None.

Pending

integer

None.

LevelName

string

None.

Opencount

integer

None.

OKCount

integer

None.

Machinename

string

None.

Machinenamenew

string

None.

Value

string

None.

MIN

string

None.

MAX

string

None.

parametername

string

None.

NOTOKCount

integer

None.

OKCountnew

integer

None.

NOTOKCountnew

integer

None.

MISLevels

Collection of MISLevelsjson

None.

Checkarray

Collection of Dashboardimprovement

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'CEAT_Audit_WebAPI.Controllers.Dashboardimprovement'. Path '[0].Checkarray'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'CEAT_Audit_WebAPI.Controllers.Dashboardimprovement'. Path '[0].Checkarray'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'CEAT_Audit_WebAPI.Controllers.Dashboardimprovement' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'CEAT_Audit_WebAPI.Controllers.Dashboardimprovement' contains cycles and cannot be serialized if reference tracking is disabled.