📰Form
Last updated
Last updated
Create form submissions on behalf of a guest
POST
v1/guests/:guest_id/form
Name | Type | Description |
---|---|---|
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
Returns the created form data object.
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.