# Creates multiple system log Creates multiple system logs for a client VBA Application Endpoint: POST /system-logs-batch Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) target database for this request ## Request fields (application/json): - `systemLogData_Key` (integer, required) Key value identifying a specific system log entry - `log_Action` (string,null) Action that was performed by the event that was logged - `log_Data` (string,null) Data that was deemed important from the logged event - `log_Date` (string, required) Date and time the logged event occurred - `log_Result` (string,null) Result of the event that was logged - `log_Type` (string,null) Type of event that was logged - `machine_ID` (string, required) Computer the user was using when the event was logged - `success` (boolean, required) Flag specifying if the logged event or operation was successful - `user_ID` (string, required) User that was logged into the application when the event was logged ## Response 200 fields ## Response 401 fields