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

Get the Country List. 

This is a listing of the active public domain Country items. 

Each Country item is represented by a TCoun. The collection of Country items is represented by a List of TCoun

Since this data is public, no authentication is required. The returned Auth is used only for status and messages.

C#
[WebMethod(Description = "Gets a list of active countries")]
public TAuthCounList GetCountryList();

TAuthCounList : an authenticated list of active Country items.

Copyright (c) VETtrak 2022. All rights reserved.