EventDay / Infusionsoft.net

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

How can i create a custom field for Contact? #63

Closed Kelve17 closed 5 years ago

Kelve17 commented 5 years ago

Hi.

I am facing some dificulties in creating a new CustomField for ContactsService. I am trying this: DataServiceExtensions.AddCustomField(null,typeof(CustomFieldType.Type.Email), "_KiaiDayInviteEmail", 1); But i'm getting errors... Am i doing something wrong ?

Regards.

Kelve17 commented 5 years ago

i dont know if its right. But what i did to achive this is using xmlrpc and create the fields i wanted/needed.