---
title: "Add measure unit"
method: POST
path: "/api/Article/MeasureUnit"
tags: ["Article"]
---

# Add measure unit

`POST /api/Article/MeasureUnit`

## Request body

- MeasureUnitDTO[]
  - `id` integer — Id of the table
  - `name` string, nullable — Mesure Unit Type
  - `type` string, nullable — Type of the article used with (all, service, item)

## Response `202`

- DefaultResponseDTOOfStatusDTO — The DefaultResponseDTO Class. Contains fields of DefaultResponse DTO in application.
  - `isError` boolean
  - `message` string, nullable
  - `responseException` unknown
  - `result` StatusDTO — Imideate response for long running api call.
    - `messageId` string, nullable — Reference id for status endpoint
    - `statusText` string, nullable — Status of API Call
    - `url` string, nullable — Relative url for stauts check

## Other responses

- `500`

---

[API](https://skmtc.net/tlapi/apis/tl-api.md) · [All operations](https://skmtc.net/tlapi/apis/tl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tlapi/tl-api/versions/349096cc3ded/schema)
