POST api/Zyxel/ZyxelSaveFTPPTInfo

Request Information

URI Parameters

None.

Body Parameters

ZyxelFTPPTModelsData
NameDescriptionTypeAdditional information
Records

Collection of ZyxelFTPPTModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "SN": "sample string 1",
      "MAC": "sample string 2",
      "BOSA_SN": "sample string 3",
      "DEFECT_CODE": "sample string 4",
      "SITE_NAME": "sample string 5",
      "OPERATOR_ID": "sample string 6",
      "START_TIME": "2026-05-29T02:33:56.7197003+05:30",
      "WO_NO": "sample string 8",
      "END_TIME": "2026-05-29T02:33:56.7197003+05:30",
      "TOTAL_TEST_TIME": "sample string 10",
      "RESULT": "sample string 11",
      "FIXTURE": "sample string 12"
    },
    {
      "SN": "sample string 1",
      "MAC": "sample string 2",
      "BOSA_SN": "sample string 3",
      "DEFECT_CODE": "sample string 4",
      "SITE_NAME": "sample string 5",
      "OPERATOR_ID": "sample string 6",
      "START_TIME": "2026-05-29T02:33:56.7197003+05:30",
      "WO_NO": "sample string 8",
      "END_TIME": "2026-05-29T02:33:56.7197003+05:30",
      "TOTAL_TEST_TIME": "sample string 10",
      "RESULT": "sample string 11",
      "FIXTURE": "sample string 12"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.