POST api/SGC?task={task}&municipio={municipio}®ion={region}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| task | string |
Required |
|
| municipio | string |
Required |
|
| region | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ExpMunReg| Name | Description | Type | Additional information |
|---|---|---|---|
| CLAVE_CATASTRAL | string |
None. |
|
| REGION | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CLAVE_CATASTRAL": "sample string 1",
"REGION": "sample string 2"
},
{
"CLAVE_CATASTRAL": "sample string 1",
"REGION": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfExpMunReg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models.sgc">
<ExpMunReg>
<CLAVE_CATASTRAL>sample string 1</CLAVE_CATASTRAL>
<REGION>sample string 2</REGION>
</ExpMunReg>
<ExpMunReg>
<CLAVE_CATASTRAL>sample string 1</CLAVE_CATASTRAL>
<REGION>sample string 2</REGION>
</ExpMunReg>
</ArrayOfExpMunReg>