You need to sign in to do that
Don't have an account?
Salesforce & Quickbook Integration
Hi,
I am trying to integrate Salesforce with Quickbooks. I have successfully completed the authorization part and I have authorized secret key and token. Now issue is coming when I am trying to call QB APIs:
I am trying to call "Read Account" api:
Endpoint: https://qb.sbfinance.intuit.com/v3/company/XXXXXXXXXX/account/1
XXXXXXXXXX = CompanyId
and following error is coming:
I read about this error nline and everyone says that "you need to update base URL to point sandbox". But I couldn't find where this need to be updated in Salesforce.
Can someone please help me to if you have done something similar?
Regards,
Bhawani Sharma
I am trying to integrate Salesforce with Quickbooks. I have successfully completed the authorization part and I have authorized secret key and token. Now issue is coming when I am trying to call QB APIs:
I am trying to call "Read Account" api:
Endpoint: https://qb.sbfinance.intuit.com/v3/company/XXXXXXXXXX/account/1
XXXXXXXXXX = CompanyId
and following error is coming:
<IntuitResponse xmlns="http://schema.intuit.com/finance/v3" time="2014-11-11T12:53:14.076Z" requestId="47869c5ecc2442c4bbc15d4906aab328"> <Fault type="VALIDATION"> <Error code="7001"> <Message>message=No destination found for given partition key; errorCode=007001; statusCode=400</Message> </Error> </Fault> </IntuitResponse>
I read about this error nline and everyone says that "you need to update base URL to point sandbox". But I couldn't find where this need to be updated in Salesforce.
Can someone please help me to if you have done something similar?
Regards,
Bhawani Sharma
All Answers
Could you please be kind to share how did you generate the oauth token. i mean i wan to know the actual api call including the headers. i would be grateful to you for that
Thanks
Fahad