lexam Posted August 31, 2011 Share Posted August 31, 2011 Hi all, I need to use the updateclientproduct API method to update a customfield, but I can't, for the life of me, find how to structure the customfields parameter. I have searched the forum and tried all the suggestions, but none of the works and none of them refers to the updateclientproduct method. I would think that the correct syntax would be: $postfields["customfields"] = base64_encode(serialize(array('custom field name' => 'some value'))); but it doesn't do anything. It returns "success" but the custom field is not updated. Can anyone help? Thanks 0 Quote Link to comment Share on other sites More sharing options...
lexam Posted August 31, 2011 Author Share Posted August 31, 2011 I also tried using the ID of the custom field (which is not a solution actually, but just to check I tried it) to no avail... 0 Quote Link to comment Share on other sites More sharing options...
rcasey Posted September 8, 2011 Share Posted September 8, 2011 You'll need to put in the ID of the custom field. Where did you get this value from when you tested earlier? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.