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
Shifs SalheenShifs Salheen 

Set request parameter in HTTP request object

Hi All,
I have a GET request and I want to set request parameter programCode whose value is 7015B0000000mx0QAA . I am using HttpRequest .Please help me how to set the request parameter?
JLA.ovhJLA.ovh
GET parameters can be defined through setEndpoint()
Create the concatenated string by yourself ('?programCode=7015B0000000mx0QAA')