PUT Application/PutAuditLogs
Request Information
URI Parameters
None.
Body Parameters
Collection of AuditLogName | 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": "6f43ccf0-6901-4296-815a-1ebfd1f98bbd", "SecurityGroupUserID": "1cdca5b6-4254-45ac-8352-e1c052279aaa", "EventDateTime": "2025-09-05T18:12:23.2046458+00:00", "LogTypeID": 1, "RecordID": "2a5d0fa5-2bf3-46c5-b9da-a7dd8e61846c", "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
ServiceResponseName | 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.