---
title: "插槽区域创建"
method: POST
path: "/api/v1/things/slot/area/create"
tags: ["things/slot/area", "thingsSlotArea"]
---

# 插槽区域创建

`POST /api/v1/things/slot/area/create`

## Request body

- SlotAreaSaveReq
  - `areaID` string — 项目区域id（只读）
  - `parentAreaID` string — 上级项目区域id（只读）
  - `projectID` string — 项目id（只读）

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string

---

[API](https://skmtc.net/unitedrhino/apis/things-api.md) · [All operations](https://skmtc.net/unitedrhino/apis/things-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unitedrhino/things-api/revisions/f3bdeb916389/schema)
