Deal Attachments REST Endpoints

Deal Registrations/Deal Attachments
The attachments resource is used to view, create, update, and delete attachments of a deal. An attachment includes additional information about a deal.
Create a deal attachment
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealAttachments
Delete a deal attachment
Method: delete
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealAttachments/{DealAttachmentsUniqID}
Get a deal attachment
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealAttachments/{DealAttachmentsUniqID}
Get all deal attachments
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealAttachments
Update a deal attachment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealAttachments/{DealAttachmentsUniqID}