APIs & Integrations

Srinivas2
Miembro

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

resolver

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 Me gusta
1 Soluciones aceptada
Srinivas2
Solución
Miembro

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

resolver

Issue Solved due to Endpoint URL

Ver la solución en mensaje original publicado

0 Me gusta
1 Respuesta 1
Srinivas2
Solución
Miembro

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

resolver

Issue Solved due to Endpoint URL

0 Me gusta