Creates RSVP.
To create RSVP with multiple guests, you have to specify the additionalGuests
and guestNames
fields.
function createRsvp(rsvp: Rsvp, options: CreateRsvpOptions): Promise<Rsvp>;
RSVP info.
import { rsvpV2 } from "@wix/events";
async function createRsvp(rsvp, options) {
const response = await rsvpV2.createRsvp(rsvp, options);
}
There are 4 errors with this status code.
There are 8 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.