---
title: "Set a placement status"
method: PUT
path: "/placements/{placementId}/status"
tags: ["Placement API:Placements"]
---

# Set a placement status

`PUT /placements/{placementId}/status`

Change the placement status and add an optional note

## Path parameters

- `placementId` integer, required

## Request body

- SetPlacementStatusCommand
  - `statusId` integer, required — Status Id
  - `note` SubmitStatusNoteModel — Optional note
    - `type` string, nullable — Optional note type
    - `text` string, nullable — Note content

## Response `200`

Placement status was successfully updated

## Other responses

- `202` — Placement status already assigned
- `404` — Placement was not found
- `422` — Validation error

---

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