PUT Application/PutAuditLog
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": "90b947bb-6a4a-4a53-b1f5-5910cce5c8c8",
"SecurityGroupUserID": "8972c093-41c2-4fee-aa5a-53cf9955464f",
"EventDateTime": "2025-12-05T09:28:34.3351326+00:00",
"LogTypeID": 1,
"RecordID": "ab8ec72e-798a-484d-ac94-0c41b61de5ca",
"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.