---
title: "POST /api/bom-placements/"
method: POST
path: "/api/bom-placements/"
tags: ["Products/BOM-Placements"]
---

# POST /api/bom-placements/

`POST /api/bom-placements/`

## Request body

- object
  - `value` string, required

## Response `201`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `value` string, required
    - `forCompanyId` string, required
    - `createdAt` union, required
      - string
      - string, date-time
    - `createdByUserId` string, nullable
    - `createdByCompanyId` string, nullable
    - `updatedAt` union, required
      - string
      - string, date-time
    - `updatedByUserId` string, nullable
    - `updatedByCompanyId` string, nullable

## Other responses

- `400` — No content

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 4 breaking, 5 info
  - the response property `data/createdByCompanyId` became nullable for the status `201`
  - the response property `data/createdByUserId` became nullable for the status `201`
  - the response property `data/updatedByCompanyId` became nullable for the status `201`
  - the response property `data/updatedByUserId` became nullable for the status `201`
  - …5 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/bom-placements/post.md)

---

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