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

Adds or updates a Sub Event. If the Id is set, the Sub Event will be updated. If it is not set, a new Sub Event will be created.

{
"Id": 1,
"EventId": 3,
"Title": "Banquet Meal",
"Date": "2024-10-20T08:55:01.5165507+00:00",
"EarlyCost": 80.0,
"StandardCost": 90.0,
"LateCost": 100.0,
"TotalPlaces": 100,
"PlacesRemaining": 0,
"IsCompulsory": false,
"IsDefault": false,
"ShowOnWeb": false,
"TypeId": 1,
"VATRateId": -1,
"Order": 1,
"UniqueGroup": null,
"DescriptionHtml": "<p>A description</p>",
"DescriptionPlain": "A description",
"AllowDefinedRatesOnly": false,
"MinimumPlaces": 0,
"SubEventRates": null
}