Subscription Usage Event Type Charges REST Endpoints

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