Skip to content

Setting from api #1

@chaddupuis

Description

@chaddupuis

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions