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

Get all Employer Contact Details for an Employer. 

Returns an Authenticated Employer Contact List containing details each contact for the employer. 

The Employer Contact Details are represented by a TEmco. The collection of Employer Contacts is represented by a List of TEmco

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

An Employer Identifier is passed as a parameter. Valid Employer Identifiers are string representations of integers which match employers in the database. 

This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.

C#
[WebMethod(Description = "Gets a list of all contacts for the employer with the specified ID")]
public TAuthEmcoList GetEmployerContactDetails(string sToken, string sEmpl_Identifier);
Parameters 
Description 
string sToken 
String Token. 
string sEmpl_Identifier 
Identifier of Employer. 

TAuthEmcoList : an Authenticated Employer Contact List.

Copyright (c) VETtrak 2022. All rights reserved.