POST api/UserAudit/list

Request Information

URI Parameters

None.

Body Parameters

UserAuditRequestDto
NameDescriptionTypeAdditional information
EntityId

integer

None.

RecordType

RecordType

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "entityId": 1,
  "recordType": 1
}

text/plain

Sample:
{"entityId":1,"recordType":1}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.