POST api/PostFotoRetinia
Request Information
URI Parameters
None.
Body Parameters
TB_PostScreeningFoto| Name | Description | Type | Additional information |
|---|---|---|---|
| idImagen | globally unique identifier |
None. |
|
| idEstudio | globally unique identifier |
None. |
|
| nomImagen | string |
None. |
|
| Image | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idImagen": "e51833e2-8e6f-4e42-9e2e-59b90d694711",
"idEstudio": "5e89d5cd-a734-4ad2-bfe6-271053f12cc2",
"nomImagen": "sample string 3",
"Image": "sample string 4"
}
application/xml, text/xml
Sample:
<TB_PostScreeningFoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiOmara"> <Image>sample string 4</Image> <idEstudio>5e89d5cd-a734-4ad2-bfe6-271053f12cc2</idEstudio> <idImagen>e51833e2-8e6f-4e42-9e2e-59b90d694711</idImagen> <nomImagen>sample string 3</nomImagen> </TB_PostScreeningFoto>
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/apiOmara"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>