• SugarCRM REST API - Filter POST - Related Module Fields

    I'm trying to retrieve, using REST API, a list of records and one of its related module fields. Let's assume Accounts and Opportunities. So, API Documentation (in the GET Filter) talks about defining related module in the fields parameter: According to…
  • How to send description when registering a new lead

    Hello, I want to register a new Lead with first name, last name and description. First name and last name works fine using the /Leads/register endpoint but it seems to ignore the description data. What am I doing wrong here? Here is my code: $json = array…
  • Datetime field did not update using v10 API Sugar7.6.2.1?

    I have to update custom field with custom module type="datetime" and argument with data is date('Y-m-d H:i:s') I need to update using v10 REST API. but not working. Please suggest.