
Hi everyone..
I have created my own API Page in BC to create and update contacts records.
I am able to PATCH (update) a single contact via my API but I want to update 1000-10,000 contacts data via my API PATCH request. Microsoft says that we can use batch request for bulk operations in BC.
My question is how can I implement batching to update bulk of contacts via my custom API in one request??t
Or Can we do batching in BC API Calls? If yes then how?
Many Thanks
Hello,
Maybe this helps already:
You mentioned that Microsoft says that you can use batch requests for bulk operations in BC. For the completeness of your question, can you share the link to that documentation so people can better answer your question.
Thanks.