• 慎之介 菊地 8
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
REST APIを利用して、リード(あるいは取引先責任者)を新規登録するパッケージを提供しているのですが、
一部の環境にて、リード登録処理(POST /sobject/Lead/)に際して以下のエラーが発生し、オブジェクト作成に失敗してしまいます。
{
  "errorCode": "NOT_FOUND",
  "message": "The requested resource does not exist"
}

また、既存リードの検索(GET /query/?q=SELECT+Id+FROM+Lead+…)に際しても、以下のエラーが発生し、検索に失敗してしまいます。
{
  "errorCode": "INVALID_TYPE",
  "message": "sObject type 'Lead' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."
}

原因について、心当たり等ございますでしょうか。
よろしくお願いいたします。
REST APIを利用して、リード(あるいは取引先責任者)を新規登録するパッケージを提供しているのですが、
一部の環境にて、リード登録処理(POST /sobject/Lead/)に際して以下のエラーが発生し、オブジェクト作成に失敗してしまいます。
{
  "errorCode": "NOT_FOUND",
  "message": "The requested resource does not exist"
}

また、既存リードの検索(GET /query/?q=SELECT+Id+FROM+Lead+…)に際しても、以下のエラーが発生し、検索に失敗してしまいます。
{
  "errorCode": "INVALID_TYPE",
  "message": "sObject type 'Lead' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names."
}

原因について、心当たり等ございますでしょうか。
よろしくお願いいたします。