Add a new Employer Event.
Returns a TAuthID object containing the EventID of the new event.
The new Employer Event details are represented by a TEven parameter (eEvent).
The following properties of the eEvent parameter, and restrictions on their values, are used for the update:
The EventID property of the eEvent parameter is ignored, as the new event will have an EventID generated. The EventType property is also ignored, as it is assumed to be an employer event.
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.
Parameters |
Description |
string token |
String Token. |
TEven eEvent |
TEven object containing employer event details to add. |
TAuthID : an authenticate object containing the results of the add and the EventID of the new event.
Copyright (c) VETtrak 2022. All rights reserved.
|