POST App/Empreendimento/Buscar?numeroPagina={numeroPagina}®istroPorPagina={registroPorPagina}&idUsuarioApp={idUsuarioApp}&latitude={latitude}&longitude={longitude}&orderBy={orderBy}&distanciaKm={distanciaKm}&idDispositivo={idDispositivo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroPagina | integer |
Required |
|
| registroPorPagina | integer |
Required |
|
| idUsuarioApp | integer |
Required |
|
| latitude | decimal number |
Required |
|
| longitude | decimal number |
Required |
|
| orderBy | integer |
Required |
|
| distanciaKm | integer |
Required |
|
| idDispositivo | string |
None. |
Body Parameters
FiltroTela| Name | Description | Type | Additional information |
|---|---|---|---|
| valores | Collection of decimal number |
None. |
|
| valoresCondominio | Collection of decimal number |
None. |
|
| numerosQuartos | Collection of integer |
None. |
|
| numerosBanheiros | Collection of integer |
None. |
|
| numerosBoxGaragem | Collection of integer |
None. |
|
| tamanhosTerrenoM2 | Collection of decimal number |
None. |
|
| tamanhosAreaConstruidaM2 | Collection of decimal number |
None. |
|
| numerosSuites | Collection of integer |
None. |
|
| tiposEmpreendimento | Collection of TipoEmpreendimento |
None. |
|
| tiposOferta | Collection of string |
None. |
|
| imobiliarias | Collection of Imobiliaria |
None. |
|
| estadosUso | Collection of string |
None. |
|
| subtiposEmpreendimento | Collection of SubtipoEmpreendimento |
None. |
Request Formats
application/json, text/json
Sample:
{
"valores": [
1.0,
1.0
],
"valoresCondominio": [
1.0,
1.0
],
"numerosQuartos": [
1,
1
],
"numerosBanheiros": [
1,
1
],
"numerosBoxGaragem": [
1,
1
],
"tamanhosTerrenoM2": [
1.0,
1.0
],
"tamanhosAreaConstruidaM2": [
1.0,
1.0
],
"numerosSuites": [
1,
1
],
"tiposEmpreendimento": [
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"icone": "sample string 4",
"subtipos": [
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
},
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
}
]
},
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"icone": "sample string 4",
"subtipos": [
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
},
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
}
]
}
],
"tiposOferta": [
"sample string 1",
"sample string 2"
],
"imobiliarias": [
{
"id": 1,
"razaoSocial": "sample string 2",
"cnpj": "sample string 3",
"telefone": "sample string 4",
"email": "sample string 5",
"situacao": "sample string 6",
"dataHoraCriacao": "2025-12-24T19:21:34.9519846+00:00",
"status": "sample string 8",
"imagem": "sample string 9",
"cep": "sample string 10",
"uf": "sample string 11",
"cidade": "sample string 12",
"bairro": "sample string 13",
"endereco": "sample string 14",
"enderecoNumero": "sample string 15",
"complemento": "sample string 16",
"descricao": "sample string 17",
"nome": "sample string 18",
"observacao": "sample string 19",
"contatoDefault": "sample string 20",
"plano": {
"id": 1,
"nome": "sample string 2",
"descricao": "sample string 3",
"limiteOfertas": 4,
"valor": 5.0,
"situacao": "sample string 6"
},
"whatsapp": "sample string 21"
},
{
"id": 1,
"razaoSocial": "sample string 2",
"cnpj": "sample string 3",
"telefone": "sample string 4",
"email": "sample string 5",
"situacao": "sample string 6",
"dataHoraCriacao": "2025-12-24T19:21:34.9519846+00:00",
"status": "sample string 8",
"imagem": "sample string 9",
"cep": "sample string 10",
"uf": "sample string 11",
"cidade": "sample string 12",
"bairro": "sample string 13",
"endereco": "sample string 14",
"enderecoNumero": "sample string 15",
"complemento": "sample string 16",
"descricao": "sample string 17",
"nome": "sample string 18",
"observacao": "sample string 19",
"contatoDefault": "sample string 20",
"plano": {
"id": 1,
"nome": "sample string 2",
"descricao": "sample string 3",
"limiteOfertas": 4,
"valor": 5.0,
"situacao": "sample string 6"
},
"whatsapp": "sample string 21"
}
],
"estadosUso": [
"sample string 1",
"sample string 2"
],
"subtiposEmpreendimento": [
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
},
{
"id": 1,
"nome": "sample string 2",
"situacao": "sample string 3",
"idTipoEmpreendimento": 4
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.