POST api/PKIStation/GetPCB
Request Information
URI Parameters
None.
Body Parameters
GetPCBModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of GetPCBModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"bharti_sn": "sample string 1"
},
{
"bharti_sn": "sample string 1"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.