Create form submissions on behalf of a guest
POST v1/guests/:guest_id/form
POST
v1/guests/:guest_id/form
source
String
Source of the form submission. Must be either "web" or "in-venue-form". Defaults to "web"
venue_id
The venue ID that the form is applicable for. Optional.
The organisation_id is automatically added from your authentication context
organisation_id
The guest_id is taken from the URL parameter
guest_id
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.
Last updated 1 year ago
Was this helpful?