python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Dynamics Web API BATCH POST vs PATCH (remove navigation property value)
I am attempting to Disassociate a reference a contact reference to a single-valued navigation property by setting the value to null.
This works when I call the web api directly:
PATCH https://mydynami...

Larry Lewis
Votes: 0
Answers: 1
Trying to retrieve the Dynamics 365 Form Order with the REST API
We are pulling systemForm data from Dynamics with the REST API:
https://jj-----jj.crm6.dynamics.com/api/data/v9.1/systemforms?$filter=objecttypecode eq 'lead' and type eq 2 and componentstate eq 0 and...
PNC
Votes: 0
Answers: 0
Retrieve OptionSet from Dynamics Web API MetaData
I'm trying to retrieve the option set values (localized labels and integer Ids) for a specific field on a specific entity. Below is the code that I am using, but every time I execute it, it brings ba...
GT.
Votes: 0
Answers: 2
Trying to get primarycontactid of particular account in Dynamics 365 CRM through API and getting "Bad Request - Error in query syntax"
I'm sending a GET request to
{orgname}.crm.dynamics.com/api/data/v9.1/accounts(accountGuid)$select=_primarycontactid_value
and getting an error:
Bad Request - Error in query syntax
I'm using the qu...
jmath412
Votes: 0
Answers: 1