---
title: "Adicionar motivo de perda de oportunidade"
method: POST
path: "/lostReasons"
---

# Adicionar motivo de perda de oportunidade

`POST /lostReasons`

## Request body

- object
  - `name` string, required — Nome do motivo de perda da oportunidade.
  - `status` boolean — Status do motivo de perda da oportunidade: false: status ativo, true: status inativo.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `status` boolean
    - `name` string

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
