Usage
Use CreateNoRegEvent to create an event with no online registration to your Cvent account.
Basic Steps
- Create an instance of one or more
EventParameter
objects. - Construct an
EventParameter
array and populate the array with the events you want to create. - Optionally, specify the MessageId if you need to track the result of each record. Message IDs can represent unique identifiers from your system. Message IDs will be returned as Reference IDs in the result array for your tracking purposes.
- Call
CreateNoRegEvent
, passing in theEventParameter
array. - Process the results in the
EventParameter
array object to verify whether the event have been successfully created.
General Syntax
GetUpdatedResultArray = cventapi.CreateNoRegEvent(EventParameterArray)
Input
Name | Type | Description |
---|---|---|
EventParameters | CvObject Array | Array of one or more events (up to 200) to create, and optionally MessageIds which will be returned as ReferenceIds. |
Output
Name | Type | Description |
---|---|---|
Id | ID Array | Array of one or more Object IDs that have been updated or created in the given time span. |
ReferenceId | ID | The MessageId value in the input CvObject. |
Success | Boolean | Indicates whether the Create call succeeded (True) or not (False) for this object. |
Errors | Error Array | If an error occurred during the Create call, an array of one or more Error objects providing the error code and description. |
Notes
Take into account the following notes when using the CreateNoRegEvent
call:
- Title
- Time Zone Code: Time zones are provided by the
DescribeGlobal
method. The value returned in the “ID” attribute should be provided in this field. - Start Date
- Planner First Name
- Planner Last Name
Last updated on