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": "708a5d56-0cd3-484b-ac36-aa30c285bc4a",
"SecurityGroupUserID": "d4300bbb-9b1d-4a51-884d-0a41b2bc3100",
"EventDateTime": "2025-12-05T09:28:35.4976181+00:00",
"LogTypeID": 1,
"RecordID": "f3fbe737-f19c-4db1-a32b-3b531d76f1f8",
"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.