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": "34793fb5-b241-4c0b-8c4c-0ac37e381606",
  "idPersona": "4418c9a7-2960-418b-9364-76f48d602bde",
  "idProveedor": "43ed3de3-f523-412f-af49-e74f605f319e",
  "idJornada": "577ee8ac-734b-4123-8e06-8ad2458c6775"
}

application/xml, text/xml

Sample:
<TB_PostScreening xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <idEstudio>34793fb5-b241-4c0b-8c4c-0ac37e381606</idEstudio>
  <idJornada>577ee8ac-734b-4123-8e06-8ad2458c6775</idJornada>
  <idPersona>4418c9a7-2960-418b-9364-76f48d602bde</idPersona>
  <idProveedor>43ed3de3-f523-412f-af49-e74f605f319e</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/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>