POST api/v2/LogEvents/Render

Request

URI Parameters

Body Parameters

LogEventRender
NameDescriptionTypeAdditional information
InterfaceName

string

RenderTime

integer

Request Formats

application/json, text/json

Sample:
{
  "InterfaceName": "sample string 1",
  "RenderTime": 2
}

text/html

Sample:
{"InterfaceName":"sample string 1","RenderTime":2}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.