POST api/Intek/GetCurrentStage

Request Information

URI Parameters

None.

Body Parameters

IntekCheckSNModelsData
NameDescriptionTypeAdditional information
Records

Collection of IntekCheckSNModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "sn": "sample string 1",
      "stage": 2,
      "model": "sample string 3"
    },
    {
      "sn": "sample string 1",
      "stage": 2,
      "model": "sample string 3"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.