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