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
faraz aleem 9faraz aleem 9 

how to add custom parameters with salesforce api call

I am using salesforce API in my application where i need to send user data and add it as lead in user's account. I made it work with static parameters, but in my application i need to send custom data with call:
https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id= .......
and then receive the custom data in response so that i can perform further actions in my application. Please help me out how can i make it work to send custom data with api call.