• set_note_attachment method returns "id: -1"

    I'm trying to add an attachment to a note using the set_note_attachment method. I'm calling the REST API from a .NET Core WebAPI. I can already login and create notes without any issue, but when I call the set_note_attachment it returns { "id": "-1" …
  • v10 API call for /Mail/attachment POST syntax

    Francesca Shiekh directing this straight to you as I believe you could assist, but asking for anyone else in the community for assistance. We are trying to use v10 API call for /Mail/attachment POST (i.e. {"email_attachment":"@\/path\/to\/ExampleDocument…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Aaccess records through Many to Many relation.

    Hi, I use the default Many-to-Many relation between the Contacts module and the Documents module to store documents related with each contact records. I need to access documents related to a particular Contact record through REST api code. I use Ruby…
  • Extending API method

    Hi all, I have to extend saveFilePost in clients/base/api/FileApi.php, looking at https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.7/Integration/Web_Services/v10/Extend… seems so simple. In my case I have put in custom…
  • How to put date_start parameters via REST got error Did not recognize date_start

    Hi all, I created Calls via REST v10 I copy format of start_date from database. but always return error message. stdClass Object ( [error] => invalid_parameter [error_message] => Did not recognize date_start as a date/time, it looked like 2016-05-19…
  • How to access tax rates from REST api?

    When retrieving a quote using the rest api, one of the retrieved fields is the taxrate_id. How do I retrieve the actual tax rates using REST?
  • How to clear old session

    My sugar keeping-alive the old session version that make my functional don't work via REST. It return {"name":"Invalid Session ID","number":11,"description":"The session ID is invalid"} I try to repair and rebuild but not work Re: I am getting this error…