Skip to main content

Questions tagged [dynamics-crm-webapi]

The Microsoft Dynamics 365 Web API (online & on-premises), provides a development experience that can be used across a wide variety of programming languages, platforms, and devices. The Web API implements the OData (Open Data Protocol), version 4.0, an OASIS standard for building and consuming RESTful APIs over rich data sources.

dynamics-crm-webapi
0 votes
1 answer
47 views

Pass AD token through Azure APIM to Dynamics Web API Service

I have an Azure APIM service that connects behind the scenes to the Dynamics Web API. I have an existing App Registration (backend-crm-api) that exposes access to the Dynamics Web Api - this is done ...
GT.'s user avatar
  • 561
0 votes
0 answers
35 views

Using Microsoft Dynamics GP Web Services, how do I add a salesperson to a sales invoice?

I need to add a salesperson to a GP sales invoice. I'm using the web services command CreateSalesInvoice. The code to create the invoice has been working for years, but I can't figure out a way to ...
boilers222's user avatar
  • 1,949
0 votes
0 answers
32 views

Dynamics 365 Changes tracking - Changes during the call

I have a question regarding ChangeTracking. I have an SSIS package with KingswaySoft, and in my source I pass the input token and I get the Output token. However, I notice that changes made between ...
Moshe HAYUN's user avatar
0 votes
1 answer
241 views

Unable to expand customerid in salesoreders object - MS Dynamics 365 CRM

I am trying to get list of orders for the customer whose email is equal to "[email protected]". For this I am executing GET [Organization URI]/api/data/v9.1/salesorders?$select=name,...
Rahul Kesharwani's user avatar
1 vote
2 answers
1k views

Dynamics 365 Solution which .NET version is used?

I have a solution for d365 containing plugins written in C#. In these plugins I use the WCF framework for HTTP connections. My initial question was: "Which WCF version am I using?". The ...
der2te's user avatar
  • 61
1 vote
1 answer
69 views

Use teamsfx to call dynamics global discovery service

I am trying to use teams to call the dynamics global discovery API on my react tab teams app. I can get it working on postman following the guide here: https://learn.microsoft.com/en-gb/power-apps/...
Dandydon's user avatar
  • 103
0 votes
0 answers
256 views

Xrm.WebApi query data with regex not working for dynamics crm

I am trying to query dynamics crm accounts data with regex to compare with the account name as a duplicate detection measure to populate a warning to the end user with a confirm dialog, where user can ...
Bhaskar Sharma's user avatar
0 votes
1 answer
280 views

Microsoft Dynamics Web API | PATCH invoice detail

Does anyone know how to update the invoice detail entity along with Invoice under postman? I have searched google but not find many useful answers for this. I even try to use odata.bind annotation but ...
James0419's user avatar
  • 123
0 votes
1 answer
352 views

Update Project Label Text via Dynamics API

I'm using the dynamics CRM REST API to create projects, and manage some actions on Microsoft Projects online. We're using labels, which we can apply to tasks, to signify various things. Via the API I ...
Paul Crozer's user avatar
0 votes
1 answer
371 views

Dynamics Xrm Web API upsert operation

I have created a PCF application and using the Xrm WebAPI library to perform CRUD operations and associations as shown here https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/...
TheIntern's user avatar
1 vote
1 answer
2k views

Update Status Column in Dataverse

Currently, I'm facing a problem with DataVerse. I try to update the pre-defined statuscode column through the Web API using C# (and Postman). I've tried to update with these lines of code { "...
Seledy's user avatar
  • 13
0 votes
1 answer
1k views

Download image using Dynamics 365 Web API

I am trying to download the image from Dataverse using Dynamics Web API. I am able to succeed in that using {{webapiurl}}sample_imageattributedemos(d66ecb6c-4fd1-ec11-a7b5-6045bda5603f)/entityimage/$...
I Love Stackoverflow's user avatar
0 votes
1 answer
243 views

In dynamics-web-api, when using batch, how to use content-id as a key of an update request?

Npm package: https://www.npmjs.com/package/dynamics-web-api Version: 1.6.12 this.dynamicsWebApi.startBatch(); this.dynamicsWebApi.createRequest({ collection: 'accounts', entity: createdAccountData,...
k.k.thinh's user avatar
0 votes
1 answer
1k views

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://...
Larry Lewis's user avatar
1 vote
0 answers
319 views

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's user avatar
  • 1,942

15 30 50 per page
1
2 3 4 5
���
17