POST api/Login/CreateUser
Documentation for 'CreateUser'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"API_KEY": "sample string 1",
"EMPRESA": "sample string 2",
"OPERACION": "sample string 3",
"USUARIO": "sample string 4",
"CLAVE": "sample string 5",
"NOMBRE": "sample string 6",
"APELLIDO": "sample string 7",
"NITFACTURA": "sample string 8",
"NOMBREFACTURA": "sample string 9",
"DIRFACTURA": "sample string 10"
}
application/xml, text/xml
Sample:
<CrearUsuarioWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <APELLIDO>sample string 7</APELLIDO> <API_KEY>sample string 1</API_KEY> <CLAVE>sample string 5</CLAVE> <DIRFACTURA>sample string 10</DIRFACTURA> <EMPRESA>sample string 2</EMPRESA> <NITFACTURA>sample string 8</NITFACTURA> <NOMBRE>sample string 6</NOMBRE> <NOMBREFACTURA>sample string 9</NOMBREFACTURA> <OPERACION>sample string 3</OPERACION> <USUARIO>sample string 4</USUARIO> </CrearUsuarioWeb>
application/x-www-form-urlencoded
Sample:
Sample not available.