web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Odata with batch in D365FO

(0) ShareShare
ReportReport
Posted on by 430
Hi team,
 
I have received JSON file from Third party application. Which contained 10 records. I like to proceed with Odata to call post method (to insert record in D365FO) using logic app.
 
My question is, shall I use batch for odata to make one https call instead of multiple https calls.
 
Pls advise. thanks!
Categories:
I have the same question (0)
  • Suggested answer
    Shaluma Profile Picture
    351 on at
    Hi @CU10121822-0

    Using OData batch requests is the right approach, it bundles multiple operations into a single HTTP call, which is far more efficient than 10 separate POST requests, a single POST to $batch endpoint wraps multiple individual operations using multipart/mixed content type. D365FO processes them and returns a combined response, supports OData $batch natively no customization needed.

    https://<your-d365-instance>.cloudax.dynamics.com/data/$batch

    Thanks,
    Shaluma
  • Suggested answer
    Hariharans87 Profile Picture
    43 on at
    If data needs to reflect immediately on the system or record count is less and it won't affect the performance, then you can go with OData in synchronous method, but the data are huge and no need to reflect immediately on the system then you can go with asynchronous method with Batch data API.
     
    Please refer into this link

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Subra Profile Picture

Subra 499

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 477 Super User 2026 Season 1

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 367 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans