Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Structs:

vtLoginInfo4

Field
Data Type
Required
Documentation
ApplicationIDAnsiStringYesApplicationID provided by InstallerNet
UsernameAnsiStringYesUsername provided by InstallerNet
PasswordAnsiStringYesPassword provided by InstallerNet
ApplicationVersionAnsiStringNoClient Application Version
IPAddressAnsiStringNoClient IP Address
HTTPReferrerAnsiStringNoClient HTTP Referrer


vtLoginResult17

Field
Data Type
Documentation
SessionIdAnsiStringSessionId to pass into service methods for the current client session
CompanyIdIntegerYour CompanyId/RetailerId to pass into service methods
LoginDateTimeDateTimeTimestamp of session creation

Methods:

Login23

Parameters:

Flag
Name
Type
Description
InLoginRequestvtLoginInfo4

 

OutLoginResultvtLoginResult17 

Return Value:

Flag
Name
Type
ResultResultBoolean

C# Syntax:

public Boolean vtUserServices.Login23(vtLoginInfo4 LoginRequest , out vtLoginResult17 LoginResult);

vtUserServices.Logoff

  • No labels