Why is deep insert failing when trying to create a Contact and Account entities through a Connection in Dynamics WebAPI
问题 I have been able to create a contact in Dynamics WebAPI using a payload similar to this ... { "firstname": "asd", "lastname": "asd" } I have been able to create an Account entity in Dynamics WebAPI using a payload similar to this ... { "name":"SOLE TRADER ORG", "emailaddress1":"otbpostman1@post.com", "telephone1":"07188888" } and a Connection entity between the two as follows ... { "record1roleid@odata.bind":"/connectionroles(1EB54AB1-58B7-4D14-BF39-4F3E402616E8)", "record2roleid@odata.bind":