Discussions

Ask a Question
Back to All

How to add an address to an existing people record

I'm trying to add an address to an existing people record. I keep getting an error that the format is incorrect.

This is the format I'm using, what would be the correct format?

$data = array(
"addresses" => array(
"street" => 'street',
"city" => 'city',
"state" => 'state',
"code" => 90210,
)
);