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

Gets an authenticated list of all Regions 

Returns a TAuthRegionList object containing a list of all Regions. 

A token is passed for authentication. If the authentication fails, or other errors occur, no event details are updated. The result of the authentication and update is represented by a TAuthenticate object. 

This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.

C#
[WebMethod(Description = "Gets a list of all regions")]
public TAuthRegionList GetRegions(string token);
Parameters 
Description 
string token 
String containing a token. 

TAuthRegionList : an Authenticated list of all Region records.

Copyright (c) VETtrak 2022. All rights reserved.