GET api/Incidencias/Rangos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Rangos| Name | Description | Type | Additional information |
|---|---|---|---|
| NO | integer |
None. |
|
| DISTRITO | string |
None. |
|
| MUNICIPIO | string |
None. |
|
| SECCION | string |
None. |
|
| LIBRO | string |
None. |
|
| TOMO | string |
None. |
|
| VOLUMEN | string |
None. |
|
| ANIO | string |
None. |
|
| RANGO | string |
None. |
|
| INCONSISTENCIA | string |
None. |
|
| ESTATUS | string |
None. |
|
| NOTA | string |
None. |
|
| UPD | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NO": 1,
"DISTRITO": "sample string 2",
"MUNICIPIO": "sample string 3",
"SECCION": "sample string 4",
"LIBRO": "sample string 5",
"TOMO": "sample string 6",
"VOLUMEN": "sample string 7",
"ANIO": "sample string 8",
"RANGO": "sample string 9",
"INCONSISTENCIA": "sample string 10",
"ESTATUS": "sample string 11",
"NOTA": "sample string 12",
"UPD": "sample string 13"
},
{
"NO": 1,
"DISTRITO": "sample string 2",
"MUNICIPIO": "sample string 3",
"SECCION": "sample string 4",
"LIBRO": "sample string 5",
"TOMO": "sample string 6",
"VOLUMEN": "sample string 7",
"ANIO": "sample string 8",
"RANGO": "sample string 9",
"INCONSISTENCIA": "sample string 10",
"ESTATUS": "sample string 11",
"NOTA": "sample string 12",
"UPD": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfRangos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSMotorAlertaCatastral.Models.Incidencias">
<Rangos>
<ANIO>sample string 8</ANIO>
<DISTRITO>sample string 2</DISTRITO>
<ESTATUS>sample string 11</ESTATUS>
<INCONSISTENCIA>sample string 10</INCONSISTENCIA>
<LIBRO>sample string 5</LIBRO>
<MUNICIPIO>sample string 3</MUNICIPIO>
<NO>1</NO>
<NOTA>sample string 12</NOTA>
<RANGO>sample string 9</RANGO>
<SECCION>sample string 4</SECCION>
<TOMO>sample string 6</TOMO>
<UPD>sample string 13</UPD>
<VOLUMEN>sample string 7</VOLUMEN>
</Rangos>
<Rangos>
<ANIO>sample string 8</ANIO>
<DISTRITO>sample string 2</DISTRITO>
<ESTATUS>sample string 11</ESTATUS>
<INCONSISTENCIA>sample string 10</INCONSISTENCIA>
<LIBRO>sample string 5</LIBRO>
<MUNICIPIO>sample string 3</MUNICIPIO>
<NO>1</NO>
<NOTA>sample string 12</NOTA>
<RANGO>sample string 9</RANGO>
<SECCION>sample string 4</SECCION>
<TOMO>sample string 6</TOMO>
<UPD>sample string 13</UPD>
<VOLUMEN>sample string 7</VOLUMEN>
</Rangos>
</ArrayOfRangos>