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": "e5bc4f98-78de-4aed-81fc-290a56669524",
"idPersona": "a7bcbb2e-e408-497c-996c-091899b70847",
"idProveedor": "287aceaa-054c-469b-a802-c9f4602a1573",
"idJornada": "0f672254-eb57-4ffb-846b-c2109dae57eb"
}
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>e5bc4f98-78de-4aed-81fc-290a56669524</idEstudio> <idJornada>0f672254-eb57-4ffb-846b-c2109dae57eb</idJornada> <idPersona>a7bcbb2e-e408-497c-996c-091899b70847</idPersona> <idProveedor>287aceaa-054c-469b-a802-c9f4602a1573</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>