POST api/SGC?task={task}&municipio={municipio}&region={region}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
task

string

Required

municipio

string

Required

region

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExpMunReg
NameDescriptionTypeAdditional 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>