---
title: "Add consumable"
method: POST
path: "/api/v1/materials"
tags: ["Consumables"]
---

# Add consumable

`POST /api/v1/materials`

## Request body

- CreateMaterial
  - `token` string, required
  - `item` object
    - `name` string, required — Material name
    - `company_id` integer — [required] - in case material is commercial
    - `produce_by` string — [required] - in case material is non commercial
    - `description` string — description
    - `cas_number` integer — CAS Registry Number
    - `mw` string — mw
    - `web` string — url
    - `materialtype_id` integer — the material type id
    - `units` string — units
    - `price` number, float — price
    - `currency` integer — 0 = NIS, 1 = DOLLAR, 2 = EURO, 3 = POUND, 4 = NOK

## Response `201`

consumable created

## Other responses

- `401` — Error: Unauthorized
- `422` — name cannot be blank

---

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