Deal Products REST Endpoints

Deal Registrations/Deal Products
The deal products resource is used to view, create, update, and delete a deal product. The deal product is a product or product family associated with the deal registration that the customer is interested in.
Create a deal product
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealProduct
Delete a deal product
Method: delete
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealProduct/{DealProdId}
Get a deal product
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealProduct/{DealProdId}
Get all deal products
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealProduct
Update a deal product
Method: patch
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/child/DealProduct/{DealProdId}