0

How can I fetch company preferences?

The API documentation page for retrieving preferences is buggy. The entire content of the "Sample Retrieve Request XML" section is:

   </IntuitRequest>

Simple posts and gets to the documented URI do not work:

HTTP Status 404 - Null subresource for path: https://services.intuit.com/sb/preferences/v2/561234567
The requested resource (Null subresource for path: https://services.intuit.com/sb/preferences/v2/561234567) is not available.
4

1 回答 1

2

端点应该是偏好而不是偏好* s *。

https://services.intuit.com/sb/preference/v2/[[realmId]]

您可以发送 GET 请求或带有空正文的 POST。我将研究文档问题。

您还可以在 API Explorer 中测试调用:http: //apiexplorer.developer.intuit.com/V2QBD#api

于 2013-04-15T13:33:56.970 回答