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

Get the State List. 

This is a listing of all of the public domain State items. 

Each State item is represented by a TStat. The collection of State items is represented by a List of TStat

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 all Australian states")]
public TAuthStatList GetStateList();

TAuthStatList : an authenticated list of all State items.

Copyright (c) VETtrak 2022. All rights reserved.