Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.1 KB

create-update-multiple.md

File metadata and controls

39 lines (30 loc) · 2.1 KB
title description ms.date author ms.author ms.reviewer ms.topic search.audienceType search.app contributors
Sample: Web API Use bulk operations
This sample shows how to perform bulk create and update operations using the Web API CreateMultiple and UpdateMultiple actions. The messages for these actions are optimized to provide the most performant way to create or update records with Dataverse.
02/08/2024
divkamath
dikamath
jdaly
sample
developer
PowerApps
D365CE
JimDaly

Sample: Web API Use bulk operations

These sample applications on GitHub show how to perform bulk create and update operations using the Web API CreateMultiple, UpdateMultiple and UpsertMultiple actions. The messages for these actions are optimized to provide the most performant way to create or update records with Dataverse.

This sample is a Visual Studio .NET 6.0 solution that contains:

  • Two projects that perform the same CreateMultiple and UpdateMultiple operations in different ways so that you can compare the performance of each method.
  • One project that demonstrates using the UpsertMultiple action.

See the README.md file in each sample for detailed instructions about how to run the sample and what it does.

[!div class="nextstepaction"] Web API Bulk Operations Sample

See Also

Bulk Operation messages
Sample: SDK for .NET Use bulk operations
Write plug-ins for CreateMultiple and UpdateMultiple
Sample: CreateMultiple and UpdateMultiple plug-ins

[!INCLUDE footer-banner]