EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

fix Company datatypes #6

Closed mrmoses closed 11 years ago

mrmoses commented 11 years ago

I was getting errors when using DataService.Query() to get a list of companies.

Error: response contains implicit X value where X expected

This fixed it.

trbngr commented 11 years ago

Thanks mrmoses!