Events REST Endpoints

Loyalty Programs/Events
The events resource is used to retrieve the details of the event defined for the loyalty program.
Create a collection of all events
Method: post
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events
Delete an event
Method: delete
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}
Get all events
Method: get
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events
Get an event
Method: get
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}
Update an event
Method: patch
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}