Jobs
Create a new job
Create a job using the provided request data.
post/api/v3.3/jobs
Request body
Example request
{
"startLocalDateTime": "2026-04-20T11:52:36",
"endLocalDateTime": "2026-04-20T11:52:36"
}Response
OK
Create a job using the provided request data.
{
"startLocalDateTime": "2026-04-20T11:52:36",
"endLocalDateTime": "2026-04-20T11:52:36"
}OK