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": "dce6c7d3-2240-49bd-ba3c-a65ad061930b",
"idPersona": "eca9c138-8dfb-44e2-8837-f724c38b887a",
"idProveedor": "1288bd61-5b68-4752-9e07-dec6f15da17c",
"idJornada": "8997e0c0-976e-49b2-bb3c-1fee5707f759"
}
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>dce6c7d3-2240-49bd-ba3c-a65ad061930b</idEstudio> <idJornada>8997e0c0-976e-49b2-bb3c-1fee5707f759</idJornada> <idPersona>eca9c138-8dfb-44e2-8837-f724c38b887a</idPersona> <idProveedor>1288bd61-5b68-4752-9e07-dec6f15da17c</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>