27

Hi All,

Seems Currently there is limitation in Business Central for the Batch API Request ,current threshold is set 100.

This is a “by design” limitation: in a batch API call, you cannot send more that 100 operations at a

time and you have no way to override this limit.

 

Current error - If There more than 100 records in Batch API Call

500 Internal Server Error. The current batch message contains too many parts. A maximum number of '100' query operations and change sets are allowed in a batch message 

 

Idea - As 100 Threshold is very minimal, we want to request please update this limit or make it configurable to admin user, this will help us to send more records in batch API.


Kindly vote on the idea.

STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team

Comments

A

Hi All,Seems Currently there is limitation in Business Central for the Batch API Request ,current threshold is set 100. This is a “by design” limitation: in a batch API call, you cannot send more that 100 operations at atime and you have no way to override this limit. Current error - If There more than 100 records in Batch API Call500 Internal Server Error: "{ "error": {   "code": "Unknown",   "message": "The current batch message contains too many parts. A maximum number of '100' query operations and change sets are allowed in a batch message." }}".  Idea - As 100 Threshold is very minimal we want to request please update this limit or make it configurable to admin user ,this will help us to send more records in batch API. Kindly vote on the idea.

Category: Tenant Administration