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

Gets the Employment History records associated with the given Client 

  • The clientCode parameter is the code of the client to retrieve the list of employers for.
 

Returns a TAuthClieEmploymentHistoryList object containing a list of employment history records associated with the client. 

A token is passed for authentication. If the authentication fails, or other errors occur, no event details are updated. The result of the authentication and update 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. A token is passed for authentication. If the authentication fails, or other errors occur, no staff members are returned. The result of the authentication is represented by a TAuthenticate object.

C#
[WebMethod(Description = "Gets a list of employers associated with a client")]
public TAuthClieEmploymentHistoryList GetClientEmploymentHistory(string token, string clientCode);
Parameters 
Description 
string token 
String containing a token. 
string clientCode 
String containing the code of the client to get the Employment History for. 

TAuthClieEmploymentHistoryList : an Authenticated list of all Employment History records for the client.

Copyright (c) VETtrak 2022. All rights reserved.