0

是否有可能在 Netsuite 网络服务中只询问用户名和密码,并在成功验证后提示与该凭据关联的可用帐户?

4

2 回答 2

0

这篇文章包含指向与此相关的 Netsuite 文档的链接以及示例代码。 https://dreamxtream.wordpress.com/2012/11/23/new-data-centers-for-netsuite-accounts/

于 2013-02-01T17:24:53.067 回答
0

问题已解决,无法使用 Web 服务,但可以通过 REST 完成。

使用以下网址:

https://rest.netsuite.com/rest/roles

..并在标题中传递授权:

NLAuth nlauth_email=my@email.com, nlauth_signature=mypassword

http://goo.gl/qlEP2

于 2013-02-01T15:08:40.917 回答