POST api/SaveSercommValue/GetRAM
Request Information
URI Parameters
None.
Body Parameters
Sercomm_RAM_ModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of Sercomm_RAM_Models |
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.