The error you are encountering may be due to how your JSON data is formatted. In JSON, string values should be enclosed in quotes. Your data would then be formatted like:
{"emailAddress":"wmail@domain.com","fieldValues":[{"name":"fullname","value":"Fred Bloggs"}],"subscribedLists":[4]}
Andrew Barker
Software Developer
SmarterTools Inc.
www.smartertools.com