POST api/Nokia/GetONTRIInfo
Request Information
URI Parameters
None.
Body Parameters
RIONTModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of RIONTModels |
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.