POST api/Nokia/GetONTRIInfo

Request Information

URI Parameters

None.

Body Parameters

RIONTModelsData
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.