v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Logs

Create logs in bulk

Reports several log entries in a single call, following the same rules as the single log creation endpoint. Each entry is processed independently, so a failure recording one log does not affect the others. Log delivery is best-effort: the endpoint returns 204 as soon as the request is accepted, regardless of the outcome of recording any individual entry.

post/logs/{companyId}/bulk

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "erpVersion": "2024.1",
      "connectorVersion": "1.4.2",
      "message": "Failed to post payment: missing accounting account"
    }
  ]
}

Response

Successful Response