ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAddress Members

The following tables list the members exposed by TAddress.

 
Name 
Description 
 
Not exposed through the API.
Determines whether this address has any values in any fields.  
 
Not exposed through the API.
Determines whether this address has any values in any of the street fields (building, unit, number, name or PO Box)  
 
Name 
Description 
 
 
 
Name 
Description 
 
Name of the building/property. Optional. Maximum length 50 characters.
eg. "Government House", "Downton Abbey".  
 
City 
The city/town/suburb/locality of the address. Optional. Maximum length 50 characters.
It is suggested that the possible values are sourced from the list of suburbs (see GetSuburbList), but this is not mandatory.  
 
Postal delivery box details. Optional. Maximum length 22 characters. Only used for postal addresses, do not populate this field for physical (client residential/usual and business) addresses.
eg. "PO Box 88", "RMB 123", "CARE PO".  
 
The postcode of the address. Optional. Maximum length 4 characters.  
 
The state/territory of the address. Optional. Maximum length 10 characters.
Must be one of the state shortname values returned by GetStateList. Valid Short Names are:
  • NSW
  • Vic
  • Qld
  • SA
  • WA
  • Tas
  • NT
  • ACT
  • Other
  • Overseas
 
 
Name of the street. Optional. Maximum length 70 characters.
Typically contains a combination of the following components:
  • Street name
  • Street type (eg. road, court, street, highway)
  • Street suffix (eg. west)

eg. "Smith Avenue", "The Avenue West", "Brown Road North East", "The Esplanade", "High Street Road".  
 
Number of the address in the street, or a lot number. Optional. Maximum length 15 characters.
eg. "103", "340-346", "Lot 65".  
 
Details of the flat/unit. Optional. Maximum length 30 characters.
Typically contains:
  • The type of flat/unit (eg. Apartment, Unit, Level)
  • The number of the flat/unit

eg. "Apartment 113", "Unit N15", "Level 4", "Suite 21A Level 8".  
Copyright (c) VETtrak 2022. All rights reserved.