POST api/GET_PCBA_SN/Get_PCBA_SN

Request Information

URI Parameters

None.

Body Parameters

GetPCBSNModelsData
NameDescriptionTypeAdditional information
Records

Collection of GetPCBSNModels

None.

Request Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "Value": "sample string 1"
    },
    {
      "Value": "sample string 1"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.