Provides a tool that generates the required xml for Autotask Api queries in a user friendly format.
Install-Package Autotask
basic query syntax
<Entity> <Property> <Operand> <Value>
Example: All Contracts with an id greater than 0
const string query = "Contract id GreaterThan 0";
XDocument result = Query.Generate(query);
- Autotask: http://www.autotask.com/
This project is in no way affiliated with Autotask.