POST api/Propiedades/AddImgPropiedades
Request Information
URI Parameters
None.
Body Parameters
Collection of AdminPropiedadesIMGModelView| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_PROPIEDAD | integer |
None. |
|
| ES_PRINCIPAL | boolean |
None. |
|
| EXTENSION | string |
None. |
|
| IMG_SOURCE | Collection of byte |
None. |
|
| NOMBRE | string |
None. |
|
| PROPIEDAD_IDENTIFICADOR | string |
None. |
|
| IMG_PATH | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID_PROPIEDAD": 1,
"ES_PRINCIPAL": true,
"EXTENSION": "sample string 3",
"IMG_SOURCE": "QEA=",
"NOMBRE": "sample string 4",
"PROPIEDAD_IDENTIFICADOR": "sample string 5",
"IMG_PATH": "sample string 6"
},
{
"ID_PROPIEDAD": 1,
"ES_PRINCIPAL": true,
"EXTENSION": "sample string 3",
"IMG_SOURCE": "QEA=",
"NOMBRE": "sample string 4",
"PROPIEDAD_IDENTIFICADOR": "sample string 5",
"IMG_PATH": "sample string 6"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.