Event Transaction Attributes REST Endpoints

Loyalty Programs/Events/Event Transaction Attributes
The event transaction attributes resource is used to retrieve the details of the event terms defined for the event.
Create a collection of all event transaction attributes
Method: post
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}/child/eventTransactionAttributes
Delete an event transaction attribute
Method: delete
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}/child/eventTransactionAttributes/{EventAttrId}
Get all event transaction attributes
Method: get
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}/child/eventTransactionAttributes
Get an event transaction attribute
Method: get
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}/child/eventTransactionAttributes/{EventAttrId}
Update an event transaction attribute
Method: patch
Path: /crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}/child/events/{LoyEventId}/child/eventTransactionAttributes/{EventAttrId}