In the Web API Documentation, V9, the overview for the OrderExists function indicates it verifies that an order exists for the specfied session, and returns true or false.
The two errors listed are TESSITURA_INVALID_SESSION_EXCEPTION and TESSITURA_ACCESS_DENIED_EXCEPTION. I am getting the access denied exception with text that the method called requires the user to be logged in. The documentation does not say anything about being logged in. I am passing in a valid session key.
Obviously, it appears that you must be logged in, but will the anonymous login be fine for this?
Thanks.
Paul
Hi Paul,
In the documentation it says in the parameters section that the session must be authenticated. That means the user has to be logged in.
Anonymous login does use a logged in constituent record so it should work.
Kevin Sheehan
Documentation & Learning Resources Specialist
Tessitura Network
+1 888 643 5778 x 329
ksheehan@tessituranetwork.com
Kevin,
Thank you for the update.