GET
/
rural
/
imovel
/
{codigo}
Imovel rural por codigo SNCR
curl --request GET \
  --url 'https://modulos.sherlocker.dev/rural/imovel/{codigo}?token='
{
  "propriedades": [
    {
      "codigo_imovel": "<string>",
      "nome_imovel": "<string>",
      "municipio": "<string>",
      "uf": "<string>",
      "area_total": 123,
      "modulos_fiscais": 123,
      "cod_ibge": "<string>",
      "nome_detentor": "<string>",
      "cpf_cnpj": "<string>",
      "tipo_detentor": "<string>",
      "fracao": 123,
      "condicao_detentor": "<string>"
    }
  ]
}

Authorizations

token
string
query
required

Path Parameters

codigo
string
required

Codigo do imovel no SNCR

Response

200 - application/json

Dados do imovel

propriedades
object[]