Update a Client Event.
Returns a TAuthenticate object.
The new Client Event details are represented by a TEven parameter (eEvent). Ensure any required properties, which are to remain unchanged, are populated with current values.
The following properties of the eEvent parameter, and restrictions on their values, are used for the update:
The Identifier property of the eEvent parameter is ignored, since it is not possible to change the client to whom the event is linked.
A token is passed for authentication. If the authentication fails, or other errors occur, no event details are updated. The result of the authentication and update is represented by a TAuthenticate object.
Requires a valid registration key entry for the Event Management feature.
This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.
[WebMethod(Description = "Updates a client event")] public TAuthenticate UpdateClientEvent(string sToken, TEven eEvent);
Parameters |
Description |
string sToken |
String Token. |
TEven eEvent |
TEven object containing event details to update. |
TAuthenticate : an authenticate object containing the results of the update.
Copyright (c) VETtrak 2022. All rights reserved.
|