POST api/VolatageTestStation/AddVolatageTestStation
Request Information
URI Parameters
None.
Body Parameters
VolatageTestStationData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of VolatageTestStationModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"SN": "sample string 1",
"volatage1": "sample string 2",
"volatage2": "sample string 3",
"volatage3": "sample string 4",
"volatage4": "sample string 5",
"volatage5": "sample string 6",
"volatage6": "sample string 7",
"volatage7": "sample string 8",
"volatage8": "sample string 9",
"volatage9": "sample string 10",
"volatage10": "sample string 11",
"volatage11": "sample string 12",
"volatage12": "sample string 13",
"volatage13": "sample string 14",
"volatage14": "sample string 15",
"Freq_24": "sample string 16",
"Freq_27": "sample string 17",
"Vol_USBShort": "sample string 18",
"Vol_LNBShort": "sample string 19",
"Vol_USBOpen": "sample string 20",
"Vol_LNBOpen": "sample string 21",
"TestResult": "sample string 22"
},
{
"SN": "sample string 1",
"volatage1": "sample string 2",
"volatage2": "sample string 3",
"volatage3": "sample string 4",
"volatage4": "sample string 5",
"volatage5": "sample string 6",
"volatage6": "sample string 7",
"volatage7": "sample string 8",
"volatage8": "sample string 9",
"volatage9": "sample string 10",
"volatage10": "sample string 11",
"volatage11": "sample string 12",
"volatage12": "sample string 13",
"volatage13": "sample string 14",
"volatage14": "sample string 15",
"Freq_24": "sample string 16",
"Freq_27": "sample string 17",
"Vol_USBShort": "sample string 18",
"Vol_LNBShort": "sample string 19",
"Vol_USBOpen": "sample string 20",
"Vol_LNBOpen": "sample string 21",
"TestResult": "sample string 22"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.