POST Imobiliaria/EmpreendimentoImagem/Ordenar
Request Information
URI Parameters
None.
Body Parameters
Collection of EmpreendimentoImagem| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nome | string |
None. |
|
| descricao | string |
None. |
|
| imagem | string |
None. |
|
| principal | string |
None. |
|
| ordem | integer |
None. |
|
| idEmpreendimento | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"nome": "sample string 2",
"descricao": "sample string 3",
"imagem": "sample string 4",
"principal": "sample string 5",
"ordem": 6,
"idEmpreendimento": 7
},
{
"id": 1,
"nome": "sample string 2",
"descricao": "sample string 3",
"imagem": "sample string 4",
"principal": "sample string 5",
"ordem": 6,
"idEmpreendimento": 7
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.