POST api/Incidencias/postIncidencia
Request Information
URI Parameters
None.
Body Parameters
Incidencias| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NO | string |
None. |
|
| DISTRITO | string |
None. |
|
| MUNICIPIO | string |
None. |
|
| SECCION | string |
None. |
|
| LIBRO | string |
None. |
|
| TOMO | string |
None. |
|
| VOLUMEN | string |
None. |
|
| ANIO | string |
None. |
|
| REGISTRO | string |
None. |
|
| INCONSISTENCIA | string |
None. |
|
| ESTATUS | string |
None. |
|
| NOTA | string |
None. |
|
| UPD | string |
None. |
|
| TIPO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"NO": "sample string 2",
"DISTRITO": "sample string 3",
"MUNICIPIO": "sample string 4",
"SECCION": "sample string 5",
"LIBRO": "sample string 6",
"TOMO": "sample string 7",
"VOLUMEN": "sample string 8",
"ANIO": "sample string 9",
"REGISTRO": "sample string 10",
"INCONSISTENCIA": "sample string 11",
"ESTATUS": "sample string 12",
"NOTA": "sample string 13",
"UPD": "sample string 14",
"TIPO": "sample string 15"
}
application/xml, text/xml
Sample:
<Incidencias xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSMotorAlertaCatastral.Models.Incidencias"> <ANIO>sample string 9</ANIO> <DISTRITO>sample string 3</DISTRITO> <ESTATUS>sample string 12</ESTATUS> <ID>1</ID> <INCONSISTENCIA>sample string 11</INCONSISTENCIA> <LIBRO>sample string 6</LIBRO> <MUNICIPIO>sample string 4</MUNICIPIO> <NO>sample string 2</NO> <NOTA>sample string 13</NOTA> <REGISTRO>sample string 10</REGISTRO> <SECCION>sample string 5</SECCION> <TIPO>sample string 15</TIPO> <TOMO>sample string 7</TOMO> <UPD>sample string 14</UPD> <VOLUMEN>sample string 8</VOLUMEN> </Incidencias>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>