Hello Team,
In my application we are working with REST web services. These services have different- different request parameters. But most web services have one common request parameter - ProgramId, which is a string value. I want to keep this value as a global constant, so i can use that value for all the web-services.
How can I do this?