Skip to content

Provides a set of methods to interface with the Autotask api.

License

Notifications You must be signed in to change notification settings

tjackadams/autotaskoperations

Repository files navigation

Autotask Operations

Status: Build status NuGet

Overview

Provides a tool that generates the required xml for Autotask Api queries in a user friendly format.

Installation

Install-Package Autotask

Usage

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);

Links

Disclaimer

This project is in no way affiliated with Autotask.

About

Provides a set of methods to interface with the Autotask api.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published