Skip to main content
POST
POST /rest/corrections/bulk — approve or reject many correction requests in one call. Each item is decided with the exact same logic as the single approve/reject endpoints (notifications, webhooks, overtime recalc, payroll-period lock, resolving the manager notification). A failing item (closed period, out of scope, nothing pending) does not abort the rest

Authorizations

Authorization
string
header
required

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Body

application/json
action
enum<string>
required
Available options:
approve,
reject
items
object[]
required
Required array length: 1 - 50 elements
note
string | null
Required string length: 3 - 1000

Response

processed
integer
required
failed
object[]
required