Batch Execute FetchXML using Web API

This is not usually the case but sometimes you may have a Fetch XML which is too large to be executed using a regular GET method and wish it had a post method. There is a way, by using Batch execution. Things to note Content-Type will be "multipart/mixed;boundary=mybatchname" Data returned from the Web API cannot…

%d bloggers like this: