cancel
Showing results for 
Search instead for 
Did you mean: 

Property 'CompanyDB' of 'BusinessPartner' is invalid

Former Member

API integration login page working and send the session id values business partner page the error show in Property 'CompanyDB' of 'BusinessPartner' is invalid. data are json value inpost values CURL method passing

$ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($ch, CURLOPT_POSTFIELDS, $fnData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_COOKIE, $strCookie ); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'Content-Type: application/json', 'Content-Length: ' . strlen($fnData), 'Authorization: '.$session_id,) );

Accepted Solutions (0)

Answers (0)