QuestionQ39

Scripting and Automation

A developer gets Error Code 5 while making a SOAP API call. The error says: "Cannot Perform 'Post' on objects of type 'SentEvent'".

What might be causing this?

  • A The authentication token has expired.
  • B SOAP does not support POST; use REST.
  • C 'SentEvent' is not able to be updated using SOAP.
Explanation

SentEvent is a system-generated send-tracking object and does not support SOAP POST operations for creating or updating records.

Community Discussion

No comments yet. Be the first to start the discussion!