POST api/Zyxel/ZyxelSaveANTTestInfo
Request Information
URI Parameters
None.
Body Parameters
ZyxelANTTestModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of ZyxelANTTestModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"Model_code": "sample string 1",
"SN": "sample string 2",
"MAC": "sample string 3",
"DEFECT_CODE": "sample string 4",
"SITE_NAME": "sample string 5",
"WO_NO": "sample string 6",
"OPERATOR_ID": "sample string 7",
"START_TIME": "2026-05-29T02:33:57.0165598+05:30",
"END_TIME": "2026-05-29T02:33:57.0165598+05:30",
"TOTAL_TEST_TIME": "sample string 10",
"Tx_ANT_1": 11,
"Tx_ANT_2": 12,
"Tx_ANT_3": 13,
"Tx_ANT_4": 14,
"Tx_ANT_5": 15,
"Tx_ANT_6": 16,
"Tx_ANT_7": 17,
"Tx_ANT_8": 18,
"RESULT": "sample string 19",
"FIXTURE": "sample string 20"
},
{
"Model_code": "sample string 1",
"SN": "sample string 2",
"MAC": "sample string 3",
"DEFECT_CODE": "sample string 4",
"SITE_NAME": "sample string 5",
"WO_NO": "sample string 6",
"OPERATOR_ID": "sample string 7",
"START_TIME": "2026-05-29T02:33:57.0165598+05:30",
"END_TIME": "2026-05-29T02:33:57.0165598+05:30",
"TOTAL_TEST_TIME": "sample string 10",
"Tx_ANT_1": 11,
"Tx_ANT_2": 12,
"Tx_ANT_3": 13,
"Tx_ANT_4": 14,
"Tx_ANT_5": 15,
"Tx_ANT_6": 16,
"Tx_ANT_7": 17,
"Tx_ANT_8": 18,
"RESULT": "sample string 19",
"FIXTURE": "sample string 20"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.