To modify the Country, Region and city associated with an existing exhibitor, employ the /api/v2/exhibitor/set endpoint. To update a specific exhibitor country, region or city information, identify them using one of EP's accepted matching methods and employ the subsequent fields:
-
event_id:The unique identifier for the event (integer) -
exhibitor_id:Exhibitor´s ID (integer) -
country:Exhibitor Country (ISO2) -
region:Exhibitor Region (ISO2) -
city:Exhibitor City (string)
Countries, regions, and cities will only be displayed and accepted if they have been previously configured in Event Setup > Country Manager. Within this section, it is possible to add, modify or delete countries, regions, and cities.
Notice: Mandatory inclusion of the country parameter is prerequisite for saving a region, and the region parameter is prerequisite for saving the city.