POST api/GET_PCBA_SN/Get_PCBA_SN
Request Information
URI Parameters
None.
Body Parameters
GetPCBSNModelsData| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.