APIs & Integrations

Srinivas2
Member

Error [message] => Json node is missing child properties

SOLVE

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

0 Upvotes
1 Accepted solution
Srinivas2
Solution
Member

Error [message] => Json node is missing child properties

SOLVE

Issue Solved due to Endpoint URL

View solution in original post

0 Upvotes
1 Reply 1
Srinivas2
Solution
Member

Error [message] => Json node is missing child properties

SOLVE

Issue Solved due to Endpoint URL

0 Upvotes