Get AVETMISS Details for a Client.
Returns an Authenticated Client AVETMISS Detail containing AVETMISS details for a Client.
The Client AVETMISS Details are represented by a TClieAVETMISS.
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.
[WebMethod(Description = "Gets the AVETMISS details for the client with the specified code")] public TAuthClieAVETMISS GetClientAVDetails(string sToken, string sClie_Code);
Parameters |
Description |
string sToken |
String Token. |
string sClie_Code |
String containing the Client Code of the Client. |
TAuthClieAVETMISS : an Authenticated Basic Client.
Copyright (c) VETtrak 2022. All rights reserved.
|