---
title: "Add a new assignment"
method: POST
path: "/assignments/"
tags: ["Assignments"]
---

# Add a new assignment

`POST /assignments/`

## Request body

- Assignment
  - `active` boolean
  - `provisioned` boolean
  - `validated` boolean
  - `is_self_schedule` boolean
  - `description` string
  - `owner` string
  - `ticket` string
  - `qinq` integer
  - `wipe` boolean
  - `ccuser` string[]
  - `cloud_id` integer
  - `vlan_id` integer

## Response `201`

Created

## Changes

- **2025-06-30** `ebdd7b70d1d5` — 1 info
  - added the new optional request property `is_self_schedule`
- **2024-01-29** `73b6d82124fb` — 1 warning
  - removed the request property `is_self_schedule`

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/assignments/post.md)

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
