Cliente

Inclui um lead pelo APP do Imoview ADM

Retorno JSON para incluir lead pelo APP do imoview ADM

post/Cliente/App_IncluirLead

Query parameters

codigoUsuariointeger required

Código do usuário validado

nomestring string
emailstring string
telefonestring string
sexointeger

Dados via JSON. nome: OBRIGATÓRIO, email: OPCIONAL, telefone: OPCIONAL, sexo: OPCIONAL

{
  "nome": "Gabriel",
  "email": "teste@teste.com",
  "telefone": "(31) 9999-9999",
  "sexo": 1
}

Response

Retornado com sucesso

codigointeger
nomestring string

Example response

{
  "nome": "string"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.