POST Application/PostAuditLogs
Request Information
URI Parameters
None.
Body Parameters
AuditLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| EventDateTime | date |
Required |
|
| LogTypeID | AuditLogType |
Required |
|
| RecordID | globally unique identifier |
Required |
|
| ColumnName | string |
Required |
|
| OriginalValue | string |
None. |
|
| NewValue | string |
None. |
|
| TableName | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "e33ec809-d13d-4733-8883-90d12d794a89",
"SecurityGroupUserID": "5c8f3752-c38a-4422-9a4e-7fe5525b416b",
"EventDateTime": "2025-12-05T09:28:35.7510821+00:00",
"LogTypeID": 1,
"RecordID": "ed77a007-cbd9-4501-9267-a0ba11903f22",
"ColumnName": "sample string 5",
"OriginalValue": "sample string 6",
"NewValue": "sample string 7",
"TableName": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.