0 Replies Latest reply: Nov 13, 2013 5:56 AM by jmawebtech RSS

    OrderList Retrieve Date and Contact

    jmawebtech Community Member

      Hi,

       

      I am using OrderList_Retrieve to pull a list of orders:

       

      https://worldsecuresystems.com/catalystwebservice/catalystcrmwebservice.asmx

       

      1. How do you recommend I pull the first and last name on the order? I am using this method with the order's entity ID field: Contact_RetrieveByEntityID(m_UserName, m_Password, m_siteID, entityID);
      2. I see I can insert a date. This is the beginning of the range? What is the end date? Today? If I call OrderList_Retrieve with November 6, 2013, I'll get all orders from 11/6 to current day?
      3. What does it mean when the order has an entity ID of -1 and no addresses?