I am already able to PUT data with SUGAR.App.api.call
But is there an expaination for HOWTO:
create, delete, link?
Everytime I try, Sugar only makes a GET.
But is there an expaination for HOWTO:
create, delete, link?
Everytime I try, Sugar only makes a GET.
You can find help for the V10 web api here
https://<your-sugar-instance>/rest/v10/help
and examples here
http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_7.5/70_API/Web...
You should be able to use those endpoints with the App.api.call.
Rob