Skip to content
Advertisement

How to add Notes of a contact with Infusionsoft CRM API in Java

In Infusionsoft CRM, there is a field of a contact named as “Notes” to add note for a contact. I was able to create a contact, search or update using xml-rpc protocol, Java. I tried to add notes in the following way (my code below) but couldn’t.

How to add Notes for a contact using their api in Java ?

My approach:

JavaScript

Executing the code, it gives this error:

JavaScript

Advertisement

Answer

I just came to know from infusionsoft community post made by @Nicholas_Trecina , added CompletionDate field and made some changes to my code. And it works.

editedVersion:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement