function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunny83Sunny83 

Http Entity in REST Request - Salesforce

Hi

 

I am working on a requirement where I am exposing the REST based web services to iOS API. The request JSon is set into message entity of Http request. But I am not able to fetch out entity from Http request.

 

Salesforce does not have methods like HttpResponse.getEntity() or HttpResponse.setEntity() to set and get message entity. I am not sure if there is any other alternative to it.

 

Please help!

                                                          

Regards

Sunny