-
how to handle access_token in Rest API Call with JSON in Salesforce?
HI,
i have get access_token, "token_type", "expires_in", "scope", "no_of_active_sessions" ,"redirect_uri", "status" ,"errorMessage" in response after call login API with post method (Rest API Call with JSON).
Now i need to store the access_token & token_type in string variables and create the consignment(case) API with post method and pass Authorization: token_type+" "+ access_token in header and request with some fields like Consignment numbers, pincode, weight and etc.
and get response with error(Boolean), errorMessage(String) & cnote(String)
how to handle this code?
Log In to reply.
Popular Salesforce Blogs
How an HMS Improves Patient Billing and Revenue Cycle Management
Introduction In today’s fast-paced healthcare industry, accurate billing and efficient revenue cycle management (RCM) are crucial for maintaining operations and ensuring quality patient care. However,…
Everything You Need to Know About the Salesforce Authenticator App
When you are using Salesforce, you should be extremely mindful of the security aspect. If your passwords get into the wrong hands, you will end…
ASP.NET Deployment Implementation Explained | Salesforce Developer Guide
ASP.NET implementation can be divided into two types. Local deployment: In this instance, the whole program is stored within a virtual directory, which contains all…
Popular Salesforce Videos
Salesforce Admin Interview Questions And Answers For Freshers & Experienced
This Salesforce Admin Interview Questions and Answers video includes all the frequently asked Interview questions that give you an idea to crack your Salesforce Admin…
Customer Lifecycle Analytics | Salesforce
Customer Lifecycle Analytics, built on Tableau CRM, helps you glean even more value from your Salesforce Surveys and Salesforce Feedback Management responses with embedded analytics…
Introducing Salesforce Experience Cloud LWR Sites | Lightning Web Runtime
In the first episode of this series, we'll walk you through what the Build-Your-Own (BYO) LWR template is. Based on our new sample app "AZ…