POST AuditLog/AuditLog

Creates a new audit log

Request Information

URI Parameters

None.

Body Parameters

AuditLogBindingModel
NameDescriptionTypeAdditional information
EventType

string

Required

Request Formats

application/json, text/json

Sample:
{
  "EventType": "sample string 1"
}

application/xml, text/xml

Sample:
<AuditLogBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avertest.Mobile.API.V1.Models.AuditLog">
  <EventType>sample string 1</EventType>
</AuditLogBindingModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuditLogBindingModel'.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"9dfd8646-9f3d-4ecd-9ac0-71f1f78e700b"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9dfd8646-9f3d-4ecd-9ac0-71f1f78e700b</guid>