---
title: "Criar serviço"
method: POST
path: "/servicos"
tags: ["Serviços"]
---

# Criar serviço

`POST /servicos`

## Request body

- CriarServicoRequestModel — 
  - `codigo` string, nullable
  - `preco` number, float, nullable
  - `unidade` string, nullable
  - `situacao` 'A' | 'I' | 'E', nullable — - A - Ativo - I - Inativo - E - Excluido
  - `tipoItemSped` '00' | '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '10' | '99', nullable — - 00 - Mercadoria Para Revenda - 01 - Materia Prima - 02 - Embalagem - 03 - Produto Em Processo - 04 - Produto Acabado - 05 - Subproduto - 06 - Produto Intermediario - 07 - Material Uso Consumo - 08 - Ativo Imobilizado - 09 - Servicos - 10 - Outros Insumos - 99 - Outras
  - `codigoListaServicos` string, nullable
  - `nbs` string, nullable
  - `descricaoComplementar` string, nullable
  - `observacoes` string, nullable
  - `nome` string, required

## Response `200`

OK

- ServicoResponseModel — 
  - `id` integer
  - `codigo` string
  - `descricao` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/versions/c351400bb11f/schema)
