POST api/PostScreeningRetinia
Request Information
URI Parameters
None.
Body Parameters
TB_PostScreening| Name | Description | Type | Additional information |
|---|---|---|---|
| idEstudio | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| idJornada | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idEstudio": "2f1283fb-eb76-4c3f-9596-34af2d853c7f",
"idPersona": "3de56dba-b8d7-4312-bc54-25e43751fc63",
"idProveedor": "6aa5a482-568e-4970-a283-16b2b50d6b11",
"idJornada": "76337cf8-aec4-490c-805b-628cbb4c818b"
}
application/xml, text/xml
Sample:
<TB_PostScreening xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiOmara"> <idEstudio>2f1283fb-eb76-4c3f-9596-34af2d853c7f</idEstudio> <idJornada>76337cf8-aec4-490c-805b-628cbb4c818b</idJornada> <idPersona>3de56dba-b8d7-4312-bc54-25e43751fc63</idPersona> <idProveedor>6aa5a482-568e-4970-a283-16b2b50d6b11</idProveedor> </TB_PostScreening>
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>