---
title: "Criar ação de assunto"
method: POST
path: "/crm/assuntos/{idAssunto}/acoes"
tags: ["CRM"]
---

# Criar ação de assunto

`POST /crm/assuntos/{idAssunto}/acoes`

## Path parameters

- `idAssunto` integer, required

## Request body

- CriarCrmAssuntoAcaoRequestModel — 
  - `descricao` string
  - `tipoData` 'D' | 'Q' | 'E' | 'N', nullable — - D - Data - Q - Quanto Antes - E - Esperar - N - Sem Data
  - `data` string, nullable
  - `idUsuarioResponsavel` integer, nullable
  - `dataCriacao` string, nullable

## Response `200`

OK

- CriarCrmAssuntoAcaoResponseModel — 
  - `idAcao` integer — ID da ação criada

## 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)
