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
AichaSFAichaSF 

Post Webservice - UrlEncode

Hello,
I want to encore values from Salesforce fields.
My code is:
request.setBody('{"Type_R_clamation__c":"'+EncodingUtil.urlEncode(Type_R_clamation, 'UTF-8')+'"}');
As response I got:
"Motif_R_clamation__c":"Casse+%28non+d%C3%A9tect%C3%A9e+%C3%A0+la+remise+colis%29",
Can someone help me