Versions Compared

Key

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

...

Methods:

Anchor
Login23
Login23

Login23

Parameters:

Flag
Name
Type
Documentation
InLoginRequestvtLoginInfo4

Input struct, see field descriptions above

OutLoginResultvtLoginResult17

Output struct, see field descriptions above

...

Code Block
titleResponse
collapsetrue
{
   "version":"1.1",
   "result":{
      "Result":true,
      "LoginResult":{
         "AppBillingRate":"0",
         "BillingRate":"99.95",
         "CanAdmin":false,
         "CanCall":false,
         "CanEdit":false,
         "CanLocal":false,
         "CanSelect":true,
         "CanSynch":false,
         "CanTask":false,
         "CanWebAdmin":false,
         "CompanyId":"16952",
         "ForumAuthorId":"0",
         "HomepagePath":"",
         "LastNPDSubmission":"1899-12-30T00:00:00",
         "LoginDateTime":"2017-09-22T16:35:34.922",
         "Member":false,
         "MERALevel":"0",
         "SchedulingInfo":{
            "SchedulingEnabled":false,
            "SchedulingSetup":true
         },
         "SerialPrefix":"RFG",
         "Services":[
            {
               "AppServiceId":"{9B225ACB-229E-43C6-8CD6-7A79D4A7D7AA}",
               "AppServiceName":"CSR Documents",
               "Deleted":false,
               "Price":"99.95"
            }
         ],
         "SessionId":"5E0CA6A3-E891-4F20-8BC8-100001D0EA7B",
         "StructureDates":{
            "Attributes":"2014-08-04T11:04:05.303",
            "CommonInstalls":"2013-05-30T16:07:14.497",
            "Documents":"2016-11-22T14:16:31.587",
            "HorizontalStructure":"2013-09-19T16:34:22.857",
            "Products":"2017-09-12T16:35:43.593"
         },
         "TopTierApp":false,
         "VehicleSubscriptionInfo":{
            "AllowedVehicles":"-1",
            "AvailableVehicles":"-1",
            "SubscribedVehicleIds":[
            ]
         }
      }
   }
}

Anchor
LogOff
LogOff

Logoff

Parameters:

Flag
Name
Type
Documentation
InSessionIDAnsiStringSessionID to log off

...

Code Block
languagexml
titleResponse
collapsetrue
<?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:v1="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___LogoffResponse>
         <v1:Result>true</v1:Result>
      </v1:vtUserServices___LogoffResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

JSON Examples:

 

Request:

 

{

     

 

Code Block
titleRequest
collapsetrue
{
    "version":"1.1",

...


    "method":"vtUserServices.Logoff",

...


    "params":{

...


       "SessionID":"SessionID"
    }
}

    }

 }

 

Code Block
titleResponse
collapsetrue
{

...


   "version":"1.1",

...


   "result":{

...


      "Result":true

...

   }

...


   }
}