We are trying to use CRM api to create incident. we have data source but we are not able to process the request due to below errors.
When we submit create a new incident using postman we get a response with the error "You should specify a parent contact or account"
If we add the parameter CustomerId (name as "_customerid_value" in the list of incidents if you request this same method with a get protocol) , we get the error "CRM do not support direct update of Entity Reference properties, Use Navigation properties instead."
After some research an article with a similar mistake shows an idea of how to solve the problem
we try to set the CustomerId using the odata.bind but there is no "Customer" method to pass the id to get an object, we are not sure either if "_customerid_value" is the correct property to set the customer