POST api/Intek/GetCurrentStage
Request Information
URI Parameters
None.
Body Parameters
IntekCheckSNModelsData| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.