Subscription Usage Event Type Attributes REST Endpoints

Subscription Usage Event Types/Subscription Usage Event Type Attributes
The event type attributes resource is used to view, create, update, and delete an event type attribute.
Create an event type attribute
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionUsageEventTypes/{EventType}/child/eventTypeAttributes
Delete an event type attribute
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionUsageEventTypes/{EventType}/child/eventTypeAttributes/{EventTypeAttributeId}
Get all event type attributes
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionUsageEventTypes/{EventType}/child/eventTypeAttributes
Get an event type attribute
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionUsageEventTypes/{EventType}/child/eventTypeAttributes/{EventTypeAttributeId}
Update an event type attribute
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionUsageEventTypes/{EventType}/child/eventTypeAttributes/{EventTypeAttributeId}