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": "853d5147-9cc3-4f76-8085-f916c0fb371d",
"idPersona": "67aae06f-863a-424b-95ea-704756c4941d",
"idProveedor": "7c1126a6-becc-49f1-adc4-f3714b50866e",
"idJornada": "1e707658-fc43-4895-8e18-d2c09cf65d29"
}
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>853d5147-9cc3-4f76-8085-f916c0fb371d</idEstudio> <idJornada>1e707658-fc43-4895-8e18-d2c09cf65d29</idJornada> <idPersona>67aae06f-863a-424b-95ea-704756c4941d</idPersona> <idProveedor>7c1126a6-becc-49f1-adc4-f3714b50866e</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>