EventDay / Infusionsoft.net

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

Cannot retrieve custom fields with api call. #57

Open tfsmag opened 6 years ago

tfsmag commented 6 years ago

I've been driving myself crazy here. I can get the regular fields just fine. The code doesn't error out, so it does recognize the field name, but it comes back with nothing. Here's a sample of my code.

var contact = client.ContactService.Load(infusionsoftid, new string[] { "Email","Id","_CustomerNumber"},);

In this sample, Id and Email come back with values, but nothing for our custom field "_CustomerNumber". Is there something I'm missing or does this library simply not support custom fields?

dueguard commented 5 years ago

I'm having the same exact issue. Did you ever get this resolved?