POST api/v2/LogEvents/Render
Request
URI Parameters
Body Parameters
LogEventRender| Name | Description | Type | Additional 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
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.