POST api/Audit/CreateAuditEntry
The create agency.
Request Information
URI Parameters
None.
Body Parameters
The agency.
AuditRequestName | Description | Type | Additional information |
---|---|---|---|
OperationId | string |
None. |
|
OperationName | string |
None. |
|
EocName | string |
None. |
|
OperationSectionId | string |
None. |
|
OperationSectionType | string |
None. |
|
AuditAction | string |
None. |
|
LogEntryType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OperationId": "sample string 1", "OperationName": "sample string 2", "EocName": "sample string 3", "OperationSectionId": "sample string 4", "OperationSectionType": "sample string 5", "AuditAction": "sample string 6", "LogEntryType": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |