I'm trying to use the i.create_child method to create a contact object.
I am able to create one with all visibility but I'm trying to create it VISIBLE only to a specific team but i only am getting 400s with the client lib.
The method call i'm using is below where the team_id is our numeric team id. Is there more documentation about the add_child or notes for 2.2?
i.create_child('contacts', id, 'notes', {'title': 'Test Import', 'body': '', 'VISIBLE_TO': 'Team', 'VISIBLE_TEAM_ID': INSIGHTLY_TEAM_ID})
I'm trying to use the
i.create_childmethod to create a contact object.I am able to create one with all visibility but I'm trying to create it VISIBLE only to a specific team but i only am getting 400s with the client lib.
The method call i'm using is below where the team_id is our numeric team id. Is there more documentation about the add_child or notes for 2.2?