Creates an event for the member
| 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-11-02T04:03:37.1712039+00:00",
"EventCode": "sample string 4",
"Note": "sample string 5"
}
MemberEventResponse
| Name | Type | Description |
|---|---|---|
| EventId | Int32 | Id of the event |
{
"EventId": 1
}
| Bundle(s) |
|---|
| Joining |