DELETE api/XlsxLocalidadLiteraturas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
XlsxLocalidadLiteratura| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| qcaz | string | String length: inclusive between 0 and 100 | |
| sc | string | String length: inclusive between 0 and 100 | |
| familia | string | String length: inclusive between 0 and 200 | |
| genero | string | String length: inclusive between 0 and 200 | |
| especie | string | String length: inclusive between 0 and 200 | |
| anoColeccion | integer | None. | |
| pais | string | String length: inclusive between 0 and 200 | |
| provincia | string | String length: inclusive between 0 and 200 | |
| localidad | string | None. | |
| latitud | string | String length: inclusive between 0 and 150 | |
| longitud | string | String length: inclusive between 0 and 150 | |
| usuarioModificacion | string | None. | |
| validacion | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "id": 1,
  "qcaz": "sample string 2",
  "sc": "sample string 3",
  "familia": "sample string 4",
  "genero": "sample string 5",
  "especie": "sample string 6",
  "anoColeccion": 1,
  "pais": "sample string 7",
  "provincia": "sample string 8",
  "localidad": "sample string 9",
  "latitud": "sample string 10",
  "longitud": "sample string 11",
  "usuarioModificacion": "sample string 12",
  "validacion": "sample string 13"
}
        application/xml, text/xml
            Sample:
<XlsxLocalidadLiteratura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models.ModelsDB"> <anoColeccion>1</anoColeccion> <especie>sample string 6</especie> <familia>sample string 4</familia> <genero>sample string 5</genero> <id>1</id> <latitud>sample string 10</latitud> <localidad>sample string 9</localidad> <longitud>sample string 11</longitud> <pais>sample string 7</pais> <provincia>sample string 8</provincia> <qcaz>sample string 2</qcaz> <sc>sample string 3</sc> <usuarioModificacion>sample string 12</usuarioModificacion> <validacion>sample string 13</validacion> </XlsxLocalidadLiteratura>