PUT api/Clientes
Request Information
URI Parameters
None.
Body Parameters
LoginAdmin| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
None. |
|
| idRol | integer |
None. |
|
| CodSucursal | string |
String length: inclusive between 0 and 3 |
|
| string |
Required String length: inclusive between 0 and 150 |
||
| Nombre | string |
String length: inclusive between 0 and 100 |
|
| Password | string |
String length: inclusive between 0 and 100 |
|
| FechaIngreso | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"idCliente": 1,
"idRol": 1,
"CodSucursal": "sample string 2",
"Email": "sample string 3",
"Nombre": "sample string 4",
"Password": "sample string 5",
"FechaIngreso": "2025-10-29T09:24:36.1323007-06:00"
}
application/xml, text/xml
Sample:
<LoginAdmin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PosSicEWalletWA.Models"> <CodSucursal>sample string 2</CodSucursal> <Email>sample string 3</Email> <FechaIngreso>2025-10-29T09:24:36.1323007-06:00</FechaIngreso> <Nombre>sample string 4</Nombre> <Password>sample string 5</Password> <idCliente>1</idCliente> <idRol>1</idRol> </LoginAdmin>
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. |