POST https://api.legendonlineservices.co.uk/Joining/MemberEvent

Creates an event for the member

Request Parameters

From Body Type Description
ContactID Int32
DateCreated DateTime
EmployeeID Int32
EventCode String A unique id for the event code
FacilityLocationID Int32 Should match an Id from Facilities
Note String Some detail about the event




{
  "ContactID": 1,
  "FacilityLocationID": 2,
  "EmployeeID": 3,
  "DateCreated": "2025-04-25T14:16:47.8058466+01:00",
  "EventCode": "sample string 4",
  "Note": "sample string 5"
}

Response - (Status 200 - OK)

MemberEventResponse

Name Type Description
EventId Int32 Id of the event




{
  "EventId": 1
}

Bundle(s)
Joining