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": "76ca390c-9f2c-42e9-9a11-9f60c15e0866",
"idEstudio": "b3d764f3-1e9a-4054-8ec0-aa7ca9b2235d",
"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>b3d764f3-1e9a-4054-8ec0-aa7ca9b2235d</idEstudio> <idImagen>76ca390c-9f2c-42e9-9a11-9f60c15e0866</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>