ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
VT_API.GetResultTypes Method

Get the Result Type List. 

This is an authenticated listing of all Result Types. 

This list contains all result types including inactive ones. To see if an result type is inactive, look at the Active property. Active = 0 means it's active, Active = 1 means it's inactive. 

Each Result Type is represented by a TRety. The collection of Result Types is represented by a List of TRety

A token is passed for authentication. If the authentication fails, or other errors occur, no Result Types are returned. The result of the authentication is represented by a TAuthenticate object. 

This function has security level "Unrestricted", and can be accessed by any authenticated user.

C#
[WebMethod(Description = "Gets a list of all result types")]
public TAuthRetyList GetResultTypes(string sToken);
Parameters 
Description 
string sToken 
String containing a token. 

TAuthRetyList : an Authenticated list of all Result Types.

Copyright (c) VETtrak 2022. All rights reserved.