POST Application/PostAuditLogs
Request Information
URI Parameters
None.
Body Parameters
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": "a00701bd-4e19-4497-aa7e-636efa4ea5d3", "SecurityGroupUserID": "e17202cb-3f35-46d9-b2a5-e3b86cb40020", "EventDateTime": "2025-09-05T18:36:47.7536738+00:00", "LogTypeID": 1, "RecordID": "f6130810-a3da-4a60-a78d-d6f414f873d7", "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
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.