POST api/GetWO/Get_EMMC_Type_PCBA_SN

Request Information

URI Parameters

None.

Body Parameters

GetWOModelsData
NameDescriptionTypeAdditional information
Records

Collection of GetWOModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "PCBASN": "sample string 1",
      "Model_Code": "sample string 2"
    },
    {
      "PCBASN": "sample string 1",
      "Model_Code": "sample string 2"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.