【发布时间】:2018-12-21 22:27:46
【问题描述】:
我是 NetSuite 的新手,我尝试使用 Postman 发出 REST 请求,我在标题中写了 NLAuth 授权,如上一行:
Authorization : NLAuth nlauth_account=0000000, nlauth_email=at@at.com, nlauth_signature=mypassworld,nlauth_role=3
我按照本教程的流程进行操作:https://community.boomi.com/docs/DOC-2676#jive_content_id_To_call_the_getRecord_RESTlet
但我收到以下回复:
{
"error": {
"code": "INVALID_LOGIN_ATTEMPT",
"message": "Invalid login attempt."
}
}
【问题讨论】:
-
请在问题中包含您正在执行的实际请求。
标签: json http postman netsuite