Discussions
How to add an address to an existing people record
almost 6 years ago by robert
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,
)
);