Skip to main content
POST
Add Item

Path Parameters

workspaceId
string
required
projectId
string
required

Body

application/json
initialArea
object
name
string
Maximum string length: 200
categoryId
string
selectedPartIds
string[]

Response

409 - application/json
statusCode
number
required
Example:

409

message
string
required
Example:

"Conflict"

code
string

UPPER_SNAKE_CASE domain error code. Present on validation / business-rule errors; absent on generic HTTP errors.

Example:

"VARIANT_COMBO_TAKEN"

entity
string

Entity type that caused the conflict (e.g. "ProjectItem"). Present when the error is entity-specific.