POST api/LoginPossicApp/Insertar
Request Information
URI Parameters
None.
Body Parameters
TablaLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
None. |
|
| string |
None. |
||
| Nombre | string |
None. |
|
| Password | string |
None. |
|
| FechaNacimiento | date |
None. |
|
| FechaIngreso | date |
None. |
|
| ImagenBase64 | string |
None. |
|
| Telefono | string |
None. |
|
| Notificaciones | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idCliente": 1,
"Email": "sample string 2",
"Nombre": "sample string 3",
"Password": "sample string 4",
"FechaNacimiento": "2025-12-23T13:56:51.1343296-06:00",
"FechaIngreso": "2025-12-23T13:56:51.1343296-06:00",
"ImagenBase64": "sample string 7",
"Telefono": "sample string 8",
"Notificaciones": true
}
application/xml, text/xml
Sample:
<TablaLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosSicEWalletWA.ViewModels"> <Email>sample string 2</Email> <FechaIngreso>2025-12-23T13:56:51.1343296-06:00</FechaIngreso> <FechaNacimiento>2025-12-23T13:56:51.1343296-06:00</FechaNacimiento> <ImagenBase64>sample string 7</ImagenBase64> <Nombre>sample string 3</Nombre> <Notificaciones>true</Notificaciones> <Password>sample string 4</Password> <Telefono>sample string 8</Telefono> <idCliente>1</idCliente> </TablaLoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |