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

Get a list of all active award types.

C#
[WebMethod(Description = "Gets a list of all active award types")]
public TAuthAwardTypeList GetAwardTypes(string token);
Parameters 
Description 
string token 
String containing an authentication token. 

TAuthAwardTypeList containing a list of active award types.

Each award type is represented in a TAwardType object. The list of award types is in the returned TAuthAwardTypeList object. 

A token is passed for authentication. If the authentication fails, or other errors occur, an empty list is returned. The result of the authentication is represented by a TAuthenticate object. 

This function has security level "Unrestricted", and can be accessed by any authenticated user.

Copyright (c) VETtrak 2022. All rights reserved.