APIs & Integrations

Srinivas2
メンバー

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

解決

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 いいね!
1件の承認済みベストアンサー
Srinivas2
解決策
メンバー

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

解決

Issue Solved due to Endpoint URL

元の投稿で解決策を見る

0 いいね!
1件の返信
Srinivas2
解決策
メンバー

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

解決

Issue Solved due to Endpoint URL

0 いいね!