Assigning a Product to a Deal using the External IDs

Assigning a Product to a Deal using the External IDs

Hi,

I'm trying to insert/update Deal record using External IDs, through this EndPoint https://www.zohoapis.com/crm/v2/Deals/upsert

If I set the value of X-EXTERNAL to 'Deals.Product_Details.product.external_field_API_name' it returns error "Invalid external fields in header" Same code works with the Quotes module,

Json code:

  1. {"Deal_Name":"Test.1903942","Product_Details":[{"product":{"external_field_API_name":"19659555"},"quantity":1}]}