QuestionQ39
Scripting and AutomationA 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.
Community Discussion