POST api/Zyxel/ZyxelSavePKFTTestInfo

Request Information

URI Parameters

None.

Body Parameters

ZyxelPKFTModelsData
NameDescriptionTypeAdditional information
Records

Collection of ZyxelPKFTModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "Model_code": "sample string 1",
      "SN": "sample string 2",
      "MAC": "sample string 3",
      "IMEI_Code": "sample string 4",
      "DEFECT_CODE": "sample string 5",
      "SITE_NAME": "sample string 6",
      "WO_NO": "sample string 7",
      "OPERATOR_ID": "sample string 8",
      "START_TIME": "2026-05-29T02:33:56.6572163+05:30",
      "END_TIME": "2026-05-29T02:33:56.6572163+05:30",
      "TOTAL_TEST_TIME": "sample string 11",
      "RESULT": "sample string 12",
      "FIXTURE": "sample string 13",
      "ICCID": "sample string 14",
      "SOFT_VERSION": "sample string 15",
      "IMSI": "sample string 16"
    },
    {
      "Model_code": "sample string 1",
      "SN": "sample string 2",
      "MAC": "sample string 3",
      "IMEI_Code": "sample string 4",
      "DEFECT_CODE": "sample string 5",
      "SITE_NAME": "sample string 6",
      "WO_NO": "sample string 7",
      "OPERATOR_ID": "sample string 8",
      "START_TIME": "2026-05-29T02:33:56.6572163+05:30",
      "END_TIME": "2026-05-29T02:33:56.6572163+05:30",
      "TOTAL_TEST_TIME": "sample string 11",
      "RESULT": "sample string 12",
      "FIXTURE": "sample string 13",
      "ICCID": "sample string 14",
      "SOFT_VERSION": "sample string 15",
      "IMSI": "sample string 16"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.