RIDDL Specification For improving.app
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

EstablishVenue: Command

ItemValue
BrieflyCreates a Venue with all top-level fields, potentially without Locations
Definition PathImprovingApp.Venues.VenueContext.EstablishVenue
View Source LinkvenueMessages.riddl(1:1)

Description

This is the creation command for a Venue. A unique VenueId and the basic info for a venue must be provided. If the VenueId is not unique, a new organization will not be created and an error will result.

Command Of

  • venueId: Alias of unresolved path: VenueId
  • info: Alias of unresolved path: VenueContext.Info
  • establishingMember: Alias of unresolved path: MemberId
  • owner: type MemberId?

Used By

Uses Nothing