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

Get all Employer Details for an Employer. 

Returns an Authenticated Employer containing details of the employer. 

The Employer Details are represented by a TEmpl

A token is passed for authentication. If the authentication fails, or other errors occur, no employer 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 the details for the employer with the specified ID")]
public TAuthEmpl GetEmployerDetails(string sToken, string sEmpl_Identifier);
Parameters 
Description 
string sToken 
String Token. 
string sEmpl_Identifier 
String Employer Identifier. 

TAuthEmpl : an Authenticated Employer.

Copyright (c) VETtrak 2022. All rights reserved.