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": "314ae8ad-da78-4def-a176-ef828f19d083",
"idEstudio": "4f98283a-2ae6-478c-b53b-e6cfcca15ee4",
"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>4f98283a-2ae6-478c-b53b-e6cfcca15ee4</idEstudio> <idImagen>314ae8ad-da78-4def-a176-ef828f19d083</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>