APIs & Integrations

Srinivas2
Membre

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

Résolue

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 Votes
1 Solution acceptée
Srinivas2
Solution
Membre

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

Résolue

Issue Solved due to Endpoint URL

Voir la solution dans l'envoi d'origine

0 Votes
1 Réponse
Srinivas2
Solution
Membre

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

Résolue

Issue Solved due to Endpoint URL

0 Votes