POST - https://subscribercrmapi.acamh.org/api/eventwebsitesettings

Updates the website settings for an event.

{
"EventId": 123,
"ShouldShow": false,
"MembersOnly": false,
"FullyBooked": false,
"CreditCardOnly": true,
"AllowMultiplePlaces": false,
"ConfirmationEmailText_Html": "<p>Thank you for your booking.</p>",
"SuccessfulBookingText_Html": "<p>Your booking is complete.</p>",
"AllowMultipleDelegates": false,
"DoNotAllowBookings": false,
"IsHighlighted": false,
"Show_From": null,
"Show_To": null,
"ConfirmationEmailText_Plain": "Thank you for your booking.",
"SuccessfulBookingText_Plain": "Your booking is complete.",
"FullyBookedText_Html": "",
"FullyBookedText_Plain": "",
"Terms_Html": "<p>These are our terms and conditions.</p>",
"Terms_Plain": "These are our terms and conditions.",
"ShowTerms": false,
"MustAcceptTerms": false
}