Supporting Document Attachments REST Endpoints

Subscriptions/Supporting Document Attachments
The supporting document attachments resource is used to view, create, and update supporting document attachments.
Create a supporting document attachment
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/supportingDocumentAttachments
Delete a supporting document attachment
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/supportingDocumentAttachments/{supportingDocumentAttachmentsUniqID}
Get a supporting document attachment
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/supportingDocumentAttachments/{supportingDocumentAttachmentsUniqID}
Get all supporting document attachments
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/supportingDocumentAttachments
Update a supporting document attachment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/supportingDocumentAttachments/{supportingDocumentAttachmentsUniqID}