• 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…