Get awards created or modified since a date.
[WebMethod(Description = "Gets a list of awards created or modified since the specified date")] public TAuthQuclList GetAwardsModifiedSince(string token, DateTime sinceDate);
| 
Parameters  | 
Description  | 
| 
string token  | 
String containing a token.  | 
| 
DateTime sinceDate  | 
Datetime for the minimum last modified date of awards to retrieve.  | 
TAuthQuclList : an authenticated list of awards modified since the specified date.
This function returns a list of awards that have been modified or created since the specified date. It can retrieve awards for different clients.
The sinceDate parameters is a date/time. Only awards that have been modified or created since this date are returned.
Please note that retrieving a large number of awards may be slow and may cause timeouts.
Each award is represented by a TQucl object. The list of awards is returned in a TAuthQuclList object.
A token is passed for authentication. If the authentication fails, or other errors occur, no awards are returned. The result of the authentication is represented by a TAuthenticate object.
This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.
| 
Copyright (c) VETtrak 2022. All rights reserved. |