v1

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

Atualizar fonte

Atualizar fonte

put/deal_sources/{deal_source_id}

Path parameters

deal_source_idstring required

ID da fonte de negociação.

Request body

Example request

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

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 - atualizado",
  "id": "6422f7368a0d69002324b583",
  "instance_id": "5b75b4235bdc75002b1b656f",
  "name": "nome da fonte - atualizado",
  "updated_at": "2023-03-28T11:21:02.668-03:00"
}