Hi,
I am using the CRM Web Service API:
https://worldsecuresystems.com/catalystwebservice/catalystcrmwebservice.asmx
I would like to pull orders by a date range, like December 1, 2013 - December 4, 2013. I see no method where I can use a date range. Can this be done?
I notice that the last update date here:
https://worldsecuresystems.com/catalystwebservice/catalystcrmwebservice.asmx?op=OrderList_ Retrieve
Does this pull everything on the last update date or everything from last update date to current day?
You can't pull a date range but you can pull X records from a given start date all the while checking the date of each record to see if you are past the end date range that you are looking for.