Web API: Unmapped Request Found
I was trying to use Web API to associate a contact to an account (that’s a new N:N relationship), and ran into the error below: Unmapped Request Found Turned out, it was just a matter of having missed “/$ref” in the url I was using for the POST request: [ORG_URL]/api/data/v8.2/accounts(36859222-06AE-E711-A94C-000D3AF3E34A)/new_account_contact/$ref As per MSDN, here is how that request should… Read More »