POST api/PostScreeningRetinia

Request Information

URI Parameters

None.

Body Parameters

TB_PostScreening
NameDescriptionTypeAdditional 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": "86fd50e0-2616-4f7f-8d2a-b83c04473ff6",
  "idPersona": "0ca46824-5c98-46f4-b248-852fcca4e7ce",
  "idProveedor": "f105a8e7-6d9d-4a82-be0e-a59b5a8eb283",
  "idJornada": "0addfcd5-223e-4b88-ab49-9579ae031883"
}

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>86fd50e0-2616-4f7f-8d2a-b83c04473ff6</idEstudio>
  <idJornada>0addfcd5-223e-4b88-ab49-9579ae031883</idJornada>
  <idPersona>0ca46824-5c98-46f4-b248-852fcca4e7ce</idPersona>
  <idProveedor>f105a8e7-6d9d-4a82-be0e-a59b5a8eb283</idProveedor>
</TB_PostScreening>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional 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>