crm-v1-deal-pipelines
Criar funil de vendas
Criar funil de vendas
post/deal_pipelines
Request body
Example request
{
"deal_pipeline": {
"name": "funil de vendas 1"
}
}Response
Success
Example response
{
"deal_stages": [
{
"_id": "6422fa7d8a0d69001724ca24",
"id": "6422fa7d8a0d69001724ca24",
"name": "Sem contato",
"nickname": "SC",
"order": 1
}
],
"id": "6422fa7d8a0d69001724ca23",
"name": "funil de vendas 1",
"order": 18
}Changes
No recorded changes to this endpoint across all 1 revision of this API.