Exhibitor Custom Field — Date

Date

A date field accepts a date value as a string.


Request

Bash
curl -X POST "https://your-event-domain.com/api/v2/exhibitor/set" \
  -H "Authorization: Bearer your_api_key_here" \
  -F "event_id=7" \
  -F "exhibitor_id=1200" \
  -F "contract_expiry=2026-03-31"

Notes

  • Pass the field's system name as the parameter key (e.g. contract_expiry)

  • The value is passed as a string — use the date format configured for the field

  • To clear the field, pass an empty value