# Create Material Endpoint: POST /organisations/{orgId}/materials Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `name` (string, required) The name of the material. - `scientificName` (string) This is the Scientific Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `commonName` (string) This is a Common Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `category` (string, required) The category for the material. - `id` (string) System assigned or user defined id field. ## Response 201 fields (application/json): - `name` (string, required) The name of the material. - `scientificName` (string) This is the Scientific Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `commonName` (string) This is a Common Name for this material. It is an optional field but is required for sbmission to the Traces NT system. - `category` (string, required) The category for the material. - `recordState` (string) State of the record. Enum: "ACTIVE", "ARCHIVED" - `id` (string) System assigned or user defined id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields