POST api/Incidencias/UpdRangoValor

Request Information

URI Parameters

None.

Body Parameters

Rangos
NameDescriptionTypeAdditional 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.

Request 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"
}

application/xml, text/xml

Sample:
<Rangos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSMotorAlertaCatastral.Models.Incidencias">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>