POST api/UpdateConfiguracionUsuarios

Request Information

URI Parameters

None.

Body Parameters

DatosConfiguracionUsuarios
NameDescriptionTypeAdditional information
CODIGOCONFIGURACIONUSUARIO

integer

None.

CODIGOUSUARIO

integer

None.

AYUDA

boolean

None.

CONFIGURACION1

boolean

None.

CONFIGURACION2

boolean

None.

CONFIGURACION3

boolean

None.

CONFIGURACION4

boolean

None.

CONFIGURACION5

boolean

None.

ESTADO

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOCONFIGURACIONUSUARIO": 1,
  "CODIGOUSUARIO": 2,
  "AYUDA": true,
  "CONFIGURACION1": true,
  "CONFIGURACION2": true,
  "CONFIGURACION3": true,
  "CONFIGURACION4": true,
  "CONFIGURACION5": true,
  "ESTADO": true
}

application/xml, text/xml

Sample:
<DatosConfiguracionUsuarios xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <AYUDA>true</AYUDA>
  <CODIGOCONFIGURACIONUSUARIO>1</CODIGOCONFIGURACIONUSUARIO>
  <CODIGOUSUARIO>2</CODIGOUSUARIO>
  <CONFIGURACION1>true</CONFIGURACION1>
  <CONFIGURACION2>true</CONFIGURACION2>
  <CONFIGURACION3>true</CONFIGURACION3>
  <CONFIGURACION4>true</CONFIGURACION4>
  <CONFIGURACION5>true</CONFIGURACION5>
  <ESTADO>true</ESTADO>
</DatosConfiguracionUsuarios>

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.