Structs:
vtLoginInfo4
Field | Data Type | Required | Documentation |
---|---|---|---|
ApplicationID | AnsiString | Yes | ApplicationID provided by InstallerNet |
Username | AnsiString | Yes | Username provided by InstallerNet |
Password | AnsiString | Yes | Password provided by InstallerNet |
ApplicationVersion | AnsiString | No | Client Application Version |
IPAddress | AnsiString | No | Client IP Address |
HTTPReferrer | AnsiString | No | Client HTTP Referrer |
vtLoginResult17
Field | Data Type | Documentation |
---|---|---|
SessionId | AnsiString | SessionId to pass into service methods for the current client session |
CompanyId | Integer | Your CompanyId/RetailerId to pass into service methods |
LoginDateTime | DateTime | Timestamp of session creation |
Methods:
Login23
Parameters:
Flag | Name | Type | Description |
---|---|---|---|
In | LoginRequest | vtLoginInfo4 |
|
Out | LoginResult | vtLoginResult17 |
Return Value:
Flag | Name | Type |
---|---|---|
Result | Result | Boolean |
C# Syntax:
public Boolean vtUserServices.Login23(vtLoginInfo4 LoginRequest , out vtLoginResult17 LoginResult);
vtUserServices.Logoff