I'm currently working with the Cvent REST API to automate the creation of events on the Cvent portal.
I'm using the POST /ea/events/{id}/copy endpoint to copy a template, and then immediately updating the new event using the PUT /ea/events/{id} endpoint. The update seems to work correctly - I can see the updated event data reflected on the Cvent portal UI.
However, I'm encountering an issue when trying to update a custom field that was added to the Cvent platform and is required by our company. This specific field does not get updated, even though it's included in the same payload as the other successful changes.
To verify whether the update was applied, I call the GET /ea/events/{id} endpoint - but the response shows the original data from the copied template, including the unchanged custom field. It looks as if the field update was ignored or overwritten.
For reference, here's the ID of the event I tested with:
f92d5f1f-eb74-471f-9d54-46401f5e09de
Has anyone run into this issue where custom field values are not updating correctly after copying an event? Could this be related to how custom fields behave in copied events?
Thanks in advance for any help or insights.
#ManagingEvents#ManagingHybridEvents#ManagingVirtualEvents------------------------------
Alejandro Alvarado
KyndrylUnited States
------------------------------