v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-deal-lost-reasons

Criar motivo de perda

Criar motivo de perda

post/deal_lost_reasons

Request body

namestring

Example request

{
  "name": "Motivo 22"
}

Response

Success

_idstring
created_atstring
instance_idstring
namestring
updated_atstring

Example response

{
  "_id": "64ecc1eb4f584600196aee1d",
  "created_at": "2023-08-28T12:48:59.730-03:00",
  "instance_id": "5b75b4235bdc75002b1b656f",
  "name": "Motivo 22",
  "updated_at": "2023-08-28T12:48:59.730-03:00"
}