Trying to update the contact using official PHP SDK, but:
Failed to parse XML-RPC request: Unknown type: nil
I explicitly convert everything to string:
{“Country”:“United States”,“StreetAddress1”:"",“StreetAddress2”:"",“City”:"",“State”:"",“PostalCode”:""}
how to debug this? what is nil
in InfusionSoft’s opinion? how to update the address for the contact? just not through the REST API, because docs are awful and I don’t have days to figure it out by myself