UserServiceChangePassword Method |
OFV Kjøretøydata service
Password update for registered user.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO ChangePassword(
UserDTO user,
string format
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO with users ID, current password and new password. - format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO
Returns success or error - updated
UserDTO is returned on success.
See Also