Afternoon,
I’ve been using the REST API pretty easily to add/edit contacts. I’m now working on being able to add/edit companies for these contacts.
I can add a company to InfusionSoft and apply it to a contact but my issue is removing the company from the contact.
No matter what I send the company stays attached to the contact. I’ve tried:
{‘company’:null}
(‘company’ {‘id’:0}}
(‘company’ {‘id’:’’}}
(‘company’ {‘id’:’’, ‘company_name’:’’}}
And several other variations but that blasted company still sticks even when other fields get updated.
Would anybody be able to shed some light on something pretty simple I’m probably doing wrong here?
Thank you