I got the following success message, but can’t find the test note I created under the contact:
errors: , status_code: 200array(4) { [“engagement”]=> array(8) { [“id”]=> int(1335691001) [“portalId”]=> int(2427637) [“active”]=> bool(true) [“createdAt”]=> float(1539364444441) [“lastUpdated”]=> float(1539364444441) [“ownerId”]=> int(0) [“type”]=> string(4) “NOTE” [“timestamp”]=> int(1539364444) } [“associations”]=> array(8) { [“contactIds”]=> array(1) { [0]=> int(4472251) } [“companyIds”]=> array(1) { [0]=> int(183147166) } [“dealIds”]=> array(0) { } [“ownerIds”]=> array(0) { } [“workflowIds”]=> array(0) { } [“ticketIds”]=> array(0) { } [“contentIds”]=> array(0) { } [“quoteIds”]=> array(0) { } } [“attachments”]=> array(0) { } [“metadata”]=> array(1) { [“body”]=> string(18) “note body from PHP” } }
I made sure to add the association. Thoughts?
