POST v2/admin/imoveis/sugestoes/revisar
Request Information
URI Parameters
None.
Body Parameters
RevisaoSugestaoImovelUnificado| Name | Description | Type | Additional information |
|---|---|---|---|
| IdImovelUnificado | integer |
None. |
|
| IdEmpreendimento | integer |
None. |
|
| Aprovado | boolean |
None. |
|
| Motivo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idImovelUnificado": 1,
"idEmpreendimento": 2,
"aprovado": true,
"motivo": "sample string 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.