To populate the Exhibitor using the Date field, it is necessary to gather its name, as shown in the image below:
For updating an exhibitor, the endpoint used is: api/v2/exhibitor/set
As this is an update for an exhibitor’s information, the mandatory fields are as follows:
-
event_id -
exhibitor_id
Additionally, it is necessary to use the field gathered from the registration pipeline panel:
-
date-input-{uniqueID}
The date formats accepted by the API are:
-
dd/MM/yyyy -
dd.MM.yyyy
If the input is just a number, such as 7, our system will interpret it as the 7th day of the current month and year.
For example:
Assuming the current date is February 2024, if there is a request containing a single number like 15, the date will be interpreted as 15/02/2024 (dd/MM/yyyy).
Here is an example of a proper request:
After a successful request, you can view the results by navigating to Management → Exhibitor and clicking on the updated exhibitor: