Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Request

mattkol edited this page Jan 22, 2017 · 4 revisions

SugarOnRest request - SugarRestRequest class has the following properties:

Field SugarCRM mapping Comment
url REST API Url e.g - http://191.101.224.189/sugar/service/v4_1/rest.php
username REST API Username
password REST API Password
moduleName Module name e.g - "Acccounts", "Leads", "Cases"
moduleType Module Pojo type e.g - Acccounts.class, Leads.class, Cases.class
password REST API Password
[requestType](Request Types) REST API method The request type used maps to appropriate SugarCRM methods
parameter Request parameter Parameter is based on request types.
[options](Request Options) query, select_fields, link_name_to_fields_array, offset, max_results
validationMessage Request validation message, if request is not valid.