i try to adding a value to a dynamic field via SOAP (PHP).
My code: http://pastebin.com/ehTqX8us
Code: Select all
new SoapParam(array(
"Name" => "WebsiteUserId",
"Value" => $userid
), "DynamicField")
Anybody has a idea? Thanks a lot!