Create a storage unit type
Storage Unit Types
Create a storage unit type
Create a storage unit type.
POST
Create a storage unit type
Request Structure
| Field | Required | Description |
|---|---|---|
code | Yes | Unique code (max 30) |
name | Yes | Name (max 50) |
sequence_id | Yes | Barcode sequence |
unit_name | No* | Singular unit name (model-required) |
dimensions | No | Nested dimensions object (write-only; read via GraphQL) |
dimensions are stored separately and are not returned in REST responses — read them via the GraphQL list.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully
The response is of type object.

