Skip to main content
POST
Create a Material

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Body

application/json

The model for creating Materials

name
string
required

Name of the Material to be created.

material_type_id
string<uuid>

This is the id for MaterialType. If not provided, it will default to a MaterialType of Other

external_id
string | null
state
enum<string>
default:active

Material States

Available options:
active,
inactive

Response

Created

data
Material-Read · object
required