POST api/Propiedades/UpdateImgPropiedades
Request Information
URI Parameters
None.
Body Parameters
UpdatePropiedadesIMGModelView| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_PROPIEDAD | integer |
None. |
|
| IDENTICADOR | string |
None. |
|
| ES_PRINCIPAL | boolean |
None. |
|
| TIPO_MOV | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_PROPIEDAD": 1,
"IDENTICADOR": "sample string 2",
"ES_PRINCIPAL": true,
"TIPO_MOV": "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.