Hi there,
I’m trying to make a PATCH request to update a contact and I get {“message”:“General error”} with http response-code 500. See this (removed as it contained an access token).
https://api.infusionsoft.com/crm/rest/v1/contacts/206653?access_token=XXX
{“given_name”:“akiko”,“family_name”:“tanaka”,“owner_id”:1,“email_addresses”:[{“email”:“ari_akiko@hotmail.com”,“field”:“EMAIL1”}],“addresses”:[{“zip_code”:“3107”,“country_code”:“AUS”,“field”:“BILLING”}]}
Could you please let me know what is the wrong here?
Many thanks.