POST api/ClienteRegistro/Registro
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_CLIENTE": 1,
"NOMBRE": "sample string 2",
"APELLIDO_PATERNO": "sample string 3",
"APELLIDO_MATERNO": "sample string 4",
"CORREO_ELECTRONICO": "sample string 5",
"CONTRASENA": "sample string 6",
"TELEFONO": "sample string 7",
"ESESTRANJERO": 8,
"FECHA_CREACION": "sample string 9",
"ESTATUS": 10,
"ID_RED_SOCIAL": "sample string 11",
"ID_PAIS": 12,
"ID_ESTADO": 13,
"ESTADO": "sample string 14",
"RED": "sample string 15"
}
application/xml, text/xml
Sample:
<CLIENTEREGISTROMODELO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <APELLIDO_MATERNO>sample string 4</APELLIDO_MATERNO> <APELLIDO_PATERNO>sample string 3</APELLIDO_PATERNO> <CONTRASENA>sample string 6</CONTRASENA> <CORREO_ELECTRONICO>sample string 5</CORREO_ELECTRONICO> <ESESTRANJERO>8</ESESTRANJERO> <ESTADO>sample string 14</ESTADO> <ESTATUS>10</ESTATUS> <FECHA_CREACION>sample string 9</FECHA_CREACION> <ID_CLIENTE>1</ID_CLIENTE> <ID_ESTADO>13</ID_ESTADO> <ID_PAIS>12</ID_PAIS> <ID_RED_SOCIAL>sample string 11</ID_RED_SOCIAL> <NOMBRE>sample string 2</NOMBRE> <RED>sample string 15</RED> <TELEFONO>sample string 7</TELEFONO> </CLIENTEREGISTROMODELO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.