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

Adds a new event booking in the Event Synchronisation area.

{
"EventId": 1234,
"ContactId": null,
"WebId": null,
"OrderNumber": null,
"Title": "Mr",
"FirstName": "Bruce",
"Surname": "Wayne",
"AddressLabel": "Mr Bruce Wayne",
"Position": null,
"Department": null,
"Organisation": null,
"AddressLine1": "Wayne Manor",
"AddressLine2": "",
"AddressLine3": "",
"Town": "Gotham City",
"CountyId": -1,
"Postcode": "GO1 1AA",
"CountryId": -1,
"Phone": "",
"Mobile": "",
"Email": "b.wayne@gmail.com",
"AmountPaid": 200.0,
"DatePaid": null,
"BookingDate": null,
"BookingMethodId": 0,
"WhereHeardId": 0,
"Notes": null,
"TransactionCode": "ABC1234",
"PaymentMethodId": null,
"HoldingDelegates": [
{
"BookingDate": null,
"ContactId": null,
"Position": null,
"Department": null,
"Organisation": null,
"Title": "Mr",
"FirstName": "Bruce",
"Surname": "Wayne",
"AddressLabel": "Mr Bruce Wayne",
"AddressLine1": "Wayne Manor",
"AddressLine2": "",
"AddressLine3": "",
"Town": "Gotham City",
"CountyId": -1,
"Postcode": "GO1 1AA",
"CountryId": -1,
"Phone": "",
"Mobile": "",
"Email": "b.wayne@gmail.com",
"Notes": null,
"AccessRequirements": false,
"AccessRequirementsDescription": null,
"DietaryRequirements": false,
"DietaryRequirementsDescription": null,
"HoldingSubEventBookings": [
{
"SubEventId": 1,
"Quantity": 1,
"Speaker": false,
"Chairperson": false,
"Notes": null,
"UnitAmount": 100.0
}
]
},
{
"BookingDate": null,
"ContactId": null,
"Position": null,
"Department": null,
"Organisation": null,
"Title": "Mr",
"FirstName": "Alfred",
"Surname": "Pennyworth",
"AddressLabel": "Mr Alfred Pennyworth",
"AddressLine1": "Wayne Manor",
"AddressLine2": "",
"AddressLine3": "",
"Town": "Gotham City",
"CountyId": -1,
"Postcode": "GO1 1AA",
"CountryId": -1,
"Phone": "",
"Mobile": "",
"Email": "a.pennyworth@gmail.com",
"Notes": null,
"AccessRequirements": false,
"AccessRequirementsDescription": null,
"DietaryRequirements": false,
"DietaryRequirementsDescription": null,
"HoldingSubEventBookings": [
{
"SubEventId": 1,
"Quantity": 1,
"Speaker": false,
"Chairperson": false,
"Notes": null,
"UnitAmount": 100.0
}
]
}
]
}