Unable to create a new account into QB Desktop via Intuit Data Services and Sync Manager (using IntuitDataSyncEngine)

StackOverflow https://stackoverflow.com/questions/14358002

  •  16-01-2022
  •  | 
  •  

Question

I am posting (using POST method) this request (for new account) to url https://services.intuit.com/sb/account/v2/570357950

123456789 CurrentAccount true Expense Expense 1111

But getting this error :

500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.

I am using Intuit OAuth API console to post the request for testing. Although I'm able to GET data from QB desktop (Via IDS and Sync Manager) in same scenario.

Any Solution?

Was it helpful?

Solution 2

My Issue resolved. Use this new utilty from intuit to test: http://apiexplorer.developer.intuit.com

OTHER TIPS

That URL isn't a valid to POST data to.

If you refer to the documentation you'll notice that the correct URL format for creating accounts is:

https://services.intuit.com/sb/<objectName>/v2/<realmID>

The URL you're using is:

https://services.intuit.com/sb/account/v2/

Which is missing the component (it should be an integer about 6 to 12 digits)

Fix your URL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top