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

Get the Awards List for a Client. 

This is a listing of all Awards for the Client. 

Each Award item is represented by a TQucl (Qualification Client). The collection of Award items is represented by a List of TQucl

A token is passed for authentication. If the authentication fails, or other errors occur, no award items are returned. The result of the authentication is represented by a TAuthenticate object. 

This function has security level "Restricted". Users that have explicitly been granted permission to the API can use it with any parameters, otherwise, the logged-in client can only access their own data.

C#
[WebMethod(Description = "Gets a list of awards for the client with the specified code")]
public TAuthQuclList GetAwardsForClient(string sToken, string sClie_Code);
Parameters 
Description 
string sToken 
String Token. 
string sClie_Code 
String containing the Client Code of the Client. 

TAuthQuclList : an authenticated list of all Award items for the Client.

Copyright (c) VETtrak 2022. All rights reserved.