Skip to main content
Skip table of contents

Date

To populate the Exhibitor using the Date field, it is necessary to gather its name, as shown in the image below:

Exhibitor Set - Custom Fields Date Input.png

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:

Exhibitor Set - Custom Fields Date Input Request.png

After a successful request, you can view the results by navigating to Management → Exhibitor and clicking on the updated exhibitor:

Exhibitor Set - Custom Fields Date Input Result.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.