v1

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

Criar fonte

Criar fonte

post/deal_sources

Request body

Example request

{
  "deal_source": {
    "description": "descrição da fonte",
    "name": "nome da fonte"
  }
}

Response

Success

_idstring
created_atstring
descriptionstring
idstring
instance_idstring
namestring
updated_atstring

Example response

{
  "_id": "6422f7368a0d69002324b583",
  "created_at": "2023-03-28T11:18:30.495-03:00",
  "description": "descrição da fonte",
  "id": "6422f7368a0d69002324b583",
  "instance_id": "5b75b4235bdc75002b1b656f",
  "name": "nome da fonte",
  "updated_at": "2023-03-28T11:18:30.495-03:00"
}