v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-deal-stages

Criar etapa do funil de vendas

Criar etapa do funil de vendas

post/deal_stages

Request body

deal_pipeline_idstring
descriptionstring
namestring
objectivestring
ordernumber

Example request

{
  "deal_pipeline_id": "5f0f938f08c0c723ae8c9d3a",
  "description": "Descrição X",
  "name": "Etapa X",
  "objective": "Objetivo X",
  "order": 3
}

Response

Success

_idstring
created_atstring
descriptionstring
idstring
instance_idstring
namestring
nicknamestring
objectivestring
ordernumber
updated_atstring

Example response

{
  "_id": "64ed37bda20856000d7a3b9a",
  "created_at": "2023-08-28T21:11:41.087-03:00",
  "deal_pipeline": {
    "id": "5f0f938f08c0c723ae8c9d3a",
    "name": "Funil de Aquisição",
    "order": 1
  },
  "description": "Descrição X",
  "id": "64ed37bda20856000d7a3b9a",
  "instance_id": "5b75b4235bdc75002b1b656f",
  "name": "Etapa X",
  "nickname": "EX",
  "objective": "Objetivo X",
  "order": 3,
  "updated_at": "2023-08-28T21:11:41.087-03:00"
}