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": "3114269d-236e-4f20-8559-4138eb648e4b",
"SecurityGroupUserID": "c3669cf6-dc50-418b-b11f-202f3cb67a08",
"EventDateTime": "2026-03-11T11:52:13.5734971+00:00",
"LogTypeID": 1,
"RecordID": "655c12c4-7817-4f86-aba4-2e4abc8194a2",
"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.