-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Could you provide me with some guidance to set this data programmatically from the api. I tried something like:
$p->P_Address->street_address = $d[address];
$p->P_Address->postal_code = $d[zip];
$p->P_Address->locality = $d[state];
$p->P_Address->country = 'US';
Also tried sending in a full address in a string (i.e. $p->P_Address = '123 street, town, st, 84848, us';)
No matter what I do it seems to leave the field empty even though all other fields are created as expected. Any pointers, or simple it's not possible, would be very welcome. Thanks!
-Chad.
Metadata
Metadata
Assignees
Labels
No labels