Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Login23

Parameters:

Flag
Name
Type
DescriptionDocumentation
InLoginRequestvtLoginInfo4

 Input struct, see field descriptions above

OutLoginResultvtLoginResult17 

Output struct, see field descriptions above

Return Value:

FlagNameTypeDocumentation
ResultResultBooleanReturns True/False if login was sucsessfull

C# Syntax:

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

SOAP Example:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <SOAP-ENV:Body xmlns:ro="http://tempuri.org/">
      <v1:vtUserServices___Login23 xmlns:v1="http://tempuri.org/">
         <v1:LoginRequest>
            <v1:ApplicationID>ApplicationID</v1:ApplicationID>
            <v1:Username>UserName</v1:Username>
            <v1:Password>Password</v1:Password>
            <v1:ApplicationVersion />
            <v1:IPAddress />
            <v1:HTTPReferrer />
         </v1:LoginRequest>
      </v1:vtUserServices___Login23>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


vtUserServices.Logoff