Billing Milestones REST Endpoints

Milestone Templates/Billing Milestones
The billing milestones created for the milestone template.
Create a billing milestone
Method: post
Path: /crmRestApi/resources/11.13.18.05/milestoneTemplates/{TemplateId}/child/billingMilestones
Delete a billing milestone
Method: delete
Path: /crmRestApi/resources/11.13.18.05/milestoneTemplates/{TemplateId}/child/billingMilestones/{EventId}
Get a billing milestone
Method: get
Path: /crmRestApi/resources/11.13.18.05/milestoneTemplates/{TemplateId}/child/billingMilestones/{EventId}
Get all billing milestones
Method: get
Path: /crmRestApi/resources/11.13.18.05/milestoneTemplates/{TemplateId}/child/billingMilestones
Update a billing milestone
Method: patch
Path: /crmRestApi/resources/11.13.18.05/milestoneTemplates/{TemplateId}/child/billingMilestones/{EventId}