0
我試圖從使用AccountRight API的虛擬公司檢索數據。MYOB AccountRight端點提供596服務未找到
我建在this nodejs sample project。
驗證並從公司文件中獲取公司文件的工作。
但是,當我嘗試爲其他端點(如/GeneralLedger/Account
)檢索數據時,我總是得到一個596 Service Not Found
。我的URI是:
api.myob.com/<company id>/GeneralLedger/Account
所在的公司ID是我檢索使用/accountright
端點虛擬公司的ID。
任何想法?
嗯,所以我應該從https://api.myob.com/accountright獲取並查看哪些URI可用? – Felix 2015-02-12 22:34:06
是的,你可以做到這一點:) – keranm 2015-02-13 00:28:29
真棒,感謝你的所有幫助keranm! – Felix 2015-02-13 01:19:37