POST api/UserAudit/list
Request Information
URI Parameters
None.
Body Parameters
UserAuditRequestDto| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.