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