-
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
Salesforce User Stories: Salesforce Adoption Experience of FinTech Leaders Globally
The fintech market is substantially evolving and has an expected value of $698.48 billion by 2030, a considerable contrast to its $110.57 billion valuation in…
Simplified Guide To Debugging In Salesforce
Debugging is a critical skill for anyone working in Salesforce. It helps identify and resolve issues in various components like Apex classes, triggers, Flows, Lightning…
Salesforce Lightning Web Components: The new way of creating robust components for modern browsers
Salesforce has been on a great journey with the Lightning modules. In 2014, Salesforce had launched the Lightning component framework that was supported by the…
Popular Salesforce Videos
Is Salesforce A Good Career Path?
Join this useful group for Salesforce job & career info: https://tinyurl.com/TelegramIntelogik Contact us for any Salesforce career guidance. Watch this video and learn. do let…
Validation Rules in Salesforce | Video Tutorial Guide
In this video, Srinu Namani briefs about Validation Rules in Salesforce. Validation rules are an important part of keeping your data clean and organized, and…
AMPscript DateTime Functions in Salesforce Marketing Cloud
Cameron Robert from Datarati demonstrates how to generate, format, and display Date & Time values using AMPscript in Salesforce Marketing Cloud. What you'll learn: »…