APIs & Integrations

Srinivas2
Membro

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 Avaliação positiva
1 Solução aceita
Srinivas2
Solução
Membro

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

resolver

Issue Solved due to Endpoint URL

Exibir solução no post original

0 Avaliação positiva
1 Resposta 1
Srinivas2
Solução
Membro

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

resolver

Issue Solved due to Endpoint URL

0 Avaliação positiva