Microsoft Dynamics - Web API
问题 I'm trying to create a new "incident" (case) in by Dynamics 365 instance via the Web API. In my http request, I don't know which field are mandatory. I tried to only add the title, subject, and customer, but I have a Http 400 error back... I'm using Postman do try my Http Request. If I send the following json { "title": "Case created from Web api", "_customerid_value": "bb2b6a80-7102-e711-8101-3993bb354ff0" } But I had the error: "CRM do not support direct update of Entity Reference