DELETE api/XlsxExtraccions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
XlsxExtraccion| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idMetodoExtraccion | integer |
None. |
|
| tipoMetodoExtraccion | string |
String length: inclusive between 0 and 500 |
|
| idPreservacionExtraccion | integer |
None. |
|
| tipoPreservacionExtraccion | string |
String length: inclusive between 0 and 500 |
|
| idCuadernoLaboratorio | integer |
None. |
|
| cuadernoLaboratorio | string |
String length: inclusive between 0 and 500 |
|
| idPersonal | integer |
None. |
|
| personal | string |
String length: inclusive between 0 and 1000 |
|
| idTejido | integer |
None. |
|
| codigoTejido | string |
String length: inclusive between 0 and 1000 |
|
| idEstado | integer |
None. |
|
| estado | string |
String length: inclusive between 0 and 1000 |
|
| idRepeticion | integer |
None. |
|
| repeticion | string |
String length: inclusive between 0 and 500 |
|
| idUltraCongeladora | integer |
None. |
|
| ultraCongeladora | string |
String length: inclusive between 0 and 100 |
|
| fechaExtraccion | string |
String length: inclusive between 0 and 20 |
|
| cuantificacion | string |
String length: inclusive between 0 and 500 |
|
| adnCantidad | string |
String length: inclusive between 0 and 500 |
|
| solicitante | string |
String length: inclusive between 0 and 500 |
|
| rack | string |
String length: inclusive between 0 and 50 |
|
| caja | string |
String length: inclusive between 0 and 20 |
|
| x | string |
String length: inclusive between 0 and 20 |
|
| y | string |
String length: inclusive between 0 and 20 |
|
| observacion | string |
None. |
|
| usuarioModificacion | string |
None. |
|
| validacion | string |
None. |
Response Formats
application/json, text/json
{
"id": 1,
"idMetodoExtraccion": 1,
"tipoMetodoExtraccion": "sample string 2",
"idPreservacionExtraccion": 1,
"tipoPreservacionExtraccion": "sample string 3",
"idCuadernoLaboratorio": 1,
"cuadernoLaboratorio": "sample string 4",
"idPersonal": 1,
"personal": "sample string 5",
"idTejido": 1,
"codigoTejido": "sample string 6",
"idEstado": 1,
"estado": "sample string 7",
"idRepeticion": 1,
"repeticion": "sample string 8",
"idUltraCongeladora": 1,
"ultraCongeladora": "sample string 9",
"fechaExtraccion": "sample string 10",
"cuantificacion": "sample string 11",
"adnCantidad": "sample string 12",
"solicitante": "sample string 13",
"rack": "sample string 14",
"caja": "sample string 15",
"x": "sample string 16",
"y": "sample string 17",
"observacion": "sample string 18",
"usuarioModificacion": "sample string 19",
"validacion": "sample string 20"
}
application/xml, text/xml
<XlsxExtraccion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models.ModelsDB"> <adnCantidad>sample string 12</adnCantidad> <caja>sample string 15</caja> <codigoTejido>sample string 6</codigoTejido> <cuadernoLaboratorio>sample string 4</cuadernoLaboratorio> <cuantificacion>sample string 11</cuantificacion> <estado>sample string 7</estado> <fechaExtraccion>sample string 10</fechaExtraccion> <id>1</id> <idCuadernoLaboratorio>1</idCuadernoLaboratorio> <idEstado>1</idEstado> <idMetodoExtraccion>1</idMetodoExtraccion> <idPersonal>1</idPersonal> <idPreservacionExtraccion>1</idPreservacionExtraccion> <idRepeticion>1</idRepeticion> <idTejido>1</idTejido> <idUltraCongeladora>1</idUltraCongeladora> <observacion>sample string 18</observacion> <personal>sample string 5</personal> <rack>sample string 14</rack> <repeticion>sample string 8</repeticion> <solicitante>sample string 13</solicitante> <tipoMetodoExtraccion>sample string 2</tipoMetodoExtraccion> <tipoPreservacionExtraccion>sample string 3</tipoPreservacionExtraccion> <ultraCongeladora>sample string 9</ultraCongeladora> <usuarioModificacion>sample string 19</usuarioModificacion> <validacion>sample string 20</validacion> <x>sample string 16</x> <y>sample string 17</y> </XlsxExtraccion>