---
title: "Create a new job"
method: POST
path: "/api/v3.3/jobs"
tags: ["Jobs"]
---

# Create a new job

`POST /api/v3.3/jobs`

Create a job using the provided request data.

## Request body

- JobApi31AddingDto
  - `status` 'NEW' | 'SCHEDULED' | 'DONE' | 'CANCELLED', required
  - `propertyUid` string, required
  - `serviceUid` string, required
  - `leadUid` string
  - `startLocalDateTime` string, required
  - `endLocalDateTime` string, required
  - `notes` string
  - `unitUid` string

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
