/
PA
payroll-engine
/
Payroll Engine Backend API v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
payroll-engine
Payroll Engine Backend API v1
post
/api/tenants/{tenantId}/payruns/jobs
v1
latest
OpenAPI 3.0.4
2026-07-17
316
155
717.9 KB
Payrun jobs
post
/api/tenants/{tenantId}/payruns/jobs
Path parameters
tenantId
integer
required
Request body
PayrunJobInvocation
required
id
integer
status
'Active'
|
'Inactive'
created
string
date-time
updated
string
date-time
payrunName
string
required
userIdentifier
string
required
payrunJobId
integer
parentJobId
integer
nullable
name
string
required
owner
string
nullable
retroJobs
RetroPayrunJob[]
nullable
tags
string[]
nullable
forecast
string
nullable
retroPayMode
'ValueChange'
|
'None'
jobResult
'Full'
|
'Incremental'
jobStatus
'Draft'
|
'Release'
|
'Process'
|
'Complete'
|
'Forecast'
|
'Abort'
|
'Cancel'
completedJobStatus
'Draft'
|
'Release'
|
'Process'
|
'Complete'
|
'Forecast'
|
'Abort'
|
'Cancel'
periodStart
string
date-time
required
evaluationDate
string
date-time
nullable
reason
string
required
storeEmptyResults
boolean
logLevel
'Verbose'
|
'Debug'
|
'Information'
|
'Warning'
|
'Error'
|
'Fatal'
employeeIdentifiers
string[]
nullable
attributes
object
nullable
Response
Accepted