How to create a stand
Use this guide when you need to add a new stand to a hall.
What you'll need before starting
|
What you need |
Where to get it |
|---|---|
|
Hall ID |
|
Request
Bash
curl -X POST "https://your-event-domain.com/api/v2/floorplan/setStand" \
-H "Authorization: Bearer your_api_key_here" \
-F "hall_id=9" \
-F "name=Stand A1"
Notes
-
Stand names must be unique within the hall
-
All flags (
is_conference,is_checkin_zone,is_buyer_lounge) default tofalse