You need to sign in to do that
Don't have an account?
Sahaj
Pass json string in url
Hi All,
I have the url like https://events.ktass.com/graze/v1/addSituationCustomInfo?auth_token='+cc+'&sitn_id='+bb+'&custom_info={incrf":'+aa+'}
I want to apend json string like this custom_info={'incrf':'aa'}
How can I achieve this, Please help
Thanks
I have the url like https://events.ktass.com/graze/v1/addSituationCustomInfo?auth_token='+cc+'&sitn_id='+bb+'&custom_info={incrf":'+aa+'}
I want to apend json string like this custom_info={'incrf':'aa'}
How can I achieve this, Please help
Thanks
[1] https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_encodingUtil.htm#apex_System_EncodingUtil_urlEncode
[2] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_variables_functions.htm