If the update is successful, the message property in the response will contain a list of event properties that were actually changed as a result of this API update call.
Name
|
Type
|
Required?
|
Details
|
Description
|
api_key |
String |
Yes
|
|
|
id |
Number |
Yes
|
|
The id of the event you would like to update.
|
name |
String |
No
|
max length: 500
|
The name of the event.
|
start_date |
Date |
No
|
|
Event Start Date (format: YYYY-MM-DD). Must be smaller or equal to Event End Date.
|
end_date |
Date |
No
|
|
Event End Date (format: YYYY-MM-DD). Must be greater or equal to Event Start Date.
|
participation_type_id |
Number |
No
|
|
Integer representing the participation_type_id for the event (1: Committed, 2: Considering, 3: Not Going). Note: you can use the following endpoint to retrieve a list of available participation_type_id's: /v1/references/event_participation_types
|
format_id |
Number |
No
|
|
Integer representing the FormatId for the event (1 for In-Person, 2 for Virtual, 3 for Hybrid)
|
star_rating |
Number |
No
|
|
Star Rating for the event (0, 1, 2, or 3).
|
website_url |
String |
No
|
max length: 2000
|
URL of the event website. Must be a well-formed URL.
|
venue_name |
String |
No
|
max length: 300
|
The name of the venue for the event.
|
booth_size |
Number |
No
|
max length: 150
|
The size of your booth for the event.
|
booth_number |
Number |
No
|
max length: 150
|
Your booth number for the event.
|
event_notes |
Number |
No
|
|
Event Notes (under the Event Information tab). Only accepts plain text. Any html tags in the value you pass in will be stripped. New line characters will get replaced with a <br/> tag.
|
booth_notes |
Number |
No
|
|
Booth Notes (under the event Booth tab). Only accepts plain text. Any html tags in the value you pass in will be stripped. New line characters will get replaced with a <br/> tag.
|
budget_notes |
Number |
No
|
|
Budget Notes (under the event Budget tab). Only accepts plain text. Any html tags in the value you pass in will be stripped. New line characters will get replaced with a <br/> tag.
|
roi_notes |
Number |
No
|
|
ROI Notes (under the event ROI tab). Only accepts plain text. Any html tags in the value you pass in will be stripped. New line characters will get replaced with a <br/> tag.
|
budget_booth_reservation |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for reserving the booth for the event.
|
budget_booth_services |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for all the booth services for the event.
|
budget_attendee_registrations |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for event registration / attendee tickets.
|
budget_travel |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for travel and lodging for the event.
|
budget_giveaways |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for your giveaways (swag and raffle items) for the event.
|
budget_shipments |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for all shipments for the event.
|
budget_misc_expenses |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for all miscellaneous expenses for the event.
|
budget_sponsorships |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the budget for all sponsorships for the event.
|
roi_num_leads |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of leads generated from this event.
|
roi_num_impressions_booth |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of booth walk-bys / impressions (i.e., estimated total number of people who saw your booth at this event).
|
roi_num_impressions_sponsorships |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of sponsorship impressions (i.e., estimated total number of people reached through all your sponsorships for this event).
|
roi_num_impressions_media |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of social/traditional media impressions (i.e., estimated total number of people reached via social media or traditional media coverage).
|
roi_num_meetings_existing_customers |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of meetings with existing customers (i.e., total number of meetings your team had with your existing customers at this event).
|
roi_num_meetings_new_customers |
Number |
No
|
|
An integer (greater or equal to 0) that represents the number of meetings with new/potential customers (i.e., total number of meetings your team had with new/potential customers at this event).
|
roi_amount_actual_sales |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the actual sales amount (attributable to this event and already closed).
|
roi_amount_potential_sales |
Number |
No
|
|
A number (greater or equal to 0.00) that represents the additional opportunity / potential sales amount (attributable to this event, but, yet to be closed).
|
integration_metadata_field_1 |
String |
No
|
max length: 3000
|
This is an integration-specific text field only accessible via the ExhibitDay API. This field can be used to store whatever metadata or information you'd like about a particular event. For example, you can use it to store the "external id" of the event (from another system you're integrating with). Or, you can use it to store the last sync timestamp. Note: when you retrieve a list of events (using the /v1/events endpoint), you can filter down the results by the value of this field.
|
integration_metadata_field_2 |
String |
No
|
max length: 3000
|
This is an integration-specific text field only accessible via the ExhibitDay API. This field can be used to store whatever metadata or information you'd like about a particular event. For example, you can use it to store the "external id" of the event (from another system you're integrating with). Or, you can use it to store the last sync timestamp. Note: when you retrieve a list of events (using the /v1/events endpoint), you can filter down the results by the value of this field.
|
integration_metadata_field_3 |
String |
No
|
max length: 3000
|
This is an integration-specific text field only accessible via the ExhibitDay API. This field can be used to store whatever metadata or information you'd like about a particular event. For example, you can use it to store the "external id" of the event (from another system you're integrating with). Or, you can use it to store the last sync timestamp. Note: when you retrieve a list of events (using the /v1/events endpoint), you can filter down the results by the value of this field.
|
integration_metadata_field_4 |
String |
No
|
max length: 3000
|
This is an integration-specific text field only accessible via the ExhibitDay API. This field can be used to store whatever metadata or information you'd like about a particular event. For example, you can use it to store the "external id" of the event (from another system you're integrating with). Or, you can use it to store the last sync timestamp. Note: when you retrieve a list of events (using the /v1/events endpoint), you can filter down the results by the value of this field.
|
integration_metadata_field_5 |
String |
No
|
max length: 3000
|
This is an integration-specific text field only accessible via the ExhibitDay API. This field can be used to store whatever metadata or information you'd like about a particular event. For example, you can use it to store the "external id" of the event (from another system you're integrating with). Or, you can use it to store the last sync timestamp. Note: when you retrieve a list of events (using the /v1/events endpoint), you can filter down the results by the value of this field.
|