POST api/Intek/IntekSaveResult
Request Information
URI Parameters
None.
Body Parameters
IntekModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of IntekModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"STB_SN": "sample string 1",
"CSSN": "sample string 2",
"CDSN": "sample string 3",
"PCB_SN": "sample string 4",
"STATION_Id": 5,
"AMBER_LED": "sample string 6",
"TEST_PORT": "sample string 7",
"STATUS": "sample string 8",
"LineId": "sample string 9"
},
{
"STB_SN": "sample string 1",
"CSSN": "sample string 2",
"CDSN": "sample string 3",
"PCB_SN": "sample string 4",
"STATION_Id": 5,
"AMBER_LED": "sample string 6",
"TEST_PORT": "sample string 7",
"STATUS": "sample string 8",
"LineId": "sample string 9"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.