v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Jobs

Create a new job

Create a job using the provided request data.

post/api/v3.3/jobs

Request body

status'NEW' | 'SCHEDULED' | 'DONE' | 'CANCELLED' required
propertyUidstring required
serviceUidstring required
leadUidstring
startLocalDateTimestring required
endLocalDateTimestring required
notesstring
unitUidstring

Example request

{
  "startLocalDateTime": "2026-04-20T11:52:36",
  "endLocalDateTime": "2026-04-20T11:52:36"
}

Response

OK