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": "a49c9c70-9e2f-479b-bf10-9bd68f7a1d4d",
"idPersona": "6bd4cf4d-3e2b-4da3-be6e-8e1b31e82117",
"idProveedor": "98ded7ae-6022-467f-9e24-956c08595056",
"idJornada": "9c52f5f0-374a-4912-9f3b-774393c40d05"
}
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>a49c9c70-9e2f-479b-bf10-9bd68f7a1d4d</idEstudio> <idJornada>9c52f5f0-374a-4912-9f3b-774393c40d05</idJornada> <idPersona>6bd4cf4d-3e2b-4da3-be6e-8e1b31e82117</idPersona> <idProveedor>98ded7ae-6022-467f-9e24-956c08595056</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>