POST api/Usuarios/Post

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CORREO_ELECTRONICO": "sample string 1",
  "NOMBRE": "sample string 2",
  "ID_PERFIL_USUARIO": 3,
  "ESTATUS": 4,
  "CLAVE": 5,
  "NOMBRE_USUARIO": "sample string 6"
}

application/xml, text/xml

Sample:
<RegistrarUsuarioModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <CLAVE>5</CLAVE>
  <CORREO_ELECTRONICO>sample string 1</CORREO_ELECTRONICO>
  <ESTATUS>4</ESTATUS>
  <ID_PERFIL_USUARIO>3</ID_PERFIL_USUARIO>
  <NOMBRE>sample string 2</NOMBRE>
  <NOMBRE_USUARIO>sample string 6</NOMBRE_USUARIO>
</RegistrarUsuarioModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.