Deal Registrations REST Endpoints

Deal Registrations
The deal registration resource is used to view, create, update, and delete a deal registration. A deal registration is a process by which a partner user registers a business opportunity with the brand owner in order to become eligible for benefits, such as exclusive rights to the opportunity, additional rebates, presales support, and so on.
Approve a deal
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/performApprovalAction
Calculate product amount total - Not Supported
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/calculateProductAmountTotal
Check if deal size or product amount changed - Not Supported
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/dealSizeOrProductAmountTotalChanged
Convert deal to opportunity
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/convertDealToOpportunity
Copy a deal
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/copyDeal
Create a deal registration
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals
Get a deal registration
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}
Get all deal registrations
Method: get
Path: /crmRestApi/resources/11.13.18.05/deals
Refreshes contact field - Not Supported
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/refreshContactRow
Refreshes customer field - Not Supported
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/refreshCustomerRow
Sync deal size and product amount total
Method: post
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}/action/autoSyncDealSizeAndProductAmountTotal
Update a deal registration
Method: patch
Path: /crmRestApi/resources/11.13.18.05/deals/{dealsUniqID}