3 Replies Latest reply: Nov 5, 2013 9:38 AM by Sidney Mitchell RSS

    ERROR: You do not have enough privileges to retrieve orders.

    jmawebtech Community Member

      Hi,

       

      I am trying to pull a list of orders using the orders web service

       

      https://xyz.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx?WSDL

       

      I receive this error:

       

      ERROR: You do not have enough privileges to retrieve orders.

       

      My user name and password are from an administrator account. Am I doing something incorrectly?

       

      m_Service.OrderList_Retrieve(m_UserName, m_Password, m_siteID, beginTime, ref recordStart, ref moreRecords).OrderBy(a => a.lastUpdateDate).ToList()