Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Create body for batch request to Dataverse REST API in Python

(0) ShareShare
ReportReport
Posted on by 87

Hi there,

Hoping someone can help with a really dumb question concerning API call.

 

I want to create a batch request for a Fetch XML query.  After a day's effort I managed to get it working on Postman OK.  But I cannot get it to work properly in Python because I cannot properly prepare the body of the API request.

 

Here is how the body looks in Postman:

mhaupt_0-1711540525927.png

But because it doesn't appear to be in the form of a dictionary, I am scratching my head how to prepare it in my Python script.

 

Worth mentioning when I save a copy of the body as a text file and use that as the source of the body for the API call in Python it works fine.  But surely there is a way to prepare the request body without saving as a text file?

Categories:
  • Verified answer
    mhaupt Profile Picture
    87 on at
    Re: Create body for batch request to Dataverse REST API in Python

    I sorted it.  Being multipart, I can read the body as a string, though I needed to point the request at the first character, i.e request.post(url=requesturl,data=JSONString[0:])

    , to avoid ".JSONDecodeError: Expecting value: line 1 column 1 (char 0)"

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics