GET api/AgendaVenda/BuscarLeadPorTelefone?token={token}&search={search}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

search

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BuscaLeadPorTelefone
NameDescriptionTypeAdditional information
CDNEGOCIACAOVENDA

integer

None.

CDVENDEDOR

integer

None.

DTAGENDAVENDA

date

None.

NMCLIENTE

string

None.

NRDDD

integer

None.

NRDDDCEL

integer

None.

SITUACAO

EstadoNegociacaoVenda

None.

NRTELEFONE

integer

None.

NRCELULAR

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CDNEGOCIACAOVENDA": 1,
    "CDVENDEDOR": 1,
    "DTAGENDAVENDA": "2025-12-14T16:34:42.2081368-03:00",
    "NMCLIENTE": "sample string 3",
    "NRDDD": 1,
    "NRDDDCEL": 1,
    "SITUACAO": 0,
    "NRTELEFONE": 1,
    "NRCELULAR": 1
  },
  {
    "CDNEGOCIACAOVENDA": 1,
    "CDVENDEDOR": 1,
    "DTAGENDAVENDA": "2025-12-14T16:34:42.2081368-03:00",
    "NMCLIENTE": "sample string 3",
    "NRDDD": 1,
    "NRDDDCEL": 1,
    "SITUACAO": 0,
    "NRTELEFONE": 1,
    "NRCELULAR": 1
  }
]