POST externo/api/verificacion/api/run/update/Verificacion

Request Information

URI Parameters

None.

Body Parameters

Verificacion
NameDescriptionTypeAdditional information
idVerificador

integer

None.

usuario

string

None.

idOferente

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idVerificador": 1,
  "usuario": "sample string 1",
  "idOferente": 1
}

application/xml, text/xml

Sample:
<Verificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.autoproduccion.Data">
  <idOferente>1</idOferente>
  <idVerificador>1</idVerificador>
  <usuario>sample string 1</usuario>
</Verificacion>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Verificacion'.

Response Information

Resource Description

JsonResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

model

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "model": {}
}

application/xml, text/xml

Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Util.Data">
  <code>1</code>
  <message>sample string 2</message>
  <model />
</JsonResponse>