I have successfully called the get_entry method via Sugar's SOAP endpoint, but when I try to fashion a RESTful call, I get the following error:
The REST call I'm making has this set as rest_data in the post:Code:{"entry_list":[{"id":["c8cc0f41-446e-22ad-2227-4efcde289253"], "module_name":"Contacts","name_value_list":[{"name":"warning","value":"Access to this object is denied since it has been deleted or does not exist"},{"name":"deleted","value":"1"}]}],"relationship_list":[]}
Can anyone see anything wrong?Code:method=get_entry&input_type=json&response_type=json&rest_data={"session":"04j6jadtidl0uj4t4083ptlf10","module_name":"Contacts","ids":["c8cc0f41-446e-22ad-2227-4efcde289253"],"select_fields":["id","first_name","last_name"]}


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks