I have an xsjs file which would make an HTTP call for GET/PUT/POST and delete.
But the same does not work for $batch.
I'm doing $.request.body.asString()
I feel $ batch is a multipart request and hence the method
$.request.entities.create should be used.But I'm still not able to find a concrete example
Can anyone help with this
Thanks,