OFV Kjøretøydata service
Login user.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO Login(
UserDTO user,
TermsDTO terms,
string format
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO with username and password applied. - terms
- Type: OfvService.DTO.LoginTermsDTO
[Missing <param name="terms"/> documentation for "M:OfvVehicleData.Service.UserService.Login(OfvService.DTO.Login.UserDTO,OfvService.DTO.Login.TermsDTO,System.String)"]
- format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO
Returns
UserDTO.
See Also