Sales Lead Products REST Endpoints

Sales Leads/Sales Lead Products
The sales lead products resource is used to capture a product associated with the sales lead.
Create a sales lead product
Method: post
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/MklProdAssoc1
Delete a sales lead product
Method: delete
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/MklProdAssoc1/{LeadProductId}
Get a sales lead product
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/MklProdAssoc1/{LeadProductId}
Get all sales lead products
Method: get
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/MklProdAssoc1
Update a sales lead product
Method: patch
Path: /crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/MklProdAssoc1/{LeadProductId}