PUT Application/PutAuditLogs
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "d1c8934d-1d31-4fac-a0b5-ea23038705d1",
"SecurityGroupUserID": "aae5301f-57e2-4cd7-919f-25811318f233",
"EventDateTime": "2026-06-06T23:39:02.5437263+00:00",
"LogTypeID": 1,
"RecordID": "92c806bd-8e5e-48fd-ad68-0134c4618c7e",
"ColumnName": "sample string 5",
"OriginalValue": "sample string 6",
"NewValue": "sample string 7",
"TableName": "sample string 8"
},
{
"$ref": "1"
}
]
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.