Home Forums Voip Optimisation Voip Modules Reply To: Voip Modules

Nishit Shan
Participant
Post count: 942

Hello Mark,

Created functionality for create record, But when i tried to update Product the API fives Error : {“faultcode”:”Server.Product.unknown error”,”faultstring”:”unknown error”},

My params are :

$param = array(
‘detailed_response’ => 1,
‘product_info’ => array(
‘i_product’ => productID,
‘name’ => productName,
‘end_user_name’ => productEndUserName,
‘iso_4217’ => productCurrency,
‘managed_by_user’ => ‘N’ ,
‘default_i_acl’ => productAccountdefaultACL,
)
);