Criar motivo de perda
POST
https://api.cubosuite.com.br/lostreasons
Descrição
Campos
Campo | Tipo | Descrição |
---|---|---|
reason | string | Motivo de perda. Obrigatório. |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cubosuite.com.br/lostreasons' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Cliente desistiu da negociação"
}'
Response Response Example
{}
Requisição
Parâmetros Header
Content-Type
string
opcional
Exemplo:
application/json
Parâmetros Bodyapplication/json