---
title: "Create Service Tasks"
method: POST
path: "/service_tasks"
---

# Create Service Tasks

`POST /service_tasks`

## Request body

- object
  - `service_tasks` object[]
    - `module` 'JOB' — Module Name
    - `module_uid` string — Module UID
    - `sequence_no` integer — Service Task Sequence
    - `service_task_title` string — Service Task Title
    - `service_task_description` string — Service Task Description
    - `estimated_duration` object — Estimated Duration
      - `days` integer
      - `hours` integer
      - `minutes` string
    - `inspection_form` string — Inspection Form UID
    - `assigned_to` object[] — Team / User Assignment UID's
      - `user_uid` string
      - `team_uid` string
    - `asset` string — Asset UID
    - `bu_uid` string — Trade Type UID

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `service_task_uids` string[]

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
