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

Get the ANZSIC List. 

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

Each ANZSIC item is represented by a TAnzs. The collection of ANZSIC items is represented as a List of TAnzs

Since this data is public, no authentication is required.

C#
[WebMethod(Description = "Gets a list of active ANZSIC codes")]
public TAuthAnzsList GetAnzsicList();

TAuthAnzsList : a list of active ANZSIC items.

Copyright (c) VETtrak 2022. All rights reserved.