PUT api/XlsxSecrecions/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
XlsxSecrecionName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
codigoSecrecion | string |
String length: inclusive between 0 and 50 |
|
idUltracongeladora | integer |
None. |
|
ultracongeladora | string |
String length: inclusive between 0 and 100 |
|
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 |
|
familia | string |
String length: inclusive between 0 and 100 |
|
genero | string |
String length: inclusive between 0 and 100 |
|
especie | string |
String length: inclusive between 0 and 100 |
|
idEspecie | integer |
None. |
|
serieCampo | string |
None. |
|
qcaz | string |
String length: inclusive between 0 and 100 |
|
idEspecimen | integer |
None. |
|
fechaDeExtraccion | string |
String length: inclusive between 0 and 20 |
|
fechaDeLiofilizacion | string |
String length: inclusive between 0 and 20 |
|
pesoEnGramos | string |
String length: inclusive between 0 and 100 |
|
observaciones | string |
None. |
|
responsableDeExtraccion | string |
None. |
|
bioactividadProbadaNotas | string |
None. |
|
idTipoBioactividad | integer |
None. |
|
tipoBioactividad | string |
String length: inclusive between 0 and 200 |
|
organismosResultados | string |
String length: inclusive between 0 and 500 |
|
idOrganismo | integer |
None. |
|
organismo | string |
String length: inclusive between 0 and 200 |
|
responsableDeEnsayos | string |
String length: inclusive between 0 and 500 |
|
validacion | string |
None. |
|
usuarioModificacion | string |
String length: inclusive between 0 and 200 |
Request Formats
application/json, text/json
{ "id": 1, "codigoSecrecion": "sample string 2", "idUltracongeladora": 1, "ultracongeladora": "sample string 3", "caja": "sample string 4", "x": "sample string 5", "y": "sample string 6", "familia": "sample string 7", "genero": "sample string 8", "especie": "sample string 9", "idEspecie": 1, "serieCampo": "sample string 10", "qcaz": "sample string 11", "idEspecimen": 1, "fechaDeExtraccion": "sample string 12", "fechaDeLiofilizacion": "sample string 13", "pesoEnGramos": "sample string 14", "observaciones": "sample string 15", "responsableDeExtraccion": "sample string 16", "bioactividadProbadaNotas": "sample string 17", "idTipoBioactividad": 1, "tipoBioactividad": "sample string 18", "organismosResultados": "sample string 19", "idOrganismo": 1, "organismo": "sample string 20", "responsableDeEnsayos": "sample string 21", "validacion": "sample string 22", "usuarioModificacion": "sample string 23" }
application/xml, text/xml
<XlsxSecrecion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models.ModelsDB"> <bioactividadProbadaNotas>sample string 17</bioactividadProbadaNotas> <caja>sample string 4</caja> <codigoSecrecion>sample string 2</codigoSecrecion> <especie>sample string 9</especie> <familia>sample string 7</familia> <fechaDeExtraccion>sample string 12</fechaDeExtraccion> <fechaDeLiofilizacion>sample string 13</fechaDeLiofilizacion> <genero>sample string 8</genero> <id>1</id> <idEspecie>1</idEspecie> <idEspecimen>1</idEspecimen> <idOrganismo>1</idOrganismo> <idTipoBioactividad>1</idTipoBioactividad> <idUltracongeladora>1</idUltracongeladora> <observaciones>sample string 15</observaciones> <organismo>sample string 20</organismo> <organismosResultados>sample string 19</organismosResultados> <pesoEnGramos>sample string 14</pesoEnGramos> <qcaz>sample string 11</qcaz> <responsableDeEnsayos>sample string 21</responsableDeEnsayos> <responsableDeExtraccion>sample string 16</responsableDeExtraccion> <serieCampo>sample string 10</serieCampo> <tipoBioactividad>sample string 18</tipoBioactividad> <ultracongeladora>sample string 3</ultracongeladora> <usuarioModificacion>sample string 23</usuarioModificacion> <validacion>sample string 22</validacion> <x>sample string 5</x> <y>sample string 6</y> </XlsxSecrecion>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.