Get Extended Details for a Client.
Returns an Authenticated Client Extented Detail containing details of a Client and various lists associated with them. Class and Event lists are restricted to the supplied date range.
The Client Extented Details are represented by a TClieExtended.
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 extended details for a client with the specified code")] public TAuthClieExtended GetClientExtendedDetails(string sToken, string sClie_Code, DateTime xsdStart, DateTime xsdEnd);
Parameters |
Description |
string sToken |
String Token. |
string sClie_Code |
String containing the Client Code of the Client. |
DateTime xsdStart |
DateTime of start date to get classes and events for. |
DateTime xsdEnd |
DateTime of end date to get classes and events for. |
TAuthClieExtended : an Authenticated Client Extended Detail.
Copyright (c) VETtrak 2022. All rights reserved.
|