POST api/PostLaboratorio
Request Information
URI Parameters
None.
Body Parameters
TB_PostLaboratorioSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| nomArchivo | string |
None. |
|
| TipoArchivo | string |
None. |
|
| Archivo | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "bc4b8c28-133c-4d4b-afe8-69c01715d38c",
"nomArchivo": "sample string 2",
"TipoArchivo": "sample string 3",
"Archivo": "QEA="
}
application/xml, text/xml
Sample:
<TB_PostLaboratorioSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <Archivo>QEA=</Archivo> <TipoArchivo>sample string 3</TipoArchivo> <idPersona>bc4b8c28-133c-4d4b-afe8-69c01715d38c</idPersona> <nomArchivo>sample string 2</nomArchivo> </TB_PostLaboratorioSA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>