LogoLogo
Product
  • 👋Introduction
  • 🚀Stampede
  • 🛂Authentication
  • Organisations & Venues
    • 🏪Venues
  • Guests
    • 👥Guests
    • 🏷️Tags
    • 🥘Order
    • 📕Booking
    • 📶WiFi
    • 📰Form
  • Marketing
    • 🎫Deal Codes
  • Going Live
    • 🟢Going Live
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Guests

Form

Create form submissions on behalf of a guest

Create a Form Submission

POST v1/guests/:guest_id/form

Request Body

Name
Type
Description

source

String

Source of the form submission. Must be either "web" or "in-venue-form". Defaults to "web"

venue_id

String

The venue ID that the form is applicable for. Optional.

Notes

  • The organisation_id is automatically added from your authentication context

  • The guest_id is taken from the URL parameter

  • Valid values for source are: "web", "in-venue-form"

  • If venue_id is not provided, it defaults to null

Response

Returns the created form data object.

PreviousWiFiNextDeal Codes

Last updated 6 months ago

Was this helpful?

📰