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

Get Details for a Client. 

Returns an Authenticated Client Detail containing details of a Client. 

The Client Details are represented by a TClieDetail

If the client has only an AVETMISS 6 format address, but not an AVETMISS 7 format address, the UsualAddress and PostalAddress fields in the returned TClieDetail will contain the AVETMISS 6 address automatically split into parts. 

A token is passed for authentication. If the authentication fails, or other errors occur, no client details 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 the details for the client with the specified code")]
public TAuthClieDetail GetClientDetails(string sToken, string sClie_Code);
Parameters 
Description 
string sToken 
String Token. 
string sClie_Code 
String containing the Client Code of the Client. 

TAuthClieDetail : an Authenticated Client Detail.

Copyright (c) VETtrak 2022. All rights reserved.