POST api/PruebasSicotecnicas/RegistraPregunta

Request Information

URI Parameters

None.

Body Parameters

PruebaPreguntaViewModels
NameDescriptionTypeAdditional information
idPruebaRespuesta

integer

None.

idPrueba

integer

None.

idPregunta

integer

None.

idPreguntaRespuesta

integer

None.

fechaPruebaRespuesta

date

None.

vigente

boolean

None.

respuestaLibre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idPruebaRespuesta": 1,
  "idPrueba": 1,
  "idPregunta": 1,
  "idPreguntaRespuesta": 1,
  "fechaPruebaRespuesta": "2024-11-19T13:19:33.1276205-05:00",
  "vigente": true,
  "respuestaLibre": "sample string 2"
}

application/xml, text/xml

Sample:
<PruebaPreguntaViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels">
  <fechaPruebaRespuesta>2024-11-19T13:19:33.1276205-05:00</fechaPruebaRespuesta>
  <idPregunta>1</idPregunta>
  <idPreguntaRespuesta>1</idPreguntaRespuesta>
  <idPrueba>1</idPrueba>
  <idPruebaRespuesta>1</idPruebaRespuesta>
  <respuestaLibre>sample string 2</respuestaLibre>
  <vigente>true</vigente>
</PruebaPreguntaViewModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.