POST api/CuadernosLaboratorio
Request Information
URI Parameters
None.
Body Parameters
CuadernoLaboratorioName | Description | Type | Additional information |
---|---|---|---|
idCuadernoLaboratorio | integer |
None. |
|
nombre | string |
Required String length: inclusive between 0 and 50 |
|
borrado | date |
Data type: DateTime |
|
Amplificacion | Collection of Amplificacion |
None. |
|
Extraccion | Collection of Extraccion |
None. |
Request Formats
application/json, text/json
Sample:
{ "idCuadernoLaboratorio": 1, "nombre": "sample string 2", "borrado": "2024-12-22T23:21:31.2740281+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CuadernoLaboratorioName | Description | Type | Additional information |
---|---|---|---|
idCuadernoLaboratorio | integer |
None. |
|
nombre | string |
Required String length: inclusive between 0 and 50 |
|
borrado | date |
Data type: DateTime |
|
Amplificacion | Collection of Amplificacion |
None. |
|
Extraccion | Collection of Extraccion |
None. |
Response Formats
application/json, text/json
Sample:
{ "idCuadernoLaboratorio": 1, "nombre": "sample string 2", "borrado": "2024-12-22T23:21:31.3208993+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.