Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Error [message] => Json node is missing child properties
SOLVENew Member
01-21-2019 09:09
I am getting the error [message] Json node is missing child properties
I am trying perform Batch Operation to add Multiple Contacts
Here is My data
$arr = array(
array(
'properties' => array(
array(
'property' => 'email',
'value' => 'oauth@testing.com'
),
array(
'property' => 'firstname',
'value' => 'HSAI'
)
)
) ,
array(
'properties' => array(
array(
'property' => 'email',
'value' => 'api@testing.com'
),
array(
'property' => 'firstname',
'value' => 'Honey'
)
)
)
);
thanks in Advance
what's wrong in my Data
Solved! Go to Solution.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content