Skip to main content
POST
Create job
SystemUser accessible. Required policy actions:
  • JobService:create

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
type
string
required

Job type: event_import | contract_import | usage_import

Example:

"event_import"

name
string
Example:

"Event Import Apr 2026"

data
object

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)