Working on event person, registration, badge, session, presentation, and presenter create and update. _v3 things
This commit is contained in:
@@ -174,7 +174,7 @@ def get_event_id_w_event_session_id(
|
||||
|
||||
|
||||
# ### BEGIN ### API Event Presentation Methods ### create_event_presentation_obj() ###
|
||||
# Updated 2021-08-21
|
||||
# Updated 2021-08-25
|
||||
def create_event_presentation_obj(
|
||||
event_session_id: int|str,
|
||||
event_presentation_obj_new: Event_Presentation_Base,
|
||||
@@ -265,7 +265,7 @@ def create_event_presentation_obj(
|
||||
|
||||
|
||||
# ### BEGIN ### API Event Presentation Methods ### update_event_presentation_obj_v3() ###
|
||||
# Updated 2021-08-21
|
||||
# Updated 2021-08-25
|
||||
def update_event_presentation_obj_v3(
|
||||
event_presentation_id: int|str,
|
||||
event_presentation_obj_exist: Event_Presentation_Base,
|
||||
|
||||
Reference in New Issue
Block a user