PUT api/Contrasenia?usuario={usuario}&contrasenia={contrasenia}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
usuario | string |
Required |
|
contrasenia | string |
Required |
Body Parameters
UsuarioName | Description | Type | Additional information |
---|---|---|---|
IdUsuario | string |
None. |
|
NombreUsuario | string |
None. |
|
FechaAlta | string |
None. |
|
IdPuerto | integer |
None. |
|
FIIDUSUARIO | integer |
None. |
|
FSUSUARIO | string |
None. |
|
FSCONTRASENA | string |
None. |
|
FSCORREO | string |
None. |
|
FDALTA | date |
None. |
|
FIIDESTATUS | integer |
None. |
|
FSNOMBRE | string |
None. |
|
FSAPELLIDOS | string |
None. |
|
FSAPELLIDO_PATERNO | string |
None. |
|
FSAPELLIDO_MATERNO | string |
None. |
|
CODIGO_VALIDACION | integer |
None. |
|
ESTATUS_CODIGO | integer |
None. |
|
FBCAMBIO_CONTRASENA | boolean |
None. |
|
FIIDAGREGADO_POR | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdUsuario": "sample string 1", "NombreUsuario": "sample string 2", "FechaAlta": "sample string 3", "IdPuerto": 1, "FIIDUSUARIO": 1, "FSUSUARIO": "sample string 4", "FSCONTRASENA": "sample string 5", "FSCORREO": "sample string 6", "FDALTA": "2025-05-10T16:44:27.0881029-06:00", "FIIDESTATUS": 1, "FSNOMBRE": "sample string 7", "FSAPELLIDOS": "sample string 8", "FSAPELLIDO_PATERNO": "sample string 9", "FSAPELLIDO_MATERNO": "sample string 10", "CODIGO_VALIDACION": 1, "ESTATUS_CODIGO": 1, "FBCAMBIO_CONTRASENA": true, "FIIDAGREGADO_POR": 1 }
application/xml, text/xml
Sample:
<Usuario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models"> <CODIGO_VALIDACION>1</CODIGO_VALIDACION> <ESTATUS_CODIGO>1</ESTATUS_CODIGO> <FBCAMBIO_CONTRASENA>true</FBCAMBIO_CONTRASENA> <FDALTA>2025-05-10T16:44:27.0881029-06:00</FDALTA> <FIIDAGREGADO_POR>1</FIIDAGREGADO_POR> <FIIDESTATUS>1</FIIDESTATUS> <FIIDUSUARIO>1</FIIDUSUARIO> <FSAPELLIDOS>sample string 8</FSAPELLIDOS> <FSAPELLIDO_MATERNO>sample string 10</FSAPELLIDO_MATERNO> <FSAPELLIDO_PATERNO>sample string 9</FSAPELLIDO_PATERNO> <FSCONTRASENA>sample string 5</FSCONTRASENA> <FSCORREO>sample string 6</FSCORREO> <FSNOMBRE>sample string 7</FSNOMBRE> <FSUSUARIO>sample string 4</FSUSUARIO> <FechaAlta>sample string 3</FechaAlta> <IdPuerto>1</IdPuerto> <IdUsuario>sample string 1</IdUsuario> <NombreUsuario>sample string 2</NombreUsuario> </Usuario>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.