POST api/v2/Audits/NewEvent
Request
URI Parameters
Body Parameters
AuditNewEventParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Event | string | ||
| Entity | string | ||
| EntityId | integer | ||
| Details | string |
Request Formats
application/json, text/json
Sample:
{
"Event": "sample string 1",
"Entity": "sample string 2",
"EntityId": 1,
"Details": "sample string 3"
}
text/html
Sample:
{"Event":"sample string 1","Entity":"sample string 2","EntityId":1,"Details":"sample string 3"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.