POST api/v1/SystemAuditories/BulkAction
Request Information
URI Parameters
None.
Body Parameters
BulkTypeOfSystemAudit| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionType | BULK_ACTION_TYPE |
None. |
|
| Templates | Collection of SystemAudit |
None. |
|
| Filter | SearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionType": 0,
"Templates": [
{
"_When": "2025-12-06T03:14:48.2324561+00:00",
"SystemAuditCodeID": 2,
"PersonID": 3,
"_Details": "sample string 4",
"_Application": 1,
"_EventCode": 1,
"_ExtWhat": 0,
"_ExtWhat2": 0,
"_EventDescr": "sample string 5",
"_OperatorDescr": "sample string 6"
},
{
"_When": "2025-12-06T03:14:48.2324561+00:00",
"SystemAuditCodeID": 2,
"PersonID": 3,
"_Details": "sample string 4",
"_Application": 1,
"_EventCode": 1,
"_ExtWhat": 0,
"_ExtWhat2": 0,
"_EventDescr": "sample string 5",
"_OperatorDescr": "sample string 6"
}
],
"Filter": {
"_Limit": 1,
"_Skip": 2,
"_Sort": 0,
"_Filter": 0,
"_FromPeriod": "2025-12-06T03:14:48.2324561+00:00",
"_ToPeriod": "2025-12-06T03:14:48.2324561+00:00",
"_UseUpdatedDate": true
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.