📰Form

Create form submissions on behalf of a guest

Create a Form Submission

POST v1/guests/:guest_id/form

Request Body

NameTypeDescription

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.

Last updated