POST api/Propiedad
Request Information
URI Parameters
None.
Body Parameters
PropiedadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| nombrePropiedad | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nombrePropiedad": "sample string 1"
}
application/xml, text/xml
Sample:
<PropiedadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST_Catalogos.Models"> <nombrePropiedad>sample string 1</nombrePropiedad> </PropiedadRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PropiedadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responseCode | integer |
None. |
|
| responseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseCode": 1,
"responseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<PropiedadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST_Catalogos.Models"> <responseCode>1</responseCode> <responseMessage>sample string 2</responseMessage> </PropiedadResponse>