
Salesforce to Xero Callouts - Authentication Setup
- or -
Post a project like this2274
$$
- Posted:
- Proposals: 3
- Remote
- #2575250
- Awarded
Description
Experience Level: Intermediate
I need someone to walk me through how to setup a Named Credential in Salesforce that will allow me to connect with the Xero API. I have a dev org and a Xero trial account.
The work will be done through screenshare using Zoom or Skype.
At the end of the exercise I want to be able to do something like this -
HttpRequest req = new HttpRequest();
req.setEndpoint('callout:My_Xero_Trial/Invoices');
req.setMethod('GET');
Http http = new Http();
HTTPResponse res = http.send(req);
System.debug(res.getBody());
The work will be done through screenshare using Zoom or Skype.
At the end of the exercise I want to be able to do something like this -
HttpRequest req = new HttpRequest();
req.setEndpoint('callout:My_Xero_Trial/Invoices');
req.setMethod('GET');
Http http = new Http();
HTTPResponse res = http.send(req);
System.debug(res.getBody());
Ian B.
100% (1)Projects Completed
1
Freelancers worked with
1
Projects awarded
100%
Last project
15 Oct 2019
United Kingdom
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies