Create a new event
This API will create a new event in the Alumni Platform
Prerequisites
- Have all the event-required information.
Expected Return
An error in case the system could not create the event on the platform or a success message in case the event was successfully created along with the event's full schema json.
Notes
- By default, all boolean fields are "false".
- If "isOnlineWebinar" is set to true, "Location" is no longer required but "webinarUrl" is.
- If "eventType" is "PRIVATE" then the call must have at least 1 record in "individualGuids"
- The expected date format is: 1998-10-01T13:06:41.784Z
Updated almost 2 years ago